@alfalab/icons 2.53.0 → 2.58.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/classic/dist/package.json +3 -3
- package/flag/dist/package.json +3 -3
- package/glyph/dist/ClockCrossLineMIcon.d.ts +3 -0
- package/glyph/dist/ClockCrossLineMIcon.js +1 -0
- package/glyph/dist/esm/index.js +1 -1
- package/glyph/dist/index.d.ts +1 -0
- package/glyph/dist/index.js +1 -1
- package/glyph/dist/package.json +3 -3
- package/logotype/dist/AlfaBankLogoMIcon.js +1 -1
- package/logotype/dist/SbpMColorIcon.d.ts +3 -0
- package/logotype/dist/SbpMColorIcon.js +1 -0
- package/logotype/dist/esm/index.js +1 -1
- package/logotype/dist/index.d.ts +1 -0
- package/logotype/dist/index.js +1 -1
- package/logotype/dist/package.json +3 -3
- package/package.json +2 -2
- package/search.json +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/icons-classic",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.76.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"peerDependencies": {
|
|
6
|
-
"react": "^16.13.0",
|
|
7
|
-
"react-dom": "^16.13.0"
|
|
6
|
+
"react": "^16.13.0 || ^17.0.1",
|
|
7
|
+
"react-dom": "^16.13.0 || ^17.0.1"
|
|
8
8
|
},
|
|
9
9
|
"main": "./index.js",
|
|
10
10
|
"module": "./esm/index.js",
|
package/flag/dist/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/icons-flag",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"peerDependencies": {
|
|
6
|
-
"react": "^16.13.0",
|
|
7
|
-
"react-dom": "^16.13.0"
|
|
6
|
+
"react": "^16.13.0 || ^17.0.1",
|
|
7
|
+
"react-dom": "^16.13.0 || ^17.0.1"
|
|
8
8
|
},
|
|
9
9
|
"main": "./index.js",
|
|
10
10
|
"module": "./esm/index.js",
|
|
@@ -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:"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10c0 .338-.017.671-.05 1h-2.012A8 8 0 1013 19.938v2.013c-.329.032-.662.049-1 .049z"}),r.createElement("path",{d:"M13 12V7h-2v5a1 1 0 01-.4.8L8 14.5l1.2 1.6 2.6-1.7A3 3 0 0013 12zm4.586 7L15 21.5l1.5 1.5 2.5-2.586L21.5 23l1.5-1.5-2.586-2.5L23 16.5 21.5 15 19 17.586 16.5 15 15 16.5l2.586 2.5z"}))};exports.ClockCrossLineMIcon=l,exports.default=l;
|