@bigbinary/neeto-icons 1.8.47 → 1.8.48
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/README.md
CHANGED
|
@@ -11,13 +11,13 @@ yarn add @bigbinary/neeto-icons
|
|
|
11
11
|
### Usage
|
|
12
12
|
|
|
13
13
|
```javascript
|
|
14
|
-
import {
|
|
14
|
+
import { Clock } from "@bigbinary/neeto-icons";
|
|
15
15
|
```
|
|
16
16
|
|
|
17
17
|
Anywhere in your React file
|
|
18
18
|
|
|
19
19
|
```jsx
|
|
20
|
-
<
|
|
20
|
+
<Clock color="#1e1e20" size={24} />
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
### Props
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{P 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,d=t(e,s);return r.createElement("svg",o({viewBox:"0 0 20 20",fill:"none",height:i,width:i},d),r.createElement("path",{d:"M8 4.5C8 2.567 6.433 1 4.5 1H1V8H8V4.5Z",stroke:n,strokeWidth:a}),r.createElement("path",{d:"M8 15.5C8 13.567 6.433 12 4.5 12H1V19H8V15.5Z",stroke:n,strokeWidth:a}),r.createElement("path",{d:"M19 4.5C19 2.567 17.433 1 15.5 1H12V8H19V4.5Z",stroke:n,strokeWidth:a}),r.createElement("path",{d:"M19 15.5C19 13.567 17.433 12 15.5 12H12V19H19V15.5Z",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 AppSwitcher};
|
|
2
2
|
//# sourceMappingURL=AppSwitcher.js.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppSwitcher.js.js","sources":["../../lib/icons/AppSwitcher.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 AppSwitcher(props) {\n const { size, color, strokeWidth, ...other } = props;\n return (\n <svg viewBox=\"0 0
|
|
1
|
+
{"version":3,"file":"AppSwitcher.js.js","sources":["../../lib/icons/AppSwitcher.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 AppSwitcher(props) {\n const { size, color, strokeWidth, ...other } = props;\n return (\n <svg viewBox=\"0 0 20 20\" fill=\"none\" height={size} width={size} {...other}>\n <path\n d=\"M8 4.5C8 2.567 6.433 1 4.5 1H1V8H8V4.5Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n />\n <path\n d=\"M8 15.5C8 13.567 6.433 12 4.5 12H1V19H8V15.5Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n />\n <path\n d=\"M19 4.5C19 2.567 17.433 1 15.5 1H12V8H19V4.5Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n />\n <path\n d=\"M19 15.5C19 13.567 17.433 12 15.5 12H12V19H19V15.5Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n />\n </svg>\n );\n}\n\nAppSwitcher.defaultProps = {\n color: \"currentColor\",\n size: 24,\n strokeWidth: \"1.5\",\n};\n\nAppSwitcher.propTypes = {\n color: PropTypes.string,\n size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n strokeWidth: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n};\n"],"names":["AppSwitcher","props","size","color","strokeWidth","other","React","viewBox","fill","height","width","d","stroke","defaultProps","propTypes","PropTypes","string","oneOfType","number"],"mappings":"yFAIO,SAASA,EAAYC,OAClBC,EAAuCD,EAAvCC,KAAMC,EAAiCF,EAAjCE,MAAOC,EAA0BH,EAA1BG,YAAgBC,IAAUJ,YAE7CK,yBAAKC,QAAQ,YAAYC,KAAK,OAAOC,OAAQP,EAAMQ,MAAOR,GAAUG,GAClEC,wBACEK,EAAE,0CACFC,OAAQT,EACRC,YAAaA,IAEfE,wBACEK,EAAE,gDACFC,OAAQT,EACRC,YAAaA,IAEfE,wBACEK,EAAE,gDACFC,OAAQT,EACRC,YAAaA,IAEfE,wBACEK,EAAE,sDACFC,OAAQT,EACRC,YAAaA,KAMrBJ,EAAYa,aAAe,CACzBV,MAAO,eACPD,KAAM,GACNE,YAAa,OAGfJ,EAAYc,UAAY,CACtBX,MAAOY,EAAUC,OACjBd,KAAMa,EAAUE,UAAU,CAACF,EAAUC,OAAQD,EAAUG,SACvDd,YAAaW,EAAUE,UAAU,CAACF,EAAUC,OAAQD,EAAUG"}
|