@bigbinary/neeto-icons 1.8.27 → 1.8.30

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.
@@ -0,0 +1,3 @@
1
+ {
2
+ "svg.preview.background": "white"
3
+ }
@@ -1,2 +1,2 @@
1
- import{P as e,_ as r,R as o,a as t}from"./index.js";var n=["size","color","strokeWidth"];function s(e){var s=e.size,C=e.color,i=e.strokeWidth,d=r(e,n);return o.createElement("svg",t({viewBox:"0 0 24 24",fill:"none",height:s,width:s},d),o.createElement("path",{d:"M18.5 12C18.5 12.0989 18.4707 12.1956 18.4157 12.2778C18.3608 12.36 18.2827 12.4241 18.1913 12.4619C18.1 12.4998 17.9994 12.5097 17.9025 12.4904C17.8055 12.4711 17.7164 12.4235 17.6464 12.3536C17.5765 12.2836 17.5289 12.1945 17.5096 12.0975C17.4903 12.0006 17.5002 11.9 17.5381 11.8087C17.5759 11.7173 17.64 11.6392 17.7222 11.5843C17.8044 11.5293 17.9011 11.5 18 11.5C18.1326 11.5 18.2598 11.5527 18.3536 11.6464C18.4473 11.7402 18.5 11.8674 18.5 12Z",stroke:C,strokeWidth:i,strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement("path",{d:"M12.5 12C12.5 12.0989 12.4707 12.1956 12.4157 12.2778C12.3608 12.36 12.2827 12.4241 12.1913 12.4619C12.1 12.4998 11.9994 12.5097 11.9025 12.4904C11.8055 12.4711 11.7164 12.4235 11.6464 12.3536C11.5765 12.2836 11.5289 12.1945 11.5096 12.0975C11.4903 12.0006 11.5002 11.9 11.5381 11.8087C11.5759 11.7173 11.64 11.6392 11.7222 11.5843C11.8044 11.5293 11.9011 11.5 12 11.5C12.1326 11.5 12.2598 11.5527 12.3536 11.6464C12.4473 11.7402 12.5 11.8674 12.5 12Z",stroke:C,strokeWidth:i,strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement("path",{d:"M6.5 12C6.5 12.0989 6.47068 12.1956 6.41574 12.2778C6.36079 12.36 6.28271 12.4241 6.19134 12.4619C6.09998 12.4998 5.99945 12.5097 5.90246 12.4904C5.80546 12.4711 5.71637 12.4235 5.64645 12.3536C5.57652 12.2836 5.5289 12.1945 5.50961 12.0975C5.49031 12.0006 5.50022 11.9 5.53806 11.8087C5.5759 11.7173 5.63999 11.6392 5.72221 11.5843C5.80444 11.5293 5.90111 11.5 6 11.5C6.13261 11.5 6.25979 11.5527 6.35355 11.6464C6.44732 11.7402 6.5 11.8674 6.5 12Z",stroke:C,strokeWidth:i,strokeLinecap:"round",strokeLinejoin:"round"}))}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 MenuHorizontal};
1
+ import{P as e,_ as r,R as o,a as t}from"./index.js";var i=["size","color","strokeWidth"];function n(e){var n=e.size,s=e.color,d=e.strokeWidth,a=r(e,i);return o.createElement("svg",t({viewBox:"0 0 24 24",fill:"none",height:n,width:n},a),o.createElement("path",{d:"M12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13Z",fill:s,stroke:s,strokeWidth:d,strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement("path",{d:"M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z",fill:s,stroke:s,strokeWidth:d,strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement("path",{d:"M6 13C6.55228 13 7 12.5523 7 12C7 11.4477 6.55228 11 6 11C5.44772 11 5 11.4477 5 12C5 12.5523 5.44772 13 6 13Z",fill:s,stroke:s,strokeWidth:d,strokeLinecap:"round",strokeLinejoin:"round"}))}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 MenuHorizontal};
2
2
  //# sourceMappingURL=MenuHorizontal.js.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"MenuHorizontal.js.js","sources":["../../lib/icons/MenuHorizontal.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 MenuHorizontal(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=\"M18.5 12C18.5 12.0989 18.4707 12.1956 18.4157 12.2778C18.3608 12.36 18.2827 12.4241 18.1913 12.4619C18.1 12.4998 17.9994 12.5097 17.9025 12.4904C17.8055 12.4711 17.7164 12.4235 17.6464 12.3536C17.5765 12.2836 17.5289 12.1945 17.5096 12.0975C17.4903 12.0006 17.5002 11.9 17.5381 11.8087C17.5759 11.7173 17.64 11.6392 17.7222 11.5843C17.8044 11.5293 17.9011 11.5 18 11.5C18.1326 11.5 18.2598 11.5527 18.3536 11.6464C18.4473 11.7402 18.5 11.8674 18.5 12Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M12.5 12C12.5 12.0989 12.4707 12.1956 12.4157 12.2778C12.3608 12.36 12.2827 12.4241 12.1913 12.4619C12.1 12.4998 11.9994 12.5097 11.9025 12.4904C11.8055 12.4711 11.7164 12.4235 11.6464 12.3536C11.5765 12.2836 11.5289 12.1945 11.5096 12.0975C11.4903 12.0006 11.5002 11.9 11.5381 11.8087C11.5759 11.7173 11.64 11.6392 11.7222 11.5843C11.8044 11.5293 11.9011 11.5 12 11.5C12.1326 11.5 12.2598 11.5527 12.3536 11.6464C12.4473 11.7402 12.5 11.8674 12.5 12Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M6.5 12C6.5 12.0989 6.47068 12.1956 6.41574 12.2778C6.36079 12.36 6.28271 12.4241 6.19134 12.4619C6.09998 12.4998 5.99945 12.5097 5.90246 12.4904C5.80546 12.4711 5.71637 12.4235 5.64645 12.3536C5.57652 12.2836 5.5289 12.1945 5.50961 12.0975C5.49031 12.0006 5.50022 11.9 5.53806 11.8087C5.5759 11.7173 5.63999 11.6392 5.72221 11.5843C5.80444 11.5293 5.90111 11.5 6 11.5C6.13261 11.5 6.25979 11.5527 6.35355 11.6464C6.44732 11.7402 6.5 11.8674 6.5 12Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n}\n\nMenuHorizontal.defaultProps = {\n color: \"currentColor\",\n size: 24,\n strokeWidth: \"1.5\",\n};\n\nMenuHorizontal.propTypes = {\n color: PropTypes.string,\n size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n strokeWidth: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n};\n"],"names":["MenuHorizontal","props","size","color","strokeWidth","other","React","viewBox","fill","height","width","d","stroke","strokeLinecap","strokeLinejoin","defaultProps","propTypes","PropTypes","string","oneOfType","number"],"mappings":"yFAIO,SAASA,EAAeC,OACrBC,EAAuCD,EAAvCC,KAAMC,EAAiCF,EAAjCE,MAAOC,EAA0BH,EAA1BG,YAAgBC,IAAUJ,YAE7CK,yBAAKC,QAAQ,YAAYC,KAAK,OAAOC,OAAQP,EAAMQ,MAAOR,GAAUG,GAClEC,wBACEK,EAAE,scACFC,OAAQT,EACRC,YAAaA,EACbS,cAAc,QACdC,eAAe,UAEjBR,wBACEK,EAAE,scACFC,OAAQT,EACRC,YAAaA,EACbS,cAAc,QACdC,eAAe,UAEjBR,wBACEK,EAAE,ocACFC,OAAQT,EACRC,YAAaA,EACbS,cAAc,QACdC,eAAe,WAMvBd,EAAee,aAAe,CAC5BZ,MAAO,eACPD,KAAM,GACNE,YAAa,OAGfJ,EAAegB,UAAY,CACzBb,MAAOc,EAAUC,OACjBhB,KAAMe,EAAUE,UAAU,CAACF,EAAUC,OAAQD,EAAUG,SACvDhB,YAAaa,EAAUE,UAAU,CAACF,EAAUC,OAAQD,EAAUG"}
1
+ {"version":3,"file":"MenuHorizontal.js.js","sources":["../../lib/icons/MenuHorizontal.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 MenuHorizontal(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=\"M12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13Z\"\n fill={color}\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M18 13C18.5523 13 19 12.5523 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13Z\"\n fill={color}\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M6 13C6.55228 13 7 12.5523 7 12C7 11.4477 6.55228 11 6 11C5.44772 11 5 11.4477 5 12C5 12.5523 5.44772 13 6 13Z\"\n fill={color}\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n}\n\nMenuHorizontal.defaultProps = {\n color: \"currentColor\",\n size: 24,\n strokeWidth: \"1.5\",\n};\n\nMenuHorizontal.propTypes = {\n color: PropTypes.string,\n size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n strokeWidth: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n};\n"],"names":["MenuHorizontal","props","size","color","strokeWidth","other","React","viewBox","fill","height","width","d","stroke","strokeLinecap","strokeLinejoin","defaultProps","propTypes","PropTypes","string","oneOfType","number"],"mappings":"yFAIO,SAASA,EAAeC,OACrBC,EAAuCD,EAAvCC,KAAMC,EAAiCF,EAAjCE,MAAOC,EAA0BH,EAA1BG,YAAgBC,IAAUJ,YAE7CK,yBAAKC,QAAQ,YAAYC,KAAK,OAAOC,OAAQP,EAAMQ,MAAOR,GAAUG,GAClEC,wBACEK,EAAE,0HACFH,KAAML,EACNS,OAAQT,EACRC,YAAaA,EACbS,cAAc,QACdC,eAAe,UAEjBR,wBACEK,EAAE,0HACFH,KAAML,EACNS,OAAQT,EACRC,YAAaA,EACbS,cAAc,QACdC,eAAe,UAEjBR,wBACEK,EAAE,iHACFH,KAAML,EACNS,OAAQT,EACRC,YAAaA,EACbS,cAAc,QACdC,eAAe,WAMvBd,EAAee,aAAe,CAC5BZ,MAAO,eACPD,KAAM,GACNE,YAAa,OAGfJ,EAAegB,UAAY,CACzBb,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 r,R as o,a as t}from"./index.js";var n=["size","color","strokeWidth"];function s(e){var s=e.size,i=e.color,d=e.strokeWidth,a=r(e,n);return o.createElement("svg",t({viewBox:"0 0 24 24",fill:"none",height:s,width:s},a),o.createElement("path",{d:"M11.997 17.5C11.722 17.5 11.497 17.725 11.5 18C11.5 18.275 11.725 18.5 12 18.5C12.275 18.5 12.5 18.275 12.5 18C12.5 17.725 12.275 17.5 11.997 17.5Z",stroke:i,strokeWidth:d,strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement("path",{d:"M11.997 11.5C11.722 11.5 11.497 11.725 11.5 12C11.5 12.275 11.725 12.5 12 12.5C12.275 12.5 12.5 12.275 12.5 12C12.5 11.725 12.275 11.5 11.997 11.5Z",stroke:i,strokeWidth:d,strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement("path",{d:"M11.997 5.5C11.722 5.5 11.497 5.725 11.5 6C11.5 6.275 11.725 6.5 12 6.5C12.275 6.5 12.5 6.275 12.5 6C12.5 5.725 12.275 5.5 11.997 5.5Z",stroke:i,strokeWidth:d,strokeLinecap:"round",strokeLinejoin:"round"}))}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 MenuVertical};
1
+ import{P as e,_ as r,R as o,a as t}from"./index.js";var i=["size","color","strokeWidth"];function n(e){var n=e.size,s=e.color,d=e.strokeWidth,a=r(e,i);return o.createElement("svg",t({viewBox:"0 0 24 24",fill:"none",height:n,width:n},a),o.createElement("path",{d:"M13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13C12.5523 13 13 12.5523 13 12Z",fill:s,stroke:s,strokeWidth:d,strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement("path",{d:"M13 6C13 5.4477 12.5523 5 12 5C11.4477 5 11 5.4477 11 6C11 6.5523 11.4477 7 12 7C12.5523 7 13 6.5523 13 6Z",fill:s,stroke:s,strokeWidth:d,strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement("path",{d:"M13 18C13 17.4477 12.5523 17 12 17C11.4477 17 11 17.4477 11 18C11 18.5523 11.4477 19 12 19C12.5523 19 13 18.5523 13 18Z",fill:s,stroke:s,strokeWidth:d,strokeLinecap:"round",strokeLinejoin:"round"}))}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 MenuVertical};
2
2
  //# sourceMappingURL=MenuVertical.js.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"MenuVertical.js.js","sources":["../../lib/icons/MenuVertical.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 MenuVertical(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=\"M11.997 17.5C11.722 17.5 11.497 17.725 11.5 18C11.5 18.275 11.725 18.5 12 18.5C12.275 18.5 12.5 18.275 12.5 18C12.5 17.725 12.275 17.5 11.997 17.5Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M11.997 11.5C11.722 11.5 11.497 11.725 11.5 12C11.5 12.275 11.725 12.5 12 12.5C12.275 12.5 12.5 12.275 12.5 12C12.5 11.725 12.275 11.5 11.997 11.5Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M11.997 5.5C11.722 5.5 11.497 5.725 11.5 6C11.5 6.275 11.725 6.5 12 6.5C12.275 6.5 12.5 6.275 12.5 6C12.5 5.725 12.275 5.5 11.997 5.5Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n}\n\nMenuVertical.defaultProps = {\n color: \"currentColor\",\n size: 24,\n strokeWidth: \"1.5\",\n};\n\nMenuVertical.propTypes = {\n color: PropTypes.string,\n size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n strokeWidth: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n};\n"],"names":["MenuVertical","props","size","color","strokeWidth","other","React","viewBox","fill","height","width","d","stroke","strokeLinecap","strokeLinejoin","defaultProps","propTypes","PropTypes","string","oneOfType","number"],"mappings":"yFAIO,SAASA,EAAaC,OACnBC,EAAuCD,EAAvCC,KAAMC,EAAiCF,EAAjCE,MAAOC,EAA0BH,EAA1BG,YAAgBC,IAAUJ,YAE7CK,yBAAKC,QAAQ,YAAYC,KAAK,OAAOC,OAAQP,EAAMQ,MAAOR,GAAUG,GAClEC,wBACEK,EAAE,sJACFC,OAAQT,EACRC,YAAaA,EACbS,cAAc,QACdC,eAAe,UAEjBR,wBACEK,EAAE,sJACFC,OAAQT,EACRC,YAAaA,EACbS,cAAc,QACdC,eAAe,UAEjBR,wBACEK,EAAE,yIACFC,OAAQT,EACRC,YAAaA,EACbS,cAAc,QACdC,eAAe,WAMvBd,EAAae,aAAe,CAC1BZ,MAAO,eACPD,KAAM,GACNE,YAAa,OAGfJ,EAAagB,UAAY,CACvBb,MAAOc,EAAUC,OACjBhB,KAAMe,EAAUE,UAAU,CAACF,EAAUC,OAAQD,EAAUG,SACvDhB,YAAaa,EAAUE,UAAU,CAACF,EAAUC,OAAQD,EAAUG"}
1
+ {"version":3,"file":"MenuVertical.js.js","sources":["../../lib/icons/MenuVertical.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 MenuVertical(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=\"M13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13C12.5523 13 13 12.5523 13 12Z\"\n fill={color}\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M13 6C13 5.4477 12.5523 5 12 5C11.4477 5 11 5.4477 11 6C11 6.5523 11.4477 7 12 7C12.5523 7 13 6.5523 13 6Z\"\n fill={color}\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M13 18C13 17.4477 12.5523 17 12 17C11.4477 17 11 17.4477 11 18C11 18.5523 11.4477 19 12 19C12.5523 19 13 18.5523 13 18Z\"\n fill={color}\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n}\n\nMenuVertical.defaultProps = {\n color: \"currentColor\",\n size: 24,\n strokeWidth: \"1.5\",\n};\n\nMenuVertical.propTypes = {\n color: PropTypes.string,\n size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n strokeWidth: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n};\n"],"names":["MenuVertical","props","size","color","strokeWidth","other","React","viewBox","fill","height","width","d","stroke","strokeLinecap","strokeLinejoin","defaultProps","propTypes","PropTypes","string","oneOfType","number"],"mappings":"yFAIO,SAASA,EAAaC,OACnBC,EAAuCD,EAAvCC,KAAMC,EAAiCF,EAAjCE,MAAOC,EAA0BH,EAA1BG,YAAgBC,IAAUJ,YAE7CK,yBAAKC,QAAQ,YAAYC,KAAK,OAAOC,OAAQP,EAAMQ,MAAOR,GAAUG,GAClEC,wBACEK,EAAE,0HACFH,KAAML,EACNS,OAAQT,EACRC,YAAaA,EACbS,cAAc,QACdC,eAAe,UAEjBR,wBACEK,EAAE,6GACFH,KAAML,EACNS,OAAQT,EACRC,YAAaA,EACbS,cAAc,QACdC,eAAe,UAEjBR,wBACEK,EAAE,0HACFH,KAAML,EACNS,OAAQT,EACRC,YAAaA,EACbS,cAAc,QACdC,eAAe,WAMvBd,EAAae,aAAe,CAC1BZ,MAAO,eACPD,KAAM,GACNE,YAAa,OAGfJ,EAAagB,UAAY,CACvBb,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 r,R as o,a as t}from"./index.js";var n=["size","color","strokeWidth"];function s(e){var s=e.size,i=e.color,a=e.strokeWidth,d=r(e,n);return o.createElement("svg",t({viewBox:"0 0 24 24",fill:"none",height:s,width:s},d),o.createElement("path",{d:"M21 10.713V18.989C21 20.1 20.129 21 19.054 21H4.946C3.871 21 3 20.1 3 18.99V7.01C3 5.9 3.871 5 4.946 5H10.297",stroke:i,strokeWidth:"1.484",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement("path",{d:"M19.43 7L17 4.57M18.062 3.505C18.734 2.833 19.824 2.832 20.496 3.505C21.168 4.177 21.168 5.267 20.495 5.939L14.721 11.708C14.534 11.895 14.28 12 14.015 12H12V9.985C12 9.72 12.105 9.466 12.293 9.278L18.062 3.505V3.505ZM8 12H6H8ZM6 16H18H6Z",stroke:i,strokeWidth:a,strokeLinecap:"round",strokeLinejoin:"round"}))}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 Notes};
1
+ import{P as e,_ as r,R as o,a as t}from"./index.js";var C=["size","color","strokeWidth"];function i(e){var i=e.size,s=e.color;e.strokeWidth;var n=r(e,C);return o.createElement("svg",t({viewBox:"0 0 24 24",fill:"none",height:i,width:i},n),o.createElement("path",{d:"M10 2.25C8.48079 2.25 7.25 3.48079 7.25 5V6.25H6C4.48079 6.25 3.25 7.48079 3.25 9V19C3.25 20.5192 4.48079 21.75 6 21.75H14C15.5192 21.75 16.75 20.5192 16.75 19V17.75H18C19.5192 17.75 20.75 16.5192 20.75 15V5C20.75 3.48079 19.5192 2.25 18 2.25H10ZM16.75 16.25H18C18.6908 16.25 19.25 15.6908 19.25 15V5C19.25 4.30921 18.6908 3.75 18 3.75H10C9.30921 3.75 8.75 4.30921 8.75 5V6.25H14C15.5192 6.25 16.75 7.48079 16.75 9V16.25ZM8 7.75H6C5.30921 7.75 4.75 8.30921 4.75 9V19C4.75 19.6908 5.30921 20.25 6 20.25H14C14.6908 20.25 15.25 19.6908 15.25 19V17V9C15.25 8.30921 14.6908 7.75 14 7.75H8ZM8 12.25C7.58579 12.25 7.25 12.5858 7.25 13C7.25 13.4142 7.58579 13.75 8 13.75H12C12.4142 13.75 12.75 13.4142 12.75 13C12.75 12.5858 12.4142 12.25 12 12.25H8ZM8 15.25C7.58579 15.25 7.25 15.5858 7.25 16C7.25 16.4142 7.58579 16.75 8 16.75H12C12.4142 16.75 12.75 16.4142 12.75 16C12.75 15.5858 12.4142 15.25 12 15.25H8Z",fill:s,fillRule:"evenodd",clipRule:"evenodd"}))}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 Notes};
2
2
  //# sourceMappingURL=Notes.js.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Notes.js.js","sources":["../../lib/icons/Notes.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 Notes(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=\"M21 10.713V18.989C21 20.1 20.129 21 19.054 21H4.946C3.871 21 3 20.1 3 18.99V7.01C3 5.9 3.871 5 4.946 5H10.297\"\n stroke={color}\n strokeWidth=\"1.484\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M19.43 7L17 4.57M18.062 3.505C18.734 2.833 19.824 2.832 20.496 3.505C21.168 4.177 21.168 5.267 20.495 5.939L14.721 11.708C14.534 11.895 14.28 12 14.015 12H12V9.985C12 9.72 12.105 9.466 12.293 9.278L18.062 3.505V3.505ZM8 12H6H8ZM6 16H18H6Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n}\n\nNotes.defaultProps = {\n color: \"currentColor\",\n size: 24,\n strokeWidth: \"1.5\",\n};\n\nNotes.propTypes = {\n color: PropTypes.string,\n size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n strokeWidth: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n};\n"],"names":["Notes","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,gHACFC,OAAQT,EACRC,YAAY,QACZS,cAAc,QACdC,eAAe,UAEjBR,wBACEK,EAAE,iPACFC,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
+ {"version":3,"file":"Notes.js.js","sources":["../../lib/icons/Notes.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 Notes(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=\"M10 2.25C8.48079 2.25 7.25 3.48079 7.25 5V6.25H6C4.48079 6.25 3.25 7.48079 3.25 9V19C3.25 20.5192 4.48079 21.75 6 21.75H14C15.5192 21.75 16.75 20.5192 16.75 19V17.75H18C19.5192 17.75 20.75 16.5192 20.75 15V5C20.75 3.48079 19.5192 2.25 18 2.25H10ZM16.75 16.25H18C18.6908 16.25 19.25 15.6908 19.25 15V5C19.25 4.30921 18.6908 3.75 18 3.75H10C9.30921 3.75 8.75 4.30921 8.75 5V6.25H14C15.5192 6.25 16.75 7.48079 16.75 9V16.25ZM8 7.75H6C5.30921 7.75 4.75 8.30921 4.75 9V19C4.75 19.6908 5.30921 20.25 6 20.25H14C14.6908 20.25 15.25 19.6908 15.25 19V17V9C15.25 8.30921 14.6908 7.75 14 7.75H8ZM8 12.25C7.58579 12.25 7.25 12.5858 7.25 13C7.25 13.4142 7.58579 13.75 8 13.75H12C12.4142 13.75 12.75 13.4142 12.75 13C12.75 12.5858 12.4142 12.25 12 12.25H8ZM8 15.25C7.58579 15.25 7.25 15.5858 7.25 16C7.25 16.4142 7.58579 16.75 8 16.75H12C12.4142 16.75 12.75 16.4142 12.75 16C12.75 15.5858 12.4142 15.25 12 15.25H8Z\"\n fill={color}\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n />\n </svg>\n );\n}\n\nNotes.defaultProps = {\n color: \"currentColor\",\n size: 24,\n strokeWidth: \"1.5\",\n};\n\nNotes.propTypes = {\n color: PropTypes.string,\n size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n strokeWidth: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n};\n"],"names":["Notes","props","size","color","strokeWidth","other","React","viewBox","fill","height","width","d","fillRule","clipRule","defaultProps","propTypes","PropTypes","string","oneOfType","number"],"mappings":"yFAIO,SAASA,EAAMC,OACZC,EAAuCD,EAAvCC,KAAMC,EAAiCF,EAAjCE,MAAiCF,EAA1BG,gBAAgBC,IAAUJ,YAE7CK,yBAAKC,QAAQ,YAAYC,KAAK,OAAOC,OAAQP,EAAMQ,MAAOR,GAAUG,GAClEC,wBACEK,EAAE,u4BACFH,KAAML,EACNS,SAAS,UACTC,SAAS,aAMjBb,EAAMc,aAAe,CACnBX,MAAO,eACPD,KAAM,GACNE,YAAa,OAGfJ,EAAMe,UAAY,CAChBZ,MAAOa,EAAUC,OACjBf,KAAMc,EAAUE,UAAU,CAACF,EAAUC,OAAQD,EAAUG,SACvDf,YAAaY,EAAUE,UAAU,CAACF,EAAUC,OAAQD,EAAUG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-icons",
3
- "version": "1.8.27",
3
+ "version": "1.8.30",
4
4
  "main": "./dist/neeto-icons.js",
5
5
  "author": "vinay0x",
6
6
  "license": "MIT",