@alfalab/icons 3.23.0 → 3.26.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/ShieldDocumentMIcon.d.ts +3 -0
- package/corp/dist/ShieldDocumentMIcon.js +1 -0
- package/corp/dist/package.json +1 -1
- package/glyph/dist/CnyMIcon.d.ts +3 -0
- package/glyph/dist/CnyMIcon.js +1 -0
- package/glyph/dist/SnowflakeLineMIcon.d.ts +3 -0
- package/glyph/dist/SnowflakeLineMIcon.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",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),l.createElement("path",{d:"M15.25 18.5h5.25a1 1 0 001-1V8.64a3 3 0 00-3.299-2.985l-.951.095.095-.951A3 3 0 0014.36 1.5H8.9a1 1 0 00-1 1V8h6.066a3.005 3.005 0 013.005 3.093c-.01.342-.025.748-.045.988-.221 2.598-.85 4.712-1.676 6.419z"}),l.createElement("path",{d:"M8 23s-6.186-2.016-6.96-11.088a22.08 22.08 0 01-.04-.889A.995.995 0 012 10h11.991c.567 0 1.026.468 1.008 1.033-.01.358-.023.704-.038.879C14.187 20.984 8 23 8 23zm0-11v8.797a8.218 8.218 0 01-1.77-1.353C4.945 18.162 3.453 15.9 3.065 12H8z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.ShieldDocumentMIcon=r,exports.default=r;
|
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:"24",height:"24",viewBox:"0 0 24 24"},e),r.createElement("path",{d:"M6.043 17.845h4.483v3.388h2.914v-3.388h4.469v-1.556h-4.47v-2.03h4.47v-1.556H14.19L19.965 3h-3.203l-4.72 8.411h-.105L7.217 3H4l5.774 9.703h-3.73v1.556h4.482v2.03H6.043v1.556z"}))};exports.CnyMIcon=l,exports.default=l;
|
|
@@ -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",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),l.createElement("path",{d:"M8.454 3.664L9.564 2 12 3.625 14.438 2l1.109 1.664L13 5.362v4.906l4.25-2.454.197-3.052 1.996.128-.189 2.924 2.626 1.298-.886 1.793-2.745-1.358L14 12l4.251 2.455 2.743-1.356.886 1.792-2.626 1.299.189 2.923-1.996.129-.197-3.056L13 13.732v4.906l2.547 1.698L14.437 22 12 20.375 9.563 22l-1.11-1.664L11 18.638v-4.906l-4.25 2.454-.197 3.056-1.995-.13.188-2.922-2.626-1.3.887-1.792 2.742 1.356L10 12 5.752 9.548l-2.745 1.357-.887-1.793 2.626-1.298-.188-2.924 1.995-.128.197 3.053L11 10.268V5.362L8.454 3.664z"}))};exports.SnowflakeLineMIcon=r,exports.default=r;
|
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.26.0",
|
|
4
4
|
"description": "Alfa-Bank UI Icons",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": "git@github.com:alfa-laboratory/icons.git",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@types/svgo": "^1.3.1",
|
|
28
28
|
"@typescript-eslint/eslint-plugin": "^2.24.0",
|
|
29
29
|
"@typescript-eslint/parser": "^2.24.0",
|
|
30
|
-
"alfa-ui-primitives": "^3.
|
|
30
|
+
"alfa-ui-primitives": "^3.36.0",
|
|
31
31
|
"arui-presets-lint": "^4.0.0",
|
|
32
32
|
"axios": "^0.21.1",
|
|
33
33
|
"camelcase": "^5.3.1",
|