@alfalab/icons 3.252.0 → 3.254.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/android/dist/DevicesMIcon.d.ts +3 -0
- package/android/dist/DevicesMIcon.js +1 -0
- package/android/dist/package.json +1 -1
- package/glyph/dist/NavigationNewsMIcon.d.ts +3 -0
- package/glyph/dist/NavigationNewsMIcon.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,c=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:"M2 20v-3h2V6c0-.55.196-1.02.588-1.412A1.926 1.926 0 016 4h15v2H6v11h6v3H2zm13 0a.968.968 0 01-.713-.288A.968.968 0 0114 19V9c0-.283.096-.52.287-.713A.968.968 0 0115 8h6a.97.97 0 01.712.287c.192.192.288.43.288.713v10c0 .283-.096.52-.288.712A.968.968 0 0121 20h-6zm1-3h4v-7h-4v7z"}))};exports.DevicesMIcon=c,exports.default=c;
|
|
@@ -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:"24",height:"24",viewBox:"0 0 24 24"},e),r.createElement("path",{d:"M4.429 23h16.858c.947 0 1.714-.76 1.714-1.701v-18.6c0-.94-.76-1.699-1.706-1.699H7.857c-.947 0-1.714.763-1.714 1.704v18.592A1.71 1.71 0 014.429 23zM1 4.704A1.71 1.71 0 012.714 3H4.43v17.018a1.71 1.71 0 01-1.715 1.704A1.71 1.71 0 011 20.018V4.704zM9.5 6H9v2h11V6H9.5zM9 10h11v2H9v-2zm0 4v2h5v-2H9z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.NavigationNewsMIcon=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.254.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": "^17.
|
|
55
|
+
"ui-primitives": "^17.12.0",
|
|
56
56
|
"util": "^0.12.2"
|
|
57
57
|
},
|
|
58
58
|
"lint-staged": {
|