@gympass/yoga-icons
Advanced tools
Comparing version 0.4.0 to 0.5.0
@@ -30,3 +30,21 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "Close", { | ||
enumerable: true, | ||
get: function get() { | ||
return _svg.Close; | ||
} | ||
}); | ||
Object.defineProperty(exports, "Visibility", { | ||
enumerable: true, | ||
get: function get() { | ||
return _svg.Visibility; | ||
} | ||
}); | ||
Object.defineProperty(exports, "VisibilityOff", { | ||
enumerable: true, | ||
get: function get() { | ||
return _svg.VisibilityOff; | ||
} | ||
}); | ||
var _svg = require("./svg"); |
@@ -30,3 +30,21 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "Close", { | ||
enumerable: true, | ||
get: function get() { | ||
return _svg.Close; | ||
} | ||
}); | ||
Object.defineProperty(exports, "Visibility", { | ||
enumerable: true, | ||
get: function get() { | ||
return _svg.Visibility; | ||
} | ||
}); | ||
Object.defineProperty(exports, "VisibilityOff", { | ||
enumerable: true, | ||
get: function get() { | ||
return _svg.VisibilityOff; | ||
} | ||
}); | ||
var _svg = require("./svg"); |
"use strict"; | ||
function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
@@ -5,0 +5,0 @@ Object.defineProperty(exports, "__esModule", { |
"use strict"; | ||
function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
@@ -5,0 +5,0 @@ Object.defineProperty(exports, "__esModule", { |
@@ -6,3 +6,3 @@ "use strict"; | ||
}); | ||
exports.TriangleAlert = exports.Building = exports.Clock = exports.Star = void 0; | ||
exports.VisibilityOff = exports.Visibility = exports.Close = exports.TriangleAlert = exports.Building = exports.Clock = exports.Star = void 0; | ||
@@ -77,2 +77,50 @@ var _react = _interopRequireDefault(require("react")); | ||
xmlns: "http://www.w3.org/2000/svg" | ||
}; | ||
var Close = function Close(props) { | ||
return _react["default"].createElement("svg", props, _react["default"].createElement("path", { | ||
d: "M17.707 7.707a1 1 0 0 0-1.414-1.414L12 10.586 7.707 6.293a1 1 0 0 0-1.414 1.414L10.586 12l-4.293 4.293a1 1 0 1 0 1.414 1.414L12 13.414l4.293 4.293a1 1 0 0 0 1.414-1.414L13.414 12l4.293-4.293z" | ||
})); | ||
}; | ||
exports.Close = Close; | ||
Close.defaultProps = { | ||
width: "24", | ||
height: "24", | ||
viewBox: "0 0 24 24", | ||
xmlns: "http://www.w3.org/2000/svg" | ||
}; | ||
var Visibility = function Visibility(props) { | ||
return _react["default"].createElement("svg", props, _react["default"].createElement("path", { | ||
fillRule: "evenodd", | ||
clipRule: "evenodd", | ||
d: "M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" | ||
}), _react["default"].createElement("path", { | ||
fillRule: "evenodd", | ||
clipRule: "evenodd", | ||
d: "M22 12c0 .121-.015.257-.044.405l-.002.01-.001.008a3.99 3.99 0 0 1-.136.493c-.053.156-.124.34-.22.552a8.178 8.178 0 0 1-.316.626 12.284 12.284 0 0 1-2.031 2.656C17.498 18.502 14.998 20 12 20s-5.498-1.498-7.25-3.25a12.285 12.285 0 0 1-2.031-2.656l-.009-.015a8.505 8.505 0 0 1-.304-.603 6.216 6.216 0 0 1-.223-.56 3.983 3.983 0 0 1-.136-.493l-.001-.007-.003-.011A2.141 2.141 0 0 1 2 12c0-.121.015-.257.043-.405l.003-.01.001-.008c.03-.152.076-.317.136-.492.06-.178.135-.365.223-.561a8.5 8.5 0 0 1 .304-.603l.009-.015A12.284 12.284 0 0 1 4.75 7.25C6.5 5.5 8.994 4.004 11.987 4H12a9.005 9.005 0 0 1 2.151.261c2.05.504 3.785 1.675 5.099 2.989a12.286 12.286 0 0 1 2.031 2.656c.12.216.226.426.316.626.087.193.16.378.22.552.06.176.105.34.136.493l.001.007.002.011c.03.148.044.284.044.405zm-2.467-1.123c.376.678.454 1.058.465 1.116L20 12l-.002.007c-.011.058-.089.438-.465 1.116-.377.678-.95 1.466-1.697 2.213C16.328 16.843 14.308 18 12 18c-2.307 0-4.328-1.157-5.836-2.664a10.29 10.29 0 0 1-1.697-2.213c-.376-.678-.454-1.058-.465-1.116L4 12l.002-.007c.011-.058.089-.438.465-1.116a10.29 10.29 0 0 1 1.697-2.213C7.672 7.157 9.693 6 12 6c2.307 0 4.328 1.157 5.836 2.664.746.747 1.32 1.536 1.697 2.213z" | ||
})); | ||
}; | ||
exports.Visibility = Visibility; | ||
Visibility.defaultProps = { | ||
width: "24", | ||
height: "24", | ||
viewBox: "0 0 24 24", | ||
xmlns: "http://www.w3.org/2000/svg" | ||
}; | ||
var VisibilityOff = function VisibilityOff(props) { | ||
return _react["default"].createElement("svg", props, _react["default"].createElement("path", { | ||
d: "M3 7a1 1 0 0 1 1 1c0 .172.119.643.515 1.336a9.79 9.79 0 0 0 1.657 2.103C7.623 12.85 9.636 14 12 14c2.364 0 4.377-1.15 5.828-2.56a9.788 9.788 0 0 0 1.657-2.104C19.88 8.643 20 8.172 20 8a1 1 0 1 1 2 0c0 .703-.331 1.545-.779 2.328-.21.37-.463.753-.755 1.138l1.241 1.241a1 1 0 0 1-1.414 1.414l-1.161-1.16a11.623 11.623 0 0 1-3.077 2.122l.757 1.311a1 1 0 0 1-1.732 1l-.948-1.641a9.314 9.314 0 0 1-4.509-.061l-.703 1.651a1 1 0 0 1-1.84-.783l.669-1.57a11.692 11.692 0 0 1-2.88-2.03l-1.162 1.161a1 1 0 1 1-1.414-1.414l1.24-1.24c-.29-.386-.543-.77-.754-1.139C2.33 9.545 2 8.703 2 8a1 1 0 0 1 1-1z" | ||
})); | ||
}; | ||
exports.VisibilityOff = VisibilityOff; | ||
VisibilityOff.defaultProps = { | ||
width: "24", | ||
height: "24", | ||
viewBox: "0 0 24 24", | ||
xmlns: "http://www.w3.org/2000/svg" | ||
}; |
@@ -30,2 +30,20 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "Close", { | ||
enumerable: true, | ||
get: function get() { | ||
return _close["default"]; | ||
} | ||
}); | ||
Object.defineProperty(exports, "Visibility", { | ||
enumerable: true, | ||
get: function get() { | ||
return _visibility["default"]; | ||
} | ||
}); | ||
Object.defineProperty(exports, "VisibilityOff", { | ||
enumerable: true, | ||
get: function get() { | ||
return _visibility_off["default"]; | ||
} | ||
}); | ||
@@ -40,2 +58,8 @@ var _star = _interopRequireDefault(require("./star.js")); | ||
var _close = _interopRequireDefault(require("./close.js")); | ||
var _visibility = _interopRequireDefault(require("./visibility.js")); | ||
var _visibility_off = _interopRequireDefault(require("./visibility_off.js")); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } |
"use strict"; | ||
function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
@@ -5,0 +5,0 @@ Object.defineProperty(exports, "__esModule", { |
"use strict"; | ||
function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
@@ -5,0 +5,0 @@ Object.defineProperty(exports, "__esModule", { |
@@ -1,2 +0,2 @@ | ||
import { Star, Clock, Building, TriangleAlert } from './svg'; | ||
export { Star, Clock, Building, TriangleAlert }; | ||
import { Star, Clock, Building, TriangleAlert, Close, Visibility, VisibilityOff } from './svg'; | ||
export { Star, Clock, Building, TriangleAlert, Close, Visibility, VisibilityOff }; |
@@ -64,2 +64,47 @@ import React from "react"; | ||
}; | ||
export { Star, Clock, Building, TriangleAlert }; | ||
var Close = function Close(props) { | ||
return React.createElement("svg", props, React.createElement("path", { | ||
d: "M17.707 7.707a1 1 0 0 0-1.414-1.414L12 10.586 7.707 6.293a1 1 0 0 0-1.414 1.414L10.586 12l-4.293 4.293a1 1 0 1 0 1.414 1.414L12 13.414l4.293 4.293a1 1 0 0 0 1.414-1.414L13.414 12l4.293-4.293z" | ||
})); | ||
}; | ||
Close.defaultProps = { | ||
width: "24", | ||
height: "24", | ||
viewBox: "0 0 24 24", | ||
xmlns: "http://www.w3.org/2000/svg" | ||
}; | ||
var Visibility = function Visibility(props) { | ||
return React.createElement("svg", props, React.createElement("path", { | ||
fillRule: "evenodd", | ||
clipRule: "evenodd", | ||
d: "M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" | ||
}), React.createElement("path", { | ||
fillRule: "evenodd", | ||
clipRule: "evenodd", | ||
d: "M22 12c0 .121-.015.257-.044.405l-.002.01-.001.008a3.99 3.99 0 0 1-.136.493c-.053.156-.124.34-.22.552a8.178 8.178 0 0 1-.316.626 12.284 12.284 0 0 1-2.031 2.656C17.498 18.502 14.998 20 12 20s-5.498-1.498-7.25-3.25a12.285 12.285 0 0 1-2.031-2.656l-.009-.015a8.505 8.505 0 0 1-.304-.603 6.216 6.216 0 0 1-.223-.56 3.983 3.983 0 0 1-.136-.493l-.001-.007-.003-.011A2.141 2.141 0 0 1 2 12c0-.121.015-.257.043-.405l.003-.01.001-.008c.03-.152.076-.317.136-.492.06-.178.135-.365.223-.561a8.5 8.5 0 0 1 .304-.603l.009-.015A12.284 12.284 0 0 1 4.75 7.25C6.5 5.5 8.994 4.004 11.987 4H12a9.005 9.005 0 0 1 2.151.261c2.05.504 3.785 1.675 5.099 2.989a12.286 12.286 0 0 1 2.031 2.656c.12.216.226.426.316.626.087.193.16.378.22.552.06.176.105.34.136.493l.001.007.002.011c.03.148.044.284.044.405zm-2.467-1.123c.376.678.454 1.058.465 1.116L20 12l-.002.007c-.011.058-.089.438-.465 1.116-.377.678-.95 1.466-1.697 2.213C16.328 16.843 14.308 18 12 18c-2.307 0-4.328-1.157-5.836-2.664a10.29 10.29 0 0 1-1.697-2.213c-.376-.678-.454-1.058-.465-1.116L4 12l.002-.007c.011-.058.089-.438.465-1.116a10.29 10.29 0 0 1 1.697-2.213C7.672 7.157 9.693 6 12 6c2.307 0 4.328 1.157 5.836 2.664.746.747 1.32 1.536 1.697 2.213z" | ||
})); | ||
}; | ||
Visibility.defaultProps = { | ||
width: "24", | ||
height: "24", | ||
viewBox: "0 0 24 24", | ||
xmlns: "http://www.w3.org/2000/svg" | ||
}; | ||
var VisibilityOff = function VisibilityOff(props) { | ||
return React.createElement("svg", props, React.createElement("path", { | ||
d: "M3 7a1 1 0 0 1 1 1c0 .172.119.643.515 1.336a9.79 9.79 0 0 0 1.657 2.103C7.623 12.85 9.636 14 12 14c2.364 0 4.377-1.15 5.828-2.56a9.788 9.788 0 0 0 1.657-2.104C19.88 8.643 20 8.172 20 8a1 1 0 1 1 2 0c0 .703-.331 1.545-.779 2.328-.21.37-.463.753-.755 1.138l1.241 1.241a1 1 0 0 1-1.414 1.414l-1.161-1.16a11.623 11.623 0 0 1-3.077 2.122l.757 1.311a1 1 0 0 1-1.732 1l-.948-1.641a9.314 9.314 0 0 1-4.509-.061l-.703 1.651a1 1 0 0 1-1.84-.783l.669-1.57a11.692 11.692 0 0 1-2.88-2.03l-1.162 1.161a1 1 0 1 1-1.414-1.414l1.24-1.24c-.29-.386-.543-.77-.754-1.139C2.33 9.545 2 8.703 2 8a1 1 0 0 1 1-1z" | ||
})); | ||
}; | ||
VisibilityOff.defaultProps = { | ||
width: "24", | ||
height: "24", | ||
viewBox: "0 0 24 24", | ||
xmlns: "http://www.w3.org/2000/svg" | ||
}; | ||
export { Star, Clock, Building, TriangleAlert, Close, Visibility, VisibilityOff }; |
{ | ||
"name": "@gympass/yoga-icons", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "Yoga icon package", | ||
@@ -24,5 +24,5 @@ "keywords": [ | ||
}, | ||
"gitHead": "6469001325525c25d796ee299821b9bfd0e31842", | ||
"gitHead": "12c49f3ad9096f9d4c292f04b390042a3f7f4930", | ||
"module": "./esm", | ||
"private": false | ||
} |
# Yoga Icons | ||
<img src="./src/svg/star.svg" alt="Star" width="12" height="12" /> | ||
<img src="./src/svg/building.svg" alt="building" width="12" height="12" /> | ||
<img src="./src/svg/clock.svg" alt="clock" width="12" height="12" /> | ||
<img src="./src/svg/triangle_alert.svg" alt="triangle_alert" width="12" height="12" /> | ||
<img src="./src/svg/close.svg" alt="triangle_alert" width="12" height="12" /> | ||
<img src="./src/svg/visibility.svg" alt="triangle_alert" width="12" height="12" /> | ||
<img src="./src/svg/visibility_off.svg" alt="triangle_alert" width="12" height="12" /> | ||
@@ -5,0 +11,0 @@ ## Instalation |
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
42157
16
586
34
4