@alfalab/icons-glyph 2.18.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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.18.0",
3
+ "version": "2.19.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",