@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 +3 -0
- package/CnyMIcon.js +1 -0
- package/package.json +1 -1
package/CnyMIcon.d.ts
ADDED
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;
|