@alfalab/icons 3.128.0 → 3.130.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),l=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(e){return l.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),l.createElement("path",{d:"M13.829 21L2 9.171l.67-.926 1.064-.188a7 7 0 003.73-1.943l1.293-1.292A6.2 6.2 0 0113.173 3c1.563 0 3.086.652 4.296 1.687a5.002 5.002 0 001.115 9.11 6.315 6.315 0 01-.406.446l-1.292 1.293a7 7 0 00-1.943 3.73l-.188 1.065-.926.669zm-5.633-2.751a2.498 2.498 0 11-3.533-3.533l3.533 3.533z"}),l.createElement("path",{d:"M21 6h-2v2h-2v2h2v2h2v-2h2V8h-2V6z"}))};exports.BellPlusMIcon=r,exports.default=r;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),l=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(e){return l.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),l.createElement("path",{d:"M17.687 13.082a7 7 0 10-11.438-.091c.388.64.773 1.188 1.127 1.692.58.826 1.074 1.532 1.36 2.317h6.526c.286-.788.781-1.496 1.362-2.327.334-.477.696-.994 1.063-1.59zM9 10l4.5-5-.5 4 2 1-4.5 5 .5-4-2-1z",fillRule:"evenodd",clipRule:"evenodd"}),l.createElement("path",{d:"M9 20v-1h6v1a3 3 0 11-6 0z"}))};exports.BulbFlashMIcon=r,exports.default=r;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,l=require("./tslib.es6-37b184f2.js"),a=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,t=function(e){return a.createElement("svg",l.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),a.createElement("path",{d:"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm4.628-10.309l-.859.859-1.099-1.1.858-.858a1.424 1.424 0 000-2.014l-.106-.106a1.424 1.424 0 00-2.014 0l-1.717 1.716a1.425 1.425 0 000 2.014l.107.107c.123.123.262.218.411.287l-1.132 1.132a3.001 3.001 0 01-.378-.32l-.107-.107a2.979 2.979 0 010-4.212l1.717-1.717a2.979 2.979 0 014.212 0l.107.107a2.979 2.979 0 010 4.212zm-9.256.617l.859-.858 1.099 1.1-.858.858a1.424 1.424 0 000 2.014l.106.106a1.424 1.424 0 002.014 0l1.717-1.716a1.425 1.425 0 000-2.014l-.107-.107a1.423 1.423 0 00-.411-.287l1.132-1.132c.133.094.26.201.378.32l.107.107a2.979 2.979 0 010 4.212l-1.717 1.717a2.979 2.979 0 01-4.212 0l-.107-.107a2.979 2.979 0 010-4.213z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.ChainCircleMIcon=t,exports.default=t;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/icons",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.130.0",
|
|
4
4
|
"description": "Design System UI Icons",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": "git@github.com:core-ds/icons.git",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"ts-node": "^8.6.2",
|
|
52
52
|
"tslib": "^2.0.0",
|
|
53
53
|
"typescript": "^3.8.3",
|
|
54
|
-
"ui-primitives": "^9.
|
|
54
|
+
"ui-primitives": "^9.33.0",
|
|
55
55
|
"util": "^0.12.2"
|
|
56
56
|
},
|
|
57
57
|
"lint-staged": {
|