@100mslive/react-icons 0.8.29-alpha.1 → 0.9.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/dist/ReplyGroupIcon.d.ts +4 -0
- package/dist/ReplyGroupIcon.js +2 -0
- package/dist/ReplyGroupIcon.js.map +1 -0
- package/dist/SolidPinIcon.d.ts +4 -0
- package/dist/SolidPinIcon.js +2 -0
- package/dist/SolidPinIcon.js.map +1 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1 -1
- package/package.json +2 -2
- package/src/ReplyGroupIcon.tsx +11 -0
- package/src/SolidPinIcon.tsx +18 -0
- package/src/index.ts +2 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import*as e from"react";var t=t=>e.createElement("svg",Object.assign({width:"24px",height:"24px",viewBox:"0 0 18 10",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t),e.createElement("g",{stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"},e.createElement("path",{d:"M5.288 8.41 1.5 4.62 5.288.833M9.076 8.41 5.288 4.62 9.076.833"}),e.createElement("path",{d:"M16.651 9.167V7.652a3.03 3.03 0 0 0-3.03-3.03H5.288"})));export{t as default};
|
|
2
|
+
//# sourceMappingURL=ReplyGroupIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReplyGroupIcon.js","sources":["../src/ReplyGroupIcon.tsx"],"sourcesContent":[null],"names":["ReplyGroupIcon_default","props","React","createElement","Object","assign","width","height","viewBox","fill","xmlns","stroke","strokeWidth","strokeLinecap","strokeLinejoin","d"],"mappings":"wBAUA,IAAAA,EAR2BC,GACzBC,EAAKC,cAAA,MAAAC,OAAAC,OAAA,CAAAC,MAAM,OAAOC,OAAO,OAAOC,QAAQ,YAAYC,KAAK,OAAOC,MAAM,8BAAiCT,GACrGC,EAAAC,cAAA,IAAA,CAAGQ,OAAO,eAAeC,YAAa,IAAKC,cAAc,QAAQC,eAAe,SAC9EZ,EAAMC,cAAA,OAAA,CAAAY,EAAE,mEACRb,EAAAC,cAAA,OAAA,CAAMY,EAAE"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import*as e from"react";var t=t=>e.createElement("svg",Object.assign({width:"24px",height:"24px",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t),e.createElement("path",{d:"M3 8.375h5.95v-.748a.85.85 0 0 0-.472-.76l-.756-.383a.85.85 0 0 1-.472-.761V3.7h.425a.85.85 0 1 0 0-1.7h-3.4a.85.85 0 1 0 0 1.7H4.7v2.023a.85.85 0 0 1-.472.76l-.756.383A.85.85 0 0 0 3 7.627v.748Z",fill:"currentColor"}),e.createElement("path",{d:"M5.975 8.375V10.5M3 8.375h5.95v-.748a.85.85 0 0 0-.472-.76l-.756-.383a.85.85 0 0 1-.472-.761V3.7h.425a.85.85 0 1 0 0-1.7h-3.4a.85.85 0 1 0 0 1.7H4.7v2.023a.85.85 0 0 1-.472.76l-.756.383A.85.85 0 0 0 3 7.627v.748Z",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}));export{t as default};
|
|
2
|
+
//# sourceMappingURL=SolidPinIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidPinIcon.js","sources":["../src/SolidPinIcon.tsx"],"sourcesContent":[null],"names":["SolidPinIcon_default","props","React","createElement","Object","assign","width","height","viewBox","fill","xmlns","d","stroke","strokeWidth","strokeLinecap","strokeLinejoin"],"mappings":"wBAiBA,IAAAA,EAfyBC,GACvBC,EAAKC,cAAA,MAAAC,OAAAC,OAAA,CAAAC,MAAM,OAAOC,OAAO,OAAOC,QAAQ,YAAYC,KAAK,OAAOC,MAAM,8BAAiCT,GACrGC,EAAAC,cAAA,OAAA,CACEQ,EAAE,sMACFF,KAAK,iBAEPP,EACEC,cAAA,OAAA,CAAAQ,EAAE,uNACFC,OAAO,eACPC,YAAa,IACbC,cAAc,QACdC,eAAe"}
|