@alfalab/icons 3.279.0 → 3.280.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/RubDigitalSquareMediumMIcon.d.ts +3 -0
- package/android/dist/RubDigitalSquareMediumMIcon.js +1 -0
- package/android/dist/package.json +1 -1
- package/ios/dist/RubDigitalSquareMediumMIcon.d.ts +3 -0
- package/ios/dist/RubDigitalSquareMediumMIcon.js +1 -0
- package/ios/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"),a=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(e){return a.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),a.createElement("path",{d:"M1 5a4 4 0 014-4h14a4 4 0 014 4v14a4 4 0 01-4 4H5a4 4 0 01-4-4V5zm11-1c-2.14 0-4.144.831-5.658 2.342A7.948 7.948 0 004 12c0 2.135.831 4.144 2.342 5.658A7.948 7.948 0 0012 20c2.14 0 4.144-.831 5.658-2.342A7.948 7.948 0 0020 12c0-2.14-.831-4.148-2.342-5.658A7.948 7.948 0 0012 4zM7.96 6.162v5.11H4.94a7.099 7.099 0 013.02-5.11zm0 8.022v-1.456H4.94c.049.504.152.989.305 1.456H7.96zm-2.054 1.46a7.144 7.144 0 002.054 2.194v-2.193H5.906zM12 19.098a7.087 7.087 0 007.097-7.093 7.102 7.102 0 00-9.812-6.566l2.095-.018c3.492 0 4.624 1.695 4.624 3.64 0 2.014-1.384 3.673-4.624 3.673l-1.964-.005v1.456h3.317v1.456H9.416v2.971c.8.315 1.672.486 2.584.486zm-2.58-7.825l1.928.004c2 0 3.007-.741 3.007-2.161 0-1.407-.88-2.23-2.88-2.23L9.42 6.9v4.373z"}))};exports.RubDigitalSquareMediumMIcon=r,exports.default=r;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),a=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,l=function(e){return a.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),a.createElement("path",{d:"M1 5a4 4 0 014-4h14a4 4 0 014 4v14a4 4 0 01-4 4H5a4 4 0 01-4-4V5zm11-1c2.14 0 4.148.831 5.658 2.342A7.948 7.948 0 0120 12c0 2.14-.831 4.148-2.342 5.658A7.955 7.955 0 0112 20a7.948 7.948 0 01-5.658-2.342A7.963 7.963 0 014 12c0-2.14.831-4.148 2.342-5.658A7.955 7.955 0 0112 4zM7.96 6.162v5.11H4.94a7.099 7.099 0 013.02-5.11zm0 8.022H5.245a6.817 6.817 0 01-.306-1.456h3.02v1.456zm-2.054 1.46H7.96v2.194a7.144 7.144 0 01-2.054-2.193zM12 19.098a7.038 7.038 0 01-2.584-.486v-2.97h3.317v-1.457H9.416v-1.456l1.964.005c3.24 0 4.624-1.659 4.624-3.672 0-1.946-1.132-3.64-4.624-3.64l-2.095.017a7.102 7.102 0 019.811 6.566A7.087 7.087 0 0112 19.098zm-2.58-7.825V6.899l2.054-.014c2 0 2.881.823 2.881 2.23 0 1.42-1.007 2.161-3.007 2.161l-1.928-.004z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.RubDigitalSquareMediumMIcon=l,exports.default=l;
|
package/ios/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.280.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": "^20.
|
|
55
|
+
"ui-primitives": "^20.24.0",
|
|
56
56
|
"util": "^0.12.2"
|
|
57
57
|
},
|
|
58
58
|
"lint-staged": {
|