@alfalab/icons 3.20.0 → 3.21.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 BellAddMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default BellAddMIcon;
@@ -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",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M2 9.014L14.486 21.5l.977-.706.199-1.124a7.389 7.389 0 012.05-3.938l1.365-1.364a6.68 6.68 0 00.367-.399 5 5 0 01-1.111-9.684C17.055 3.19 15.446 2.5 13.793 2.5c-1.765 0-3.42.683-4.66 1.923L7.766 5.787A7.389 7.389 0 013.83 7.838l-1.123.199L2 9.014zm2.811 9.582a2.637 2.637 0 003.73 0l-3.73-3.73a2.637 2.637 0 000 3.73zM19 6h2v2h2v2h-2v2h-2v-2h-2V8h2V6z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.BellAddMIcon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const BellMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default BellMIcon;
@@ -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:"M2.5 9.014L14.986 21.5l.977-.706.199-1.124a7.389 7.389 0 012.05-3.938l1.365-1.364A6.544 6.544 0 0021.5 9.707c0-3.727-3.496-7.207-7.207-7.207-1.765 0-3.42.683-4.66 1.923L8.266 5.787A7.389 7.389 0 014.33 7.838l-1.123.199-.707.977zm2.811 9.582a2.637 2.637 0 003.73 0l-3.73-3.73a2.637 2.637 0 000 3.73z"}))};exports.BellMIcon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const LogOutMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default LogOutMIcon;
@@ -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:"M10 3.32a1 1 0 011.287-.957l8.143 2.443a.8.8 0 01.57.766v12.81a.8.8 0 01-.57.766l-8.143 2.442A1 1 0 0110 20.633V3.32zm4 8.657a1 1 0 11-2 0 1 1 0 012 0z",fillRule:"evenodd",clipRule:"evenodd"}),l.createElement("path",{d:"M4 4.977h4v14H4v-14z"}))};exports.LogOutMIcon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const MailMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default MailMIcon;
@@ -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,a=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:"M4 5a2 2 0 00-2 2l10 4.5L22 7a2 2 0 00-2-2H4z"}),r.createElement("path",{d:"M22 9l-10 4.5L2 9v8a2 2 0 002 2h16a2 2 0 002-2V9z"}))};exports.MailMIcon=a,exports.default=a;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-corp",
3
- "version": "1.3.0",
3
+ "version": "1.4.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.20.0",
3
+ "version": "3.21.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.28.0",
30
+ "alfa-ui-primitives": "^3.29.0",
31
31
  "arui-presets-lint": "^4.0.0",
32
32
  "axios": "^0.21.1",
33
33
  "camelcase": "^5.3.1",