@bigbinary/neeto-icons 1.8.46 → 1.8.47
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/_internal/Archive.js.js +1 -1
- package/dist/_internal/Archive.js.js.map +1 -1
- package/dist/_internal/Error.js.js +1 -1
- package/dist/_internal/Error.js.js.map +1 -1
- package/dist/_internal/Focus.js.js +1 -1
- package/dist/_internal/Focus.js.js.map +1 -1
- package/dist/_internal/MenuLayout.js.js +1 -1
- package/dist/_internal/MenuLayout.js.js.map +1 -1
- package/dist/_internal/Radio.js.js +1 -1
- package/dist/_internal/Radio.js.js.map +1 -1
- package/dist/_internal/Subdomain.js.js +1 -1
- package/dist/_internal/Subdomain.js.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{P as e,_ as
|
|
1
|
+
import{P as e,_ as t,R as r,a as o}from"./index.js";var i=["size","color","strokeWidth"];function n(e){var n=e.size,s=e.color,l=e.strokeWidth,a=t(e,i);return r.createElement("svg",o({viewBox:"0 0 24 24",fill:"none",height:n,width:n},a),r.createElement("g",{clipPath:"url(#clip0_3125_3522)"},r.createElement("path",{d:"M4.5 17.8334V14.9167C4.5 14.2263 5.05964 13.6667 5.75 13.6667H7.31583C7.64712 13.6668 7.96484 13.7983 8.19917 14.0325L9.0125 14.8459C9.32492 15.1579 9.74842 15.3333 10.19 15.3334H13.8092C14.2514 15.3335 14.6756 15.1578 14.9883 14.845L15.6792 14.1542C15.9916 13.8421 16.4151 13.6668 16.8567 13.6667H18.25C18.9404 13.6667 19.5 14.2263 19.5 14.9167V17.8334C19.5 18.7538 18.7538 19.5 17.8333 19.5H6.16667C5.24619 19.5 4.5 18.7538 4.5 17.8334Z",stroke:s,strokeWidth:l,strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement("path",{d:"M6.16667 13.6667V6.16667C6.16667 5.24619 6.91286 4.5 7.83334 4.5H16.1667C17.0871 4.5 17.8333 5.24619 17.8333 6.16667V13.6667",stroke:s,strokeWidth:l,strokeLinecap:"round",strokeLinejoin:"round"})),r.createElement("defs",null,r.createElement("clipPath",{id:"clip0_3125_3522"},r.createElement("rect",{width:"20",height:"20",fill:s,transform:"translate(2 2)"}))))}n.defaultProps={color:"currentColor",size:24,strokeWidth:"1.5"},n.propTypes={color:e.string,size:e.oneOfType([e.string,e.number]),strokeWidth:e.oneOfType([e.string,e.number])};export{n as Archive};
|
|
2
2
|
//# sourceMappingURL=Archive.js.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Archive.js.js","sources":["../../lib/icons/Archive.js"],"sourcesContent":["/** Icons generated by create-react-icons. Don't edit this file directly. **/\nimport React from \"react\";\nimport PropTypes from \"prop-types\";\n\nexport function Archive(props) {\n const { size, color, strokeWidth, ...other } = props;\n return (\n <svg viewBox=\"0 0
|
|
1
|
+
{"version":3,"file":"Archive.js.js","sources":["../../lib/icons/Archive.js"],"sourcesContent":["/** Icons generated by create-react-icons. Don't edit this file directly. **/\nimport React from \"react\";\nimport PropTypes from \"prop-types\";\n\nexport function Archive(props) {\n const { size, color, strokeWidth, ...other } = props;\n return (\n <svg viewBox=\"0 0 24 24\" fill=\"none\" height={size} width={size} {...other}>\n <g clipPath=\"url(#clip0_3125_3522)\">\n <path\n d=\"M4.5 17.8334V14.9167C4.5 14.2263 5.05964 13.6667 5.75 13.6667H7.31583C7.64712 13.6668 7.96484 13.7983 8.19917 14.0325L9.0125 14.8459C9.32492 15.1579 9.74842 15.3333 10.19 15.3334H13.8092C14.2514 15.3335 14.6756 15.1578 14.9883 14.845L15.6792 14.1542C15.9916 13.8421 16.4151 13.6668 16.8567 13.6667H18.25C18.9404 13.6667 19.5 14.2263 19.5 14.9167V17.8334C19.5 18.7538 18.7538 19.5 17.8333 19.5H6.16667C5.24619 19.5 4.5 18.7538 4.5 17.8334Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M6.16667 13.6667V6.16667C6.16667 5.24619 6.91286 4.5 7.83334 4.5H16.1667C17.0871 4.5 17.8333 5.24619 17.8333 6.16667V13.6667\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_3125_3522\">\n <rect\n width=\"20\"\n height=\"20\"\n fill={color}\n transform=\"translate(2 2)\"\n />\n </clipPath>\n </defs>\n </svg>\n );\n}\n\nArchive.defaultProps = {\n color: \"currentColor\",\n size: 24,\n strokeWidth: \"1.5\",\n};\n\nArchive.propTypes = {\n color: PropTypes.string,\n size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n strokeWidth: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n};\n"],"names":["Archive","props","size","color","strokeWidth","other","React","viewBox","fill","height","width","clipPath","d","stroke","strokeLinecap","strokeLinejoin","id","transform","defaultProps","propTypes","PropTypes","string","oneOfType","number"],"mappings":"yFAIO,SAASA,EAAQC,OACdC,EAAuCD,EAAvCC,KAAMC,EAAiCF,EAAjCE,MAAOC,EAA0BH,EAA1BG,YAAgBC,IAAUJ,YAE7CK,yBAAKC,QAAQ,YAAYC,KAAK,OAAOC,OAAQP,EAAMQ,MAAOR,GAAUG,GAClEC,qBAAGK,SAAS,yBACVL,wBACEM,EAAE,ybACFC,OAAQV,EACRC,YAAaA,EACbU,cAAc,QACdC,eAAe,UAEjBT,wBACEM,EAAE,+HACFC,OAAQV,EACRC,YAAaA,EACbU,cAAc,QACdC,eAAe,WAGnBT,4BACEA,4BAAUU,GAAG,mBACXV,wBACEI,MAAM,KACND,OAAO,KACPD,KAAML,EACNc,UAAU,sBAQtBjB,EAAQkB,aAAe,CACrBf,MAAO,eACPD,KAAM,GACNE,YAAa,OAGfJ,EAAQmB,UAAY,CAClBhB,MAAOiB,EAAUC,OACjBnB,KAAMkB,EAAUE,UAAU,CAACF,EAAUC,OAAQD,EAAUG,SACvDnB,YAAagB,EAAUE,UAAU,CAACF,EAAUC,OAAQD,EAAUG"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{P as e,_ as r,R as o,a as t}from"./index.js";var
|
|
1
|
+
import{P as e,_ as r,R as o,a as t}from"./index.js";var s=["size","color","strokeWidth"];function i(e){var i=e.size,n=e.color,C=e.strokeWidth,a=r(e,s);return o.createElement("svg",t({viewBox:"0 0 24 24",fill:"none",height:i,width:i},a),o.createElement("path",{d:"M9 9L15 15M9 15L15 9M12 3C10.8181 3 9.64778 3.23279 8.55585 3.68508C7.46392 4.13738 6.47177 4.80031 5.63604 5.63604C4.80031 6.47177 4.13738 7.46392 3.68508 8.55585C3.23279 9.64778 3 10.8181 3 12C3 13.1819 3.23279 14.3522 3.68508 15.4442C4.13738 16.5361 4.80031 17.5282 5.63604 18.364C6.47177 19.1997 7.46392 19.8626 8.55585 20.3149C9.64778 20.7672 10.8181 21 12 21C13.1819 21 14.3522 20.7672 15.4442 20.3149C16.5361 19.8626 17.5282 19.1997 18.364 18.364C19.1997 17.5282 19.8626 16.5361 20.3149 15.4442C20.7672 14.3522 21 13.1819 21 12C21 10.8181 20.7672 9.64778 20.3149 8.55585C19.8626 7.46392 19.1997 6.47177 18.364 5.63604C17.5282 4.80031 16.5361 4.13738 15.4442 3.68508C14.3522 3.23279 13.1819 3 12 3Z",stroke:n,strokeWidth:C,strokeLinecap:"round",strokeLinejoin:"round"}))}i.defaultProps={color:"currentColor",size:24,strokeWidth:"1.5"},i.propTypes={color:e.string,size:e.oneOfType([e.string,e.number]),strokeWidth:e.oneOfType([e.string,e.number])};export{i as Error};
|
|
2
2
|
//# sourceMappingURL=Error.js.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Error.js.js","sources":["../../lib/icons/Error.js"],"sourcesContent":["/** Icons generated by create-react-icons. Don't edit this file directly. **/\nimport React from \"react\";\nimport PropTypes from \"prop-types\";\n\nexport function Error(props) {\n const { size, color, strokeWidth, ...other } = props;\n return (\n <svg viewBox=\"0 0
|
|
1
|
+
{"version":3,"file":"Error.js.js","sources":["../../lib/icons/Error.js"],"sourcesContent":["/** Icons generated by create-react-icons. Don't edit this file directly. **/\nimport React from \"react\";\nimport PropTypes from \"prop-types\";\n\nexport function Error(props) {\n const { size, color, strokeWidth, ...other } = props;\n return (\n <svg viewBox=\"0 0 24 24\" fill=\"none\" height={size} width={size} {...other}>\n <path\n d=\"M9 9L15 15M9 15L15 9M12 3C10.8181 3 9.64778 3.23279 8.55585 3.68508C7.46392 4.13738 6.47177 4.80031 5.63604 5.63604C4.80031 6.47177 4.13738 7.46392 3.68508 8.55585C3.23279 9.64778 3 10.8181 3 12C3 13.1819 3.23279 14.3522 3.68508 15.4442C4.13738 16.5361 4.80031 17.5282 5.63604 18.364C6.47177 19.1997 7.46392 19.8626 8.55585 20.3149C9.64778 20.7672 10.8181 21 12 21C13.1819 21 14.3522 20.7672 15.4442 20.3149C16.5361 19.8626 17.5282 19.1997 18.364 18.364C19.1997 17.5282 19.8626 16.5361 20.3149 15.4442C20.7672 14.3522 21 13.1819 21 12C21 10.8181 20.7672 9.64778 20.3149 8.55585C19.8626 7.46392 19.1997 6.47177 18.364 5.63604C17.5282 4.80031 16.5361 4.13738 15.4442 3.68508C14.3522 3.23279 13.1819 3 12 3Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n}\n\nError.defaultProps = {\n color: \"currentColor\",\n size: 24,\n strokeWidth: \"1.5\",\n};\n\nError.propTypes = {\n color: PropTypes.string,\n size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n strokeWidth: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n};\n"],"names":["Error","props","size","color","strokeWidth","other","React","viewBox","fill","height","width","d","stroke","strokeLinecap","strokeLinejoin","defaultProps","propTypes","PropTypes","string","oneOfType","number"],"mappings":"yFAIO,SAASA,EAAMC,OACZC,EAAuCD,EAAvCC,KAAMC,EAAiCF,EAAjCE,MAAOC,EAA0BH,EAA1BG,YAAgBC,IAAUJ,YAE7CK,yBAAKC,QAAQ,YAAYC,KAAK,OAAOC,OAAQP,EAAMQ,MAAOR,GAAUG,GAClEC,wBACEK,EAAE,msBACFC,OAAQT,EACRC,YAAaA,EACbS,cAAc,QACdC,eAAe,WAMvBd,EAAMe,aAAe,CACnBZ,MAAO,eACPD,KAAM,GACNE,YAAa,OAGfJ,EAAMgB,UAAY,CAChBb,MAAOc,EAAUC,OACjBhB,KAAMe,EAAUE,UAAU,CAACF,EAAUC,OAAQD,EAAUG,SACvDhB,YAAaa,EAAUE,UAAU,CAACF,EAAUC,OAAQD,EAAUG"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{P as e,_ as
|
|
1
|
+
import{P as e,_ as t,R as r,a as o}from"./index.js";var s=["size","color","strokeWidth"];function i(e){var i=e.size,n=e.color,c=e.strokeWidth,a=t(e,s);return r.createElement("svg",o({viewBox:"0 0 24 24",fill:"none",height:i,width:i},a),r.createElement("circle",{cx:"12",cy:"12",r:"7.125",stroke:n,strokeWidth:c}),r.createElement("path",{d:"M3 12H7",stroke:n,strokeWidth:c,strokeLinecap:"round"}),r.createElement("path",{d:"M17 12L21 12",stroke:n,strokeWidth:c,strokeLinecap:"round"}),r.createElement("path",{d:"M12 21L12 17",stroke:n,strokeWidth:c,strokeLinecap:"round"}),r.createElement("path",{d:"M12 7L12 3",stroke:n,strokeWidth:c,strokeLinecap:"round"}),r.createElement("circle",{cx:"12",cy:"12",r:"1",fill:n}))}i.defaultProps={color:"currentColor",size:24,strokeWidth:"1.5"},i.propTypes={color:e.string,size:e.oneOfType([e.string,e.number]),strokeWidth:e.oneOfType([e.string,e.number])};export{i as Focus};
|
|
2
2
|
//# sourceMappingURL=Focus.js.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Focus.js.js","sources":["../../lib/icons/Focus.js"],"sourcesContent":["/** Icons generated by create-react-icons. Don't edit this file directly. **/\nimport React from \"react\";\nimport PropTypes from \"prop-types\";\n\nexport function Focus(props) {\n const { size, color, strokeWidth, ...other } = props;\n return (\n <svg viewBox=\"0 0 24 24\" height={size} width={size} {...other}>\n <path
|
|
1
|
+
{"version":3,"file":"Focus.js.js","sources":["../../lib/icons/Focus.js"],"sourcesContent":["/** Icons generated by create-react-icons. Don't edit this file directly. **/\nimport React from \"react\";\nimport PropTypes from \"prop-types\";\n\nexport function Focus(props) {\n const { size, color, strokeWidth, ...other } = props;\n return (\n <svg viewBox=\"0 0 24 24\" fill=\"none\" height={size} width={size} {...other}>\n <circle\n cx=\"12\"\n cy=\"12\"\n r=\"7.125\"\n stroke={color}\n strokeWidth={strokeWidth}\n />\n <path\n d=\"M3 12H7\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n />\n <path\n d=\"M17 12L21 12\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n />\n <path\n d=\"M12 21L12 17\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n />\n <path\n d=\"M12 7L12 3\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n />\n <circle cx=\"12\" cy=\"12\" r=\"1\" fill={color} />\n </svg>\n );\n}\n\nFocus.defaultProps = {\n color: \"currentColor\",\n size: 24,\n strokeWidth: \"1.5\",\n};\n\nFocus.propTypes = {\n color: PropTypes.string,\n size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n strokeWidth: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n};\n"],"names":["Focus","props","size","color","strokeWidth","other","React","viewBox","fill","height","width","cx","cy","r","stroke","d","strokeLinecap","defaultProps","propTypes","PropTypes","string","oneOfType","number"],"mappings":"yFAIO,SAASA,EAAMC,OACZC,EAAuCD,EAAvCC,KAAMC,EAAiCF,EAAjCE,MAAOC,EAA0BH,EAA1BG,YAAgBC,IAAUJ,YAE7CK,yBAAKC,QAAQ,YAAYC,KAAK,OAAOC,OAAQP,EAAMQ,MAAOR,GAAUG,GAClEC,0BACEK,GAAG,KACHC,GAAG,KACHC,EAAE,QACFC,OAAQX,EACRC,YAAaA,IAEfE,wBACES,EAAE,UACFD,OAAQX,EACRC,YAAaA,EACbY,cAAc,UAEhBV,wBACES,EAAE,eACFD,OAAQX,EACRC,YAAaA,EACbY,cAAc,UAEhBV,wBACES,EAAE,eACFD,OAAQX,EACRC,YAAaA,EACbY,cAAc,UAEhBV,wBACES,EAAE,aACFD,OAAQX,EACRC,YAAaA,EACbY,cAAc,UAEhBV,0BAAQK,GAAG,KAAKC,GAAG,KAAKC,EAAE,IAAIL,KAAML,KAK1CH,EAAMiB,aAAe,CACnBd,MAAO,eACPD,KAAM,GACNE,YAAa,OAGfJ,EAAMkB,UAAY,CAChBf,MAAOgB,EAAUC,OACjBlB,KAAMiB,EAAUE,UAAU,CAACF,EAAUC,OAAQD,EAAUG,SACvDlB,YAAae,EAAUE,UAAU,CAACF,EAAUC,OAAQD,EAAUG"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{P as e,_ as t,R as r,a as i}from"./index.js";var
|
|
1
|
+
import{P as e,_ as t,R as r,a as i}from"./index.js";var o=["size","color","strokeWidth"];function h(e){var h=e.size,s=e.color,l=e.strokeWidth,c=t(e,o);return r.createElement("svg",i({viewBox:"0 0 24 24",fill:"none",height:h,width:h},c),r.createElement("g",{clipPath:"url(#clip0_3134_3541)"},r.createElement("rect",{x:"4",y:"4",width:"6",height:"6",rx:"1",stroke:s,strokeWidth:l}),r.createElement("rect",{x:"4",y:"14",width:"6",height:"6",rx:"1",stroke:s,strokeWidth:l}),r.createElement("rect",{x:"14",y:"4",width:"6",height:"6",rx:"1",stroke:s,strokeWidth:l}),r.createElement("rect",{x:"14",y:"14",width:"6",height:"6",rx:"1",stroke:s,strokeWidth:l})),r.createElement("defs",null,r.createElement("clipPath",{id:"clip0_3134_3541"},r.createElement("rect",{width:"24",height:"24",fill:s}))))}h.defaultProps={color:"currentColor",size:24,strokeWidth:"1.5"},h.propTypes={color:e.string,size:e.oneOfType([e.string,e.number]),strokeWidth:e.oneOfType([e.string,e.number])};export{h as MenuLayout};
|
|
2
2
|
//# sourceMappingURL=MenuLayout.js.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MenuLayout.js.js","sources":["../../lib/icons/MenuLayout.js"],"sourcesContent":["/** Icons generated by create-react-icons. Don't edit this file directly. **/\nimport React from \"react\";\nimport PropTypes from \"prop-types\";\n\nexport function MenuLayout(props) {\n const { size, color, strokeWidth, ...other } = props;\n return (\n <svg viewBox=\"0 0 24 24\" fill=\"none\" height={size} width={size} {...other}>\n <
|
|
1
|
+
{"version":3,"file":"MenuLayout.js.js","sources":["../../lib/icons/MenuLayout.js"],"sourcesContent":["/** Icons generated by create-react-icons. Don't edit this file directly. **/\nimport React from \"react\";\nimport PropTypes from \"prop-types\";\n\nexport function MenuLayout(props) {\n const { size, color, strokeWidth, ...other } = props;\n return (\n <svg viewBox=\"0 0 24 24\" fill=\"none\" height={size} width={size} {...other}>\n <g clipPath=\"url(#clip0_3134_3541)\">\n <rect\n x=\"4\"\n y=\"4\"\n width=\"6\"\n height=\"6\"\n rx=\"1\"\n stroke={color}\n strokeWidth={strokeWidth}\n />\n <rect\n x=\"4\"\n y=\"14\"\n width=\"6\"\n height=\"6\"\n rx=\"1\"\n stroke={color}\n strokeWidth={strokeWidth}\n />\n <rect\n x=\"14\"\n y=\"4\"\n width=\"6\"\n height=\"6\"\n rx=\"1\"\n stroke={color}\n strokeWidth={strokeWidth}\n />\n <rect\n x=\"14\"\n y=\"14\"\n width=\"6\"\n height=\"6\"\n rx=\"1\"\n stroke={color}\n strokeWidth={strokeWidth}\n />\n </g>\n <defs>\n <clipPath id=\"clip0_3134_3541\">\n <rect width=\"24\" height=\"24\" fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n}\n\nMenuLayout.defaultProps = {\n color: \"currentColor\",\n size: 24,\n strokeWidth: \"1.5\",\n};\n\nMenuLayout.propTypes = {\n color: PropTypes.string,\n size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n strokeWidth: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n};\n"],"names":["MenuLayout","props","size","color","strokeWidth","other","React","viewBox","fill","height","width","clipPath","x","y","rx","stroke","id","defaultProps","propTypes","PropTypes","string","oneOfType","number"],"mappings":"yFAIO,SAASA,EAAWC,OACjBC,EAAuCD,EAAvCC,KAAMC,EAAiCF,EAAjCE,MAAOC,EAA0BH,EAA1BG,YAAgBC,IAAUJ,YAE7CK,yBAAKC,QAAQ,YAAYC,KAAK,OAAOC,OAAQP,EAAMQ,MAAOR,GAAUG,GAClEC,qBAAGK,SAAS,yBACVL,wBACEM,EAAE,IACFC,EAAE,IACFH,MAAM,IACND,OAAO,IACPK,GAAG,IACHC,OAAQZ,EACRC,YAAaA,IAEfE,wBACEM,EAAE,IACFC,EAAE,KACFH,MAAM,IACND,OAAO,IACPK,GAAG,IACHC,OAAQZ,EACRC,YAAaA,IAEfE,wBACEM,EAAE,KACFC,EAAE,IACFH,MAAM,IACND,OAAO,IACPK,GAAG,IACHC,OAAQZ,EACRC,YAAaA,IAEfE,wBACEM,EAAE,KACFC,EAAE,KACFH,MAAM,IACND,OAAO,IACPK,GAAG,IACHC,OAAQZ,EACRC,YAAaA,KAGjBE,4BACEA,4BAAUU,GAAG,mBACXV,wBAAMI,MAAM,KAAKD,OAAO,KAAKD,KAAML,OAO7CH,EAAWiB,aAAe,CACxBd,MAAO,eACPD,KAAM,GACNE,YAAa,OAGfJ,EAAWkB,UAAY,CACrBf,MAAOgB,EAAUC,OACjBlB,KAAMiB,EAAUE,UAAU,CAACF,EAAUC,OAAQD,EAAUG,SACvDlB,YAAae,EAAUE,UAAU,CAACF,EAAUC,OAAQD,EAAUG"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{P as e,_ as r,R as t,a as o}from"./index.js";var i=["size","color","strokeWidth"];function s(e){var s=e.size,c=e.color,n=e.strokeWidth,l=r(e,i);return t.createElement("svg",o({viewBox:"0 0
|
|
1
|
+
import{P as e,_ as r,R as t,a as o}from"./index.js";var i=["size","color","strokeWidth"];function s(e){var s=e.size,c=e.color,n=e.strokeWidth,l=r(e,i);return t.createElement("svg",o({viewBox:"0 0 24 24",fill:"none",height:s,width:s},l),t.createElement("circle",{cx:"12",cy:"12",r:"8.25",stroke:c,strokeWidth:n}),t.createElement("circle",{cx:"12",cy:"12",r:"3",fill:c}))}s.defaultProps={color:"currentColor",size:24,strokeWidth:"1.5"},s.propTypes={color:e.string,size:e.oneOfType([e.string,e.number]),strokeWidth:e.oneOfType([e.string,e.number])};export{s as Radio};
|
|
2
2
|
//# sourceMappingURL=Radio.js.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Radio.js.js","sources":["../../lib/icons/Radio.js"],"sourcesContent":["/** Icons generated by create-react-icons. Don't edit this file directly. **/\nimport React from \"react\";\nimport PropTypes from \"prop-types\";\n\nexport function Radio(props) {\n const { size, color, strokeWidth, ...other } = props;\n return (\n <svg viewBox=\"0 0
|
|
1
|
+
{"version":3,"file":"Radio.js.js","sources":["../../lib/icons/Radio.js"],"sourcesContent":["/** Icons generated by create-react-icons. Don't edit this file directly. **/\nimport React from \"react\";\nimport PropTypes from \"prop-types\";\n\nexport function Radio(props) {\n const { size, color, strokeWidth, ...other } = props;\n return (\n <svg viewBox=\"0 0 24 24\" fill=\"none\" height={size} width={size} {...other}>\n <circle\n cx=\"12\"\n cy=\"12\"\n r=\"8.25\"\n stroke={color}\n strokeWidth={strokeWidth}\n />\n <circle cx=\"12\" cy=\"12\" r=\"3\" fill={color} />\n </svg>\n );\n}\n\nRadio.defaultProps = {\n color: \"currentColor\",\n size: 24,\n strokeWidth: \"1.5\",\n};\n\nRadio.propTypes = {\n color: PropTypes.string,\n size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n strokeWidth: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n};\n"],"names":["Radio","props","size","color","strokeWidth","other","React","viewBox","fill","height","width","cx","cy","r","stroke","defaultProps","propTypes","PropTypes","string","oneOfType","number"],"mappings":"yFAIO,SAASA,EAAMC,OACZC,EAAuCD,EAAvCC,KAAMC,EAAiCF,EAAjCE,MAAOC,EAA0BH,EAA1BG,YAAgBC,IAAUJ,YAE7CK,yBAAKC,QAAQ,YAAYC,KAAK,OAAOC,OAAQP,EAAMQ,MAAOR,GAAUG,GAClEC,0BACEK,GAAG,KACHC,GAAG,KACHC,EAAE,OACFC,OAAQX,EACRC,YAAaA,IAEfE,0BAAQK,GAAG,KAAKC,GAAG,KAAKC,EAAE,IAAIL,KAAML,KAK1CH,EAAMe,aAAe,CACnBZ,MAAO,eACPD,KAAM,GACNE,YAAa,OAGfJ,EAAMgB,UAAY,CAChBb,MAAOc,EAAUC,OACjBhB,KAAMe,EAAUE,UAAU,CAACF,EAAUC,OAAQD,EAAUG,SACvDhB,YAAaa,EAAUE,UAAU,CAACF,EAAUC,OAAQD,EAAUG"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{P as e,_ as
|
|
1
|
+
import{P as e,_ as t,R as r,a as o}from"./index.js";var s=["size","color","strokeWidth"];function i(e){var i=e.size,n=e.color,a=e.strokeWidth,c=t(e,s);return r.createElement("svg",o({viewBox:"0 0 24 24",fill:"none",height:i,width:i},c),r.createElement("circle",{cx:"12",cy:"12",r:"8.25",stroke:n,strokeWidth:a}),r.createElement("path",{d:"M15.25 12C15.25 14.4055 14.8152 16.5471 14.1431 18.0594C13.8066 18.8164 13.4254 19.3826 13.0399 19.7494C12.6584 20.1126 12.3082 20.25 12 20.25C11.6918 20.25 11.3416 20.1126 10.9601 19.7494C10.5746 19.3826 10.1934 18.8164 9.85693 18.0594C9.18483 16.5471 8.75 14.4055 8.75 12C8.75 9.59454 9.18483 7.45286 9.85693 5.94064C10.1934 5.18359 10.5746 4.61737 10.9601 4.25056C11.3416 3.88743 11.6918 3.75 12 3.75C12.3082 3.75 12.6584 3.88743 13.0399 4.25056C13.4254 4.61737 13.8066 5.18359 14.1431 5.94064C14.8152 7.45286 15.25 9.59454 15.25 12Z",stroke:n,strokeWidth:a}),r.createElement("path",{d:"M4 12H20",stroke:n,strokeWidth:a}))}i.defaultProps={color:"currentColor",size:24,strokeWidth:"1.5"},i.propTypes={color:e.string,size:e.oneOfType([e.string,e.number]),strokeWidth:e.oneOfType([e.string,e.number])};export{i as Subdomain};
|
|
2
2
|
//# sourceMappingURL=Subdomain.js.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Subdomain.js.js","sources":["../../lib/icons/Subdomain.js"],"sourcesContent":["/** Icons generated by create-react-icons. Don't edit this file directly. **/\nimport React from \"react\";\nimport PropTypes from \"prop-types\";\n\nexport function Subdomain(props) {\n const { size, color, strokeWidth, ...other } = props;\n return (\n <svg viewBox=\"0 0
|
|
1
|
+
{"version":3,"file":"Subdomain.js.js","sources":["../../lib/icons/Subdomain.js"],"sourcesContent":["/** Icons generated by create-react-icons. Don't edit this file directly. **/\nimport React from \"react\";\nimport PropTypes from \"prop-types\";\n\nexport function Subdomain(props) {\n const { size, color, strokeWidth, ...other } = props;\n return (\n <svg viewBox=\"0 0 24 24\" fill=\"none\" height={size} width={size} {...other}>\n <circle\n cx=\"12\"\n cy=\"12\"\n r=\"8.25\"\n stroke={color}\n strokeWidth={strokeWidth}\n />\n <path\n d=\"M15.25 12C15.25 14.4055 14.8152 16.5471 14.1431 18.0594C13.8066 18.8164 13.4254 19.3826 13.0399 19.7494C12.6584 20.1126 12.3082 20.25 12 20.25C11.6918 20.25 11.3416 20.1126 10.9601 19.7494C10.5746 19.3826 10.1934 18.8164 9.85693 18.0594C9.18483 16.5471 8.75 14.4055 8.75 12C8.75 9.59454 9.18483 7.45286 9.85693 5.94064C10.1934 5.18359 10.5746 4.61737 10.9601 4.25056C11.3416 3.88743 11.6918 3.75 12 3.75C12.3082 3.75 12.6584 3.88743 13.0399 4.25056C13.4254 4.61737 13.8066 5.18359 14.1431 5.94064C14.8152 7.45286 15.25 9.59454 15.25 12Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n />\n <path d=\"M4 12H20\" stroke={color} strokeWidth={strokeWidth} />\n </svg>\n );\n}\n\nSubdomain.defaultProps = {\n color: \"currentColor\",\n size: 24,\n strokeWidth: \"1.5\",\n};\n\nSubdomain.propTypes = {\n color: PropTypes.string,\n size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n strokeWidth: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n};\n"],"names":["Subdomain","props","size","color","strokeWidth","other","React","viewBox","fill","height","width","cx","cy","r","stroke","d","defaultProps","propTypes","PropTypes","string","oneOfType","number"],"mappings":"yFAIO,SAASA,EAAUC,OAChBC,EAAuCD,EAAvCC,KAAMC,EAAiCF,EAAjCE,MAAOC,EAA0BH,EAA1BG,YAAgBC,IAAUJ,YAE7CK,yBAAKC,QAAQ,YAAYC,KAAK,OAAOC,OAAQP,EAAMQ,MAAOR,GAAUG,GAClEC,0BACEK,GAAG,KACHC,GAAG,KACHC,EAAE,OACFC,OAAQX,EACRC,YAAaA,IAEfE,wBACES,EAAE,2hBACFD,OAAQX,EACRC,YAAaA,IAEfE,wBAAMS,EAAE,WAAWD,OAAQX,EAAOC,YAAaA,KAKrDJ,EAAUgB,aAAe,CACvBb,MAAO,eACPD,KAAM,GACNE,YAAa,OAGfJ,EAAUiB,UAAY,CACpBd,MAAOe,EAAUC,OACjBjB,KAAMgB,EAAUE,UAAU,CAACF,EAAUC,OAAQD,EAAUG,SACvDjB,YAAac,EAAUE,UAAU,CAACF,EAAUC,OAAQD,EAAUG"}
|