@alfalab/icons 3.223.0 → 3.225.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/flag/dist/FaroeIslandsMColorIcon.d.ts +3 -0
- package/flag/dist/FaroeIslandsMColorIcon.js +1 -0
- package/flag/dist/package.json +1 -1
- package/glyph/dist/ArrowLeftSIcon.d.ts +3 -0
- package/glyph/dist/ArrowLeftSIcon.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"),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",width:"24",height:"24",viewBox:"0 0 24 24"},e,{fill:"none"}),l.createElement("path",{d:"M22.203 20H1.797C.805 20 0 19.181 0 18.171V5.829C0 4.819.805 4 1.797 4h20.406C23.195 4 24 4.819 24 5.829v12.342c0 1.01-.805 1.829-1.797 1.829z",fill:"#F5F5F5"}),l.createElement("path",{d:"M24 9.895H10.759V4H6.62v5.895H0v4.21h6.62V20h4.139v-5.895H24v-4.21z",fill:"#4173CD"}),l.createElement("path",{d:"M24 11.158H9.517V4H7.862v7.158H0v1.684h7.862V20h1.655v-7.158H24v-1.684z",fill:"#FF4B55"}))};exports.FaroeIslandsMColorIcon=r,exports.default=r;
|
package/flag/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:"M7.707 3.3L3 8.009l4.707 4.707 1.414-1.414-2.293-2.293h6.586v-2H6.828l2.293-2.293-1.414-1.414z"}))};exports.ArrowLeftSIcon=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.225.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": "^16.
|
|
55
|
+
"ui-primitives": "^16.10.0",
|
|
56
56
|
"util": "^0.12.2"
|
|
57
57
|
},
|
|
58
58
|
"lint-staged": {
|