@gympass/yoga-icons
Advanced tools
Comparing version 0.1.1 to 0.2.0
@@ -12,3 +12,9 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "Clock", { | ||
enumerable: true, | ||
get: function get() { | ||
return _svg.Clock; | ||
} | ||
}); | ||
var _svg = require("./svg"); |
@@ -12,3 +12,9 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "Clock", { | ||
enumerable: true, | ||
get: function get() { | ||
return _svg.Clock; | ||
} | ||
}); | ||
var _svg = require("./svg"); |
@@ -6,3 +6,3 @@ "use strict"; | ||
}); | ||
exports.Star = void 0; | ||
exports.Clock = exports.Star = void 0; | ||
@@ -25,2 +25,18 @@ var _react = _interopRequireDefault(require("react")); | ||
viewBox: "0 0 12 12" | ||
}; | ||
var Clock = function Clock(props) { | ||
return _react["default"].createElement("svg", props, _react["default"].createElement("path", { | ||
fillRule: "evenodd", | ||
clipRule: "evenodd", | ||
d: "M6 0C2.7 0 0 2.7 0 6s2.7 6 6 6 6-2.7 6-6-2.7-6-6-6zm-.84 6.734l2.846 1.752a.695.695 0 1 0 .723-1.189L6.54 5.984V3.45a.69.69 0 0 0-1.38 0v3.284z" | ||
})); | ||
}; | ||
exports.Clock = Clock; | ||
Clock.defaultProps = { | ||
width: "12", | ||
height: "12", | ||
viewBox: "0 0 12 12", | ||
xmlns: "http://www.w3.org/2000/svg" | ||
}; |
@@ -12,5 +12,13 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "Clock", { | ||
enumerable: true, | ||
get: function get() { | ||
return _clock["default"]; | ||
} | ||
}); | ||
var _star = _interopRequireDefault(require("./star.js")); | ||
var _clock = _interopRequireDefault(require("./clock.js")); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } |
@@ -1,2 +0,2 @@ | ||
import { Star } from './svg'; | ||
export { Star }; | ||
import { Star, Clock } from './svg'; | ||
export { Star, Clock }; |
@@ -15,2 +15,17 @@ import React from "react"; | ||
}; | ||
export { Star }; | ||
var Clock = function Clock(props) { | ||
return React.createElement("svg", props, React.createElement("path", { | ||
fillRule: "evenodd", | ||
clipRule: "evenodd", | ||
d: "M6 0C2.7 0 0 2.7 0 6s2.7 6 6 6 6-2.7 6-6-2.7-6-6-6zm-.84 6.734l2.846 1.752a.695.695 0 1 0 .723-1.189L6.54 5.984V3.45a.69.69 0 0 0-1.38 0v3.284z" | ||
})); | ||
}; | ||
Clock.defaultProps = { | ||
width: "12", | ||
height: "12", | ||
viewBox: "0 0 12 12", | ||
xmlns: "http://www.w3.org/2000/svg" | ||
}; | ||
export { Star, Clock }; |
{ | ||
"name": "@gympass/yoga-icons", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "Yoga icon package", | ||
@@ -24,5 +24,5 @@ "keywords": [ | ||
}, | ||
"gitHead": "e67bec062a07760217b655bd779a916bb2944800", | ||
"gitHead": "e0ad6e34c9ca7cfb4c01abc0e9ed0798fda0abf9", | ||
"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
11808
11
167