@alfalab/icons-glyph 2.40.0 → 2.41.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/ShopMIcon.d.ts +3 -0
- package/ShopMIcon.js +1 -0
- package/package.json +1 -1
package/ShopMIcon.d.ts
ADDED
package/ShopMIcon.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,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:"M18.601 4H5.4a1 1 0 00-.688.274L2.89 6C2.337 6.53 2 7.232 2 8c0 1.657 1.567 3 3.5 3 1.473 0 2.733-.78 3.25-1.884C9.266 10.22 10.527 11 12 11s2.733-.78 3.25-1.885C15.766 10.22 17.027 11 18.5 11c1.933 0 3.5-1.343 3.5-3 0-.768-.337-1.47-.89-2l-1.82-1.726A1 1 0 0018.6 4zM5.5 13a6 6 0 01-2.5-.553V20h6v-4h6v4h6v-7.553a6 6 0 01-2.5.553 5.907 5.907 0 01-3.25-.962A5.907 5.907 0 0112 13a5.907 5.907 0 01-3.25-.962A5.907 5.907 0 015.5 13z"}))};exports.ShopMIcon=a,exports.default=a;
|