@alfalab/icons 3.330.0 → 3.331.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/logo/dist/AlfaBankSignSquareMBlackIcon.d.ts +3 -0
- package/logo/dist/AlfaBankSignSquareMBlackIcon.js +1 -0
- package/logo/dist/AlfaBankSignSquareMColorIcon.d.ts +3 -0
- package/logo/dist/AlfaBankSignSquareMColorIcon.js +1 -0
- package/logo/dist/AlfaBankSignSquareMWhiteIcon.d.ts +3 -0
- package/logo/dist/AlfaBankSignSquareMWhiteIcon.js +1 -0
- package/logo/dist/package.json +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,l=require("./tslib.es6-37b184f2.js"),t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(e){return t.createElement("svg",l.__assign({role:"img",focusable:"false",width:"24",height:"24",viewBox:"0 0 24 24"},e,{fill:"none"}),t.createElement("path",{d:"M6.2 2A4.2 4.2 0 002 6.2v11.6A4.2 4.2 0 006.2 22h11.6a4.2 4.2 0 004.2-4.2V6.2A4.2 4.2 0 0017.8 2H6.2zm1.572 16.413h8.456v-1.75H7.772v1.75zm4.294-12.826c-.952 0-1.248.564-1.502 1.283l-2.615 7.41h1.735l.604-1.762h3.338l.56 1.762h1.845l-2.494-7.41c-.24-.717-.519-1.283-1.471-1.283zm-.09 1.931h.044l1.12 3.513h-2.35l1.186-3.513z",fill:"#0E0E0E",fillRule:"evenodd",clipRule:"evenodd"}))};exports.AlfaBankSignSquareMBlackIcon=r,exports.default=r;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,l=require("./tslib.es6-37b184f2.js"),t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(e){return t.createElement("svg",l.__assign({role:"img",focusable:"false",width:"24",height:"24",viewBox:"0 0 24 24"},e,{fill:"none"}),t.createElement("path",{d:"M2 6.2A4.2 4.2 0 016.2 2h11.6A4.2 4.2 0 0122 6.2v11.6a4.2 4.2 0 01-4.2 4.2H6.2A4.2 4.2 0 012 17.8V6.2z",fill:"#EF3124"}),t.createElement("path",{d:"M16.228 18.413H7.772v-1.75h8.456v1.75zM10.564 6.87c.254-.72.55-1.283 1.502-1.283s1.23.566 1.471 1.283l2.493 7.411h-1.845l-.56-1.762h-3.338l-.604 1.762H7.948l2.617-7.411zm1.456.648h-.044l-1.186 3.513h2.35l-1.12-3.513z",fill:"#fff",fillRule:"evenodd",clipRule:"evenodd"}))};exports.AlfaBankSignSquareMColorIcon=r,exports.default=r;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,l=require("./tslib.es6-37b184f2.js"),t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,f=function(e){return t.createElement("svg",l.__assign({role:"img",focusable:"false",width:"24",height:"24",viewBox:"0 0 24 24"},e,{fill:"none"}),t.createElement("path",{d:"M11.976 7.518h.044l1.12 3.513h-2.35l1.186-3.513z",fill:"#fff"}),t.createElement("path",{d:"M6.2 2A4.2 4.2 0 002 6.2v11.6A4.2 4.2 0 006.2 22h11.6a4.2 4.2 0 004.2-4.2V6.2A4.2 4.2 0 0017.8 2H6.2zm1.572 16.413h8.456v-1.75H7.772v1.75zm4.294-12.826c-.952 0-1.248.564-1.502 1.283l-2.615 7.41h1.735l.604-1.762h3.338l.56 1.762h1.845l-2.494-7.41c-.24-.717-.519-1.283-1.471-1.283z",fill:"#fff",fillRule:"evenodd",clipRule:"evenodd"}))};exports.AlfaBankSignSquareMWhiteIcon=f,exports.default=f;
|
package/logo/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.331.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": "^26.
|
|
55
|
+
"ui-primitives": "^26.4.0",
|
|
56
56
|
"util": "^0.12.2"
|
|
57
57
|
},
|
|
58
58
|
"lint-staged": {
|