@alfalab/icons-glyph 2.3.0 → 2.7.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 ArrowForwardBigMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ArrowForwardBigMIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,r=require("./tslib.es6-37b184f2.js"),t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,o=function(e){return t.createElement("svg",r.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M12 4.838v2.774c-5.281.285-9.814 4.53-9.945 9.807L2 19.64h1.072a9.212 9.212 0 016.994-3.2H12v2.72c0 .713.845 1.1 1.396.64l8.33-7.2A.806.806 0 0022 12a.81.81 0 00-.274-.603L13.396 4.2C12.845 3.74 12 4.126 12 4.84z"}))};exports.ArrowForwardBigMIcon=o,exports.default=o;
package/AtmMIcon.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const AtmMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default AtmMIcon;
package/AtmMIcon.js ADDED
@@ -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:"M6 2a2 2 0 00-2 2v18h16V10.363a2 2 0 00-.127-.703l-2.386-6.362A2 2 0 0015.614 2H6zm6.5 7l-2-5h5l2 5h-5zm1.5 2h4v2h-4v-2z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.AtmMIcon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const BuildMoscowMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default BuildMoscowMIcon;
@@ -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,a=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 23V9.5a.5.5 0 01.5-.5h3a.5.5 0 01.5.5V23h-4zm-4-6v-3.5a.5.5 0 01.5-.5h2a.5.5 0 01.5.5V23H3v-5.5a.5.5 0 01.5-.5H6zm12 0v-3.5a.5.5 0 00-.5-.5h-2a.5.5 0 00-.5.5V23h6v-5.5a.5.5 0 00-.5-.5H18z",fillRule:"evenodd",clipRule:"evenodd"}),l.createElement("path",{d:"M11.766 1.178a.243.243 0 01.468 0l.595 1.917h1.924c.239 0 .338.319.145.466l-1.557 1.184.595 1.917c.073.237-.186.434-.379.288L12 5.765 10.443 6.95c-.193.146-.452-.051-.379-.288l.595-1.917-1.557-1.184c-.193-.147-.094-.466.145-.466h1.924l.595-1.917z"}))};exports.BuildMoscowMIcon=a,exports.default=a;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const CheckmarkOnCircleSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default CheckmarkOnCircleSIcon;
@@ -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:"18",height:"18",viewBox:"0 0 18 18"},e),r.createElement("path",{d:"M9 16A7 7 0 109 2a7 7 0 000 14zm3.472-8.782l-.99-.99-3.529 3.528-1.429-1.429-.99.99 2.42 2.419 4.518-4.518z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.CheckmarkOnCircleSIcon=l,exports.default=l;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.3.0",
3
+ "version": "2.7.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",