@100mslive/react-icons 0.8.23-alpha.0 → 0.8.23-alpha.2

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.
@@ -1,2 +1,2 @@
1
- import*as e from"react";var t=t=>e.createElement("svg",Object.assign({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2.813a4.687 4.687 0 1 0 0 9.374 4.687 4.687 0 0 0 0-9.374ZM9.746 5.245a3.188 3.188 0 1 1 4.508 4.508 3.188 3.188 0 0 1-4.508-4.508ZM8.012 16.45a5.64 5.64 0 0 1 9.628 3.988.75.75 0 0 0 1.5 0 7.14 7.14 0 0 0-14.28 0 .75.75 0 0 0 1.5 0 5.64 5.64 0 0 1 1.652-3.988Z",fill:"currentColor"}));export{t as default};
1
+ import*as e from"react";var a=a=>e.createElement("svg",Object.assign({width:"24px",height:"24px",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.533 5.333a1.6 1.6 0 1 1 3.2 0 1.6 1.6 0 0 1-3.2 0Zm1.6-2.666a2.667 2.667 0 1 0 0 5.333 2.667 2.667 0 0 0 0-5.333ZM6 9.067a2.667 2.667 0 0 0-2.667 2.666V12.8a.533.533 0 1 0 1.067 0v-1.067a1.6 1.6 0 0 1 1.6-1.6h4.267a1.6 1.6 0 0 1 1.6 1.6V12.8a.533.533 0 1 0 1.066 0v-1.067a2.667 2.667 0 0 0-2.666-2.666H6Z",fill:"currentColor"}));export{a as default};
2
2
  //# sourceMappingURL=PersonIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"PersonIcon.js","sources":["../src/PersonIcon.tsx"],"sourcesContent":[null],"names":["PersonIcon_default","props","React","createElement","Object","assign","width","height","viewBox","fill","xmlns","fillRule","clipRule","d"],"mappings":"wBAYA,IAAAA,EAVuBC,GACrBC,EAAKC,cAAA,MAAAC,OAAAC,OAAA,CAAAC,MAAM,OAAOC,OAAO,OAAOC,QAAQ,YAAYC,KAAK,OAAOC,MAAM,8BAAiCT,GACrGC,EAAAC,cAAA,OAAA,CACEQ,SAAS,UACTC,SAAS,UACTC,EAAE,4QACFJ,KAAK"}
1
+ {"version":3,"file":"PersonIcon.js","sources":["../src/PersonIcon.tsx"],"sourcesContent":[null],"names":["PersonIcon_default","props","React","createElement","Object","assign","width","height","viewBox","fill","xmlns","fillRule","clipRule","d"],"mappings":"wBAYA,IAAAA,EAVuBC,GACrBC,EAAKC,cAAA,MAAAC,OAAAC,OAAA,CAAAC,MAAM,OAAOC,OAAO,OAAOC,QAAQ,YAAYC,KAAK,OAAOC,MAAM,8BAAiCT,GACrGC,EAAAC,cAAA,OAAA,CACEQ,SAAS,UACTC,SAAS,UACTC,EAAE,sTACFJ,KAAK"}
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGProps } from 'react';
3
+ declare const SvgReplyIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgReplyIcon;
@@ -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 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t),e.createElement("path",{d:"M8.385 11.77 5 8.386 8.385 5",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement("path",{d:"M5 8.385h7.11a3.724 3.724 0 0 1 0 7.448H9.74",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}));export{t as default};
2
+ //# sourceMappingURL=ReplyIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReplyIcon.js","sources":["../src/ReplyIcon.tsx"],"sourcesContent":[null],"names":["ReplyIcon_default","props","React","createElement","Object","assign","width","height","viewBox","fill","xmlns","d","stroke","strokeWidth","strokeLinecap","strokeLinejoin"],"mappings":"wBAoBA,IAAAA,EAlBsBC,GACpBC,EAAKC,cAAA,MAAAC,OAAAC,OAAA,CAAAC,MAAM,OAAOC,OAAO,OAAOC,QAAQ,YAAYC,KAAK,OAAOC,MAAM,8BAAiCT,GACrGC,EAAAC,cAAA,OAAA,CACEQ,EAAE,+BACFC,OAAO,eACPC,YAAa,IACbC,cAAc,QACdC,eAAe,UAEjBb,EACEC,cAAA,OAAA,CAAAQ,EAAE,+CACFC,OAAO,eACPC,YAAa,IACbC,cAAc,QACdC,eAAe"}
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGProps } from 'react';
3
+ declare const SvgUnpinIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgUnpinIcon;
@@ -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 17 17",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t),e.createElement("path",{d:"M1.333 1.333 15.5 15.5M8.417 11.958V15.5M6.292 6.292v1.246a1.417 1.417 0 0 1-.787 1.268l-1.26.638a1.417 1.417 0 0 0-.787 1.267v1.247h8.5M10.542 6.532V4.167h.708a1.416 1.416 0 1 0 0-2.834H5.505",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}));export{t as default};
2
+ //# sourceMappingURL=UnpinIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UnpinIcon.js","sources":["../src/UnpinIcon.tsx"],"sourcesContent":[null],"names":["UnpinIcon_default","props","React","createElement","Object","assign","width","height","viewBox","fill","xmlns","d","stroke","strokeWidth","strokeLinecap","strokeLinejoin"],"mappings":"wBAaA,IAAAA,EAXsBC,GACpBC,EAAKC,cAAA,MAAAC,OAAAC,OAAA,CAAAC,MAAM,OAAOC,OAAO,OAAOC,QAAQ,YAAYC,KAAK,OAAOC,MAAM,8BAAiCT,GACrGC,EACEC,cAAA,OAAA,CAAAQ,EAAE,mMACFC,OAAO,eACPC,YAAa,IACbC,cAAc,QACdC,eAAe"}