@alfalab/icons-glyph 2.16.0 → 2.19.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/CnyMIcon.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const CnyMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default CnyMIcon;
package/CnyMIcon.js ADDED
@@ -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,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const SnowflakeLineMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default SnowflakeLineMIcon;
@@ -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;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const WorldMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default WorldMIcon;
package/WorldMIcon.js ADDED
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,a=require("./tslib.es6-37b184f2.js"),t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,l=function(e){return t.createElement("svg",a.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm-.15 2.95l.604-.937a7.965 7.965 0 00-4.174.903l.368.262a1 1 0 01-.107 1.694L6.672 7.88a1 1 0 01-.475.12H5.07a7.95 7.95 0 00-.818 2h4.566c.377 0 .682.305.682.682 0 .376.305.682.682.682h2.443a1 1 0 011 1V16a1 1 0 01-1 1H12a1 1 0 00-1 1v1.934c.344.045.644.066 1 .066a8.003 8.003 0 007.419-5H18a1 1 0 01-1-1v-4a1 1 0 00-1-1h-1.49a1 1 0 01-.81-.413L11.88 6.08a1 1 0 01-.03-1.13z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.WorldMIcon=l,exports.default=l;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.16.0",
3
+ "version": "2.19.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",