@alfalab/icons 3.250.0 → 3.251.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.
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const VtbSignBoxMColorIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default VtbSignBoxMColorIcon;
@@ -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",width:"24",height:"24",viewBox:"0 0 24 24"},e,{fill:"none"}),l.createElement("path",{d:"M18.076 18.645H1l1.154-3.41H19.23l-1.153 3.41zm1.847-5.117H2.847l1.23-3.41h16.999l-1.153 3.41zm1.846-5.116H4.693L5.924 5H23l-1.231 3.412z",fill:"#009DE0"}))};exports.VtbSignBoxMColorIcon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const VtbSignBoxMWhiteIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default VtbSignBoxMWhiteIcon;
@@ -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",width:"24",height:"24",viewBox:"0 0 24 24"},e,{fill:"none"}),l.createElement("path",{d:"M18.076 18.645H1l1.154-3.41H19.23l-1.153 3.41zm1.847-5.117H2.847l1.23-3.41h16.999l-1.153 3.41zm1.846-5.116H4.693L5.924 5H23l-1.231 3.412z",fill:"#fff"}))};exports.VtbSignBoxMWhiteIcon=r,exports.default=r;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-logo",
3
- "version": "1.11.0",
3
+ "version": "1.12.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons",
3
- "version": "3.250.0",
3
+ "version": "3.251.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.5.0",
55
+ "ui-primitives": "^17.7.0",
56
56
  "util": "^0.12.2"
57
57
  },
58
58
  "lint-staged": {