@alfalab/icons 3.352.0 → 3.354.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.
- package/corp/dist/DocumentUserMIcon.d.ts +3 -0
- package/corp/dist/DocumentUserMIcon.js +1 -0
- package/corp/dist/package.json +1 -1
- package/glyph/dist/DocumentLinesLineSIcon.d.ts +3 -0
- package/glyph/dist/DocumentLinesLineSIcon.js +1 -0
- package/glyph/dist/EyeLineSIcon.d.ts +3 -0
- package/glyph/dist/EyeLineSIcon.js +1 -0
- package/glyph/dist/package.json +1 -1
- package/package.json +2 -2
- package/search.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),r=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,a=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),r.createElement("path",{d:"M13 23v-1.333c-.034-.507-.263-.9-.595-1.285-.755-.878-2.477-2.049-5.405-2.049-2.672 0-4.453 1.102-5.297 1.987-.402.42-.664.767-.703 1.347V23h12zM7 10c2 0 2.667 1.682 2.667 3.333 0 1.651-1.182 3-2.667 3-1.485 0-2.667-1.318-2.667-3C4.333 11.652 5 10 7 10z"}),r.createElement("path",{d:"M12.185 2a3 3 0 012.985 3.299l-.146 1.458a.2.2 0 00.22.219L16.7 6.83A3 3 0 0120 9.815V21a1 1 0 01-1 1h-4v-.504l-.005-.071c-.067-.99-.482-1.731-.906-2.276l-.182-.222c-.698-.814-1.81-1.649-3.348-2.183a5.381 5.381 0 001.181-3.35c0-1.04-.2-2.322-.923-3.413C10.014 8.77 8.693 8 7 8c-1.2 0-2.22.385-3 1.049V3a1 1 0 011-1h7.185z"}))};exports.DocumentUserMIcon=a,exports.default=a;
|
package/corp/dist/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),r=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,l=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"16",height:"16",viewBox:"0 0 16 16"},e),r.createElement("path",{d:"M4.8 9.6h4V8h-4v1.6zm6.4 3.2H4.8v-1.6h6.4v1.6z"}),r.createElement("path",{d:"M7.654 0c.703 0 1.313.172 1.796.535.483.362.766.859.917 1.372.176.6.187 1.267.115 1.907.671-.068 1.378-.043 2.012.18.539.19 1.036.527 1.39 1.069.349.535.515 1.204.515 1.989V16H1.6V0h6.055zM3.2 1.6v12.8h9.6V7.052c0-.563-.12-.905-.256-1.115a1.088 1.088 0 00-.581-.434c-.572-.201-1.409-.14-2.289.074a.8.8 0 01-.963-.976c.217-.847.288-1.675.12-2.242-.077-.264-.195-.434-.341-.544-.146-.11-.395-.215-.836-.215H3.2z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.DocumentLinesLineSIcon=l,exports.default=l;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),r=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,l=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"16",height:"16",viewBox:"0 0 16 16"},e),r.createElement("path",{d:"M10.167 8a2.167 2.167 0 11-4.334 0 2.167 2.167 0 014.334 0z"}),r.createElement("path",{d:"M8 2C4.474 2 1.408 4.43.05 7.747a.667.667 0 000 .506C1.408 11.57 4.474 14 8 14s6.592-2.43 7.95-5.747a.667.667 0 000-.506C14.592 4.43 11.526 2 8 2zm0 10.667c-2.804 0-5.37-1.891-6.608-4.667C2.63 5.224 5.196 3.333 8 3.333c2.803 0 5.37 1.891 6.608 4.667-1.239 2.776-3.805 4.667-6.608 4.667z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.EyeLineSIcon=l,exports.default=l;
|
package/glyph/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/icons",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.354.0",
|
|
4
4
|
"description": "Design System UI Icons",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": "git@github.com:core-ds/icons.git",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"ts-node": "^8.6.2",
|
|
53
53
|
"tslib": "^2.0.0",
|
|
54
54
|
"typescript": "^3.8.3",
|
|
55
|
-
"ui-primitives": "^27.
|
|
55
|
+
"ui-primitives": "^27.9.0",
|
|
56
56
|
"util": "^0.12.2"
|
|
57
57
|
},
|
|
58
58
|
"lint-staged": {
|