@100mslive/react-icons 0.8.24 → 0.8.26
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/GroupIcon.d.ts +4 -0
- package/dist/GroupIcon.js +2 -0
- package/dist/GroupIcon.js.map +1 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/package.json +2 -2
- package/src/GroupIcon.tsx +27 -0
- package/src/index.ts +1 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import*as e from"react";var a=a=>e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none"},a),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 5a3.667 3.667 0 1 0 0 7.333A3.667 3.667 0 0 0 12 5ZM9.8 8.667a2.2 2.2 0 1 1 4.4 0 2.2 2.2 0 0 1-4.4 0Z",fill:"currentColor"}),e.createElement("path",{d:"M9.067 13.8A3.667 3.667 0 0 0 5.4 17.467v1.466a.733.733 0 0 0 1.467 0v-1.466a2.2 2.2 0 0 1 2.2-2.2h5.866a2.2 2.2 0 0 1 2.2 2.2v1.466a.733.733 0 0 0 1.467 0v-1.466a3.667 3.667 0 0 0-3.667-3.667H9.067ZM19.357 14.445a.733.733 0 0 1 .893-.526A3.667 3.667 0 0 1 23 17.466v1.467a.733.733 0 1 1-1.467 0v-1.466a2.2 2.2 0 0 0-1.65-2.128.733.733 0 0 1-.526-.894ZM17.315 5.118a.733.733 0 0 0-.364 1.421 2.2 2.2 0 0 1 0 4.263.733.733 0 0 0 .364 1.42 3.667 3.667 0 0 0 0-7.104Z",fill:"currentColor"}),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 5a3.667 3.667 0 1 1 0 7.333A3.667 3.667 0 0 1 12 5Zm2.2 3.667a2.2 2.2 0 1 0-4.4 0 2.2 2.2 0 0 0 4.4 0Z",fill:"currentColor"}),e.createElement("path",{d:"M14.933 13.8a3.667 3.667 0 0 1 3.667 3.667v1.466a.733.733 0 1 1-1.467 0v-1.466a2.2 2.2 0 0 0-2.2-2.2H9.067a2.2 2.2 0 0 0-2.2 2.2v1.466a.733.733 0 0 1-1.467 0v-1.466A3.667 3.667 0 0 1 9.067 13.8h5.866ZM4.643 14.445a.733.733 0 0 0-.893-.526A3.667 3.667 0 0 0 1 17.466v1.467a.733.733 0 0 0 1.467 0v-1.466a2.2 2.2 0 0 1 1.65-2.128.733.733 0 0 0 .526-.894ZM6.685 5.118a.733.733 0 0 1 .364 1.421 2.2 2.2 0 0 0 0 4.263.733.733 0 1 1-.364 1.42 3.667 3.667 0 0 1 0-7.104Z",fill:"currentColor"}));export{a as default};
|
|
2
|
+
//# sourceMappingURL=GroupIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GroupIcon.js","sources":["../src/GroupIcon.tsx"],"sourcesContent":[null],"names":["GroupIcon_default","props","React","createElement","Object","assign","xmlns","width","height","viewBox","fill","fillRule","clipRule","d"],"mappings":"wBA0BA,IAAAA,EAxBsBC,GACpBC,EAAKC,cAAA,MAAAC,OAAAC,OAAA,CAAAC,MAAM,6BAA6BC,MAAM,OAAOC,OAAO,OAAOC,QAAQ,YAAYC,KAAK,QAAWT,GACrGC,EAAAC,cAAA,OAAA,CACEQ,SAAS,UACTC,SAAS,UACTC,EAAE,6GACFH,KAAK,iBAEPR,EAAAC,cAAA,OAAA,CACEU,EAAE,mdACFH,KAAK,iBAEPR,EAAAC,cAAA,OAAA,CACEQ,SAAS,UACTC,SAAS,UACTC,EAAE,6GACFH,KAAK,iBAEPR,EACEC,cAAA,OAAA,CAAAU,EAAE,idACFH,KAAK"}
|