@gympass/yoga-icons
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -18,3 +18,9 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "Building", { | ||
enumerable: true, | ||
get: function get() { | ||
return _svg.Building; | ||
} | ||
}); | ||
var _svg = require("./svg"); |
@@ -18,3 +18,9 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "Building", { | ||
enumerable: true, | ||
get: function get() { | ||
return _svg.Building; | ||
} | ||
}); | ||
var _svg = require("./svg"); |
@@ -6,3 +6,3 @@ "use strict"; | ||
}); | ||
exports.Clock = exports.Star = void 0; | ||
exports.Building = exports.Clock = exports.Star = void 0; | ||
@@ -41,2 +41,20 @@ var _react = _interopRequireDefault(require("react")); | ||
xmlns: "http://www.w3.org/2000/svg" | ||
}; | ||
var Building = function Building(props) { | ||
return _react["default"].createElement("svg", props, _react["default"].createElement("path", { | ||
d: "M3.667 3.6v1.2H2.444V3.6h1.223zM6.111 3.6v1.2H4.89V3.6H6.11zM3.667 7.2V6H2.444v1.2h1.223zM6.111 6v1.2H4.89V6H6.11zM3.667 9.6V8.4H2.444v1.2h1.223zM6.111 8.4v1.2H4.89V8.4H6.11z" | ||
}), _react["default"].createElement("path", { | ||
fillRule: "evenodd", | ||
clipRule: "evenodd", | ||
d: "M2.444 0C1.77 0 1.222.537 1.222 1.2H0V12h11V6H9.778c0-.663-.547-1.2-1.222-1.2V1.2H7.333c0-.663-.547-1.2-1.222-1.2H2.444zm4.89 10.8H1.221V2.4h6.111v8.4z" | ||
})); | ||
}; | ||
exports.Building = Building; | ||
Building.defaultProps = { | ||
width: "11", | ||
height: "12", | ||
viewBox: "0 0 11 12", | ||
xmlns: "http://www.w3.org/2000/svg" | ||
}; |
@@ -18,2 +18,8 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "Building", { | ||
enumerable: true, | ||
get: function get() { | ||
return _building["default"]; | ||
} | ||
}); | ||
@@ -24,2 +30,4 @@ var _star = _interopRequireDefault(require("./star.js")); | ||
var _building = _interopRequireDefault(require("./building.js")); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } |
@@ -1,2 +0,2 @@ | ||
import { Star, Clock } from './svg'; | ||
export { Star, Clock }; | ||
import { Star, Clock, Building } from './svg'; | ||
export { Star, Clock, Building }; |
@@ -30,2 +30,19 @@ import React from "react"; | ||
}; | ||
export { Star, Clock }; | ||
var Building = function Building(props) { | ||
return React.createElement("svg", props, React.createElement("path", { | ||
d: "M3.667 3.6v1.2H2.444V3.6h1.223zM6.111 3.6v1.2H4.89V3.6H6.11zM3.667 7.2V6H2.444v1.2h1.223zM6.111 6v1.2H4.89V6H6.11zM3.667 9.6V8.4H2.444v1.2h1.223zM6.111 8.4v1.2H4.89V8.4H6.11z" | ||
}), React.createElement("path", { | ||
fillRule: "evenodd", | ||
clipRule: "evenodd", | ||
d: "M2.444 0C1.77 0 1.222.537 1.222 1.2H0V12h11V6H9.778c0-.663-.547-1.2-1.222-1.2V1.2H7.333c0-.663-.547-1.2-1.222-1.2H2.444zm4.89 10.8H1.221V2.4h6.111v8.4z" | ||
})); | ||
}; | ||
Building.defaultProps = { | ||
width: "11", | ||
height: "12", | ||
viewBox: "0 0 11 12", | ||
xmlns: "http://www.w3.org/2000/svg" | ||
}; | ||
export { Star, Clock, Building }; |
{ | ||
"name": "@gympass/yoga-icons", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Yoga icon package", | ||
@@ -24,5 +24,5 @@ "keywords": [ | ||
}, | ||
"gitHead": "e0ad6e34c9ca7cfb4c01abc0e9ed0798fda0abf9", | ||
"gitHead": "3e12b3310c380790aed386578cd38c6ad796f505", | ||
"module": "./esm", | ||
"private": false | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16933
12
257