@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.170 → 1.1.171
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/IconBaking/index.d.ts +4 -0
- package/IconBaking/index.js +2 -0
- package/IconBaking/index.js.map +1 -0
- package/IconBaking/index.mjs +2 -0
- package/IconBaking/index.mjs.map +1 -0
- package/IconPin2/index.d.ts +4 -0
- package/IconPin2/index.js +2 -0
- package/IconPin2/index.js.map +1 -0
- package/IconPin2/index.mjs +2 -0
- package/IconPin2/index.mjs.map +1 -0
- package/IconUnpin2/index.d.ts +4 -0
- package/IconUnpin2/index.js +2 -0
- package/IconUnpin2/index.js.map +1 -0
- package/IconUnpin2/index.mjs +2 -0
- package/IconUnpin2/index.mjs.map +1 -0
- package/README.md +3 -0
- package/filtered-icons.json +42 -0
- package/icons/index.d.ts +3 -0
- package/icons-index.json +10 -4
- package/index.d.ts +3 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +21 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var C in r)n(o,C,{get:r[C],enumerable:!0})},l=(o,r,C,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of I(r))!g.call(o,e)&&e!==C&&n(o,e,{get:()=>r[e],enumerable:!(p=B(r,e))||p.enumerable});return o};var a=(o,r,C)=>(C=o!=null?u(d(o)):{},l(r||!o||!o.__esModule?n(C,"default",{value:o,enumerable:!0}):C,o)),x=o=>l(n({},"__esModule",{value:!0}),o);var L={};v(L,{IconBaking:()=>i,default:()=>P});module.exports=x(L);var t=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...C})=>m.default.createElement(s.Svg,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>t.default.createElement(c,{...o},t.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M22 20H2V4H22V20ZM8.21777 7.58691C7.02121 8.40357 6.47284 9.21711 6.41211 10.0869C6.355 10.9057 6.75374 11.648 7.05566 12.2305C7.38885 12.8732 7.62485 13.3563 7.59082 13.8438C7.56031 14.2802 7.2913 14.8543 6.21777 15.5869L6.78223 16.4131C7.97879 15.5964 8.52716 14.7829 8.58789 13.9131C8.645 13.0943 8.24626 12.352 7.94434 11.7695C7.61115 11.1268 7.37515 10.6437 7.40918 10.1562C7.43969 9.71979 7.7087 9.14573 8.78223 8.41309L8.21777 7.58691ZM12.7178 7.58691C11.5212 8.40357 10.9728 9.21711 10.9121 10.0869C10.855 10.9057 11.2537 11.648 11.5557 12.2305C11.8889 12.8732 12.1249 13.3563 12.0908 13.8438C12.0603 14.2802 11.7913 14.8543 10.7178 15.5869L11.2822 16.4131C12.4788 15.5964 13.0272 14.7829 13.0879 13.9131C13.145 13.0943 12.7463 12.352 12.4443 11.7695C12.1111 11.1268 11.8751 10.6437 11.9092 10.1562C11.9397 9.71979 12.2087 9.14573 13.2822 8.41309L12.7178 7.58691ZM17.2178 7.58691C16.0212 8.40357 15.4728 9.21711 15.4121 10.0869C15.355 10.9057 15.7537 11.648 16.0557 12.2305C16.3889 12.8732 16.6249 13.3563 16.5908 13.8438C16.5603 14.2802 16.2913 14.8543 15.2178 15.5869L15.7822 16.4131C16.9788 15.5964 17.5272 14.7829 17.5879 13.9131C17.645 13.0943 17.2463 12.352 16.9443 11.7695C16.6111 11.1268 16.3751 10.6437 16.4092 10.1562C16.4397 9.71979 16.7087 9.14573 17.7822 8.41309L17.2178 7.58691Z",fill:"currentColor"})),P=i;0&&(module.exports={IconBaking});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBaking/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconBaking: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M22 20H2V4H22V20ZM8.21777 7.58691C7.02121 8.40357 6.47284 9.21711 6.41211 10.0869C6.355 10.9057 6.75374 11.648 7.05566 12.2305C7.38885 12.8732 7.62485 13.3563 7.59082 13.8438C7.56031 14.2802 7.2913 14.8543 6.21777 15.5869L6.78223 16.4131C7.97879 15.5964 8.52716 14.7829 8.58789 13.9131C8.645 13.0943 8.24626 12.352 7.94434 11.7695C7.61115 11.1268 7.37515 10.6437 7.40918 10.1562C7.43969 9.71979 7.7087 9.14573 8.78223 8.41309L8.21777 7.58691ZM12.7178 7.58691C11.5212 8.40357 10.9728 9.21711 10.9121 10.0869C10.855 10.9057 11.2537 11.648 11.5557 12.2305C11.8889 12.8732 12.1249 13.3563 12.0908 13.8438C12.0603 14.2802 11.7913 14.8543 10.7178 15.5869L11.2822 16.4131C12.4788 15.5964 13.0272 14.7829 13.0879 13.9131C13.145 13.0943 12.7463 12.352 12.4443 11.7695C12.1111 11.1268 11.8751 10.6437 11.9092 10.1562C11.9397 9.71979 12.2087 9.14573 13.2822 8.41309L12.7178 7.58691ZM17.2178 7.58691C16.0212 8.40357 15.4728 9.21711 15.4121 10.0869C15.355 10.9057 15.7537 11.648 16.0557 12.2305C16.3889 12.8732 16.6249 13.3563 16.5908 13.8438C16.5603 14.2802 16.2913 14.8543 15.2178 15.5869L15.7822 16.4131C16.9788 15.5964 17.5272 14.7829 17.5879 13.9131C17.645 13.0943 17.2463 12.352 16.9443 11.7695C16.6111 11.1268 16.3751 10.6437 16.4092 10.1562C16.4397 9.71979 16.7087 9.14573 17.7822 8.41309L17.2178 7.58691Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBaking;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,uxCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBaking_exports","__export","IconBaking","IconBaking_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBaking","props","React","CentralIconBase","IconBaking_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import t from"react";import{Svg as p}from"react-native-svg";var C=({children:r,size:o=24,...n})=>t.createElement(p,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>e.createElement(C,{...r},e.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M22 20H2V4H22V20ZM8.21777 7.58691C7.02121 8.40357 6.47284 9.21711 6.41211 10.0869C6.355 10.9057 6.75374 11.648 7.05566 12.2305C7.38885 12.8732 7.62485 13.3563 7.59082 13.8438C7.56031 14.2802 7.2913 14.8543 6.21777 15.5869L6.78223 16.4131C7.97879 15.5964 8.52716 14.7829 8.58789 13.9131C8.645 13.0943 8.24626 12.352 7.94434 11.7695C7.61115 11.1268 7.37515 10.6437 7.40918 10.1562C7.43969 9.71979 7.7087 9.14573 8.78223 8.41309L8.21777 7.58691ZM12.7178 7.58691C11.5212 8.40357 10.9728 9.21711 10.9121 10.0869C10.855 10.9057 11.2537 11.648 11.5557 12.2305C11.8889 12.8732 12.1249 13.3563 12.0908 13.8438C12.0603 14.2802 11.7913 14.8543 10.7178 15.5869L11.2822 16.4131C12.4788 15.5964 13.0272 14.7829 13.0879 13.9131C13.145 13.0943 12.7463 12.352 12.4443 11.7695C12.1111 11.1268 11.8751 10.6437 11.9092 10.1562C11.9397 9.71979 12.2087 9.14573 13.2822 8.41309L12.7178 7.58691ZM17.2178 7.58691C16.0212 8.40357 15.4728 9.21711 15.4121 10.0869C15.355 10.9057 15.7537 11.648 16.0557 12.2305C16.3889 12.8732 16.6249 13.3563 16.5908 13.8438C16.5603 14.2802 16.2913 14.8543 15.2178 15.5869L15.7822 16.4131C16.9788 15.5964 17.5272 14.7829 17.5879 13.9131C17.645 13.0943 17.2463 12.352 16.9443 11.7695C16.6111 11.1268 16.3751 10.6437 16.4092 10.1562C16.4397 9.71979 16.7087 9.14573 17.7822 8.41309L17.2178 7.58691Z",fill:"currentColor"})),g=a;export{a as IconBaking,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBaking/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconBaking: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M22 20H2V4H22V20ZM8.21777 7.58691C7.02121 8.40357 6.47284 9.21711 6.41211 10.0869C6.355 10.9057 6.75374 11.648 7.05566 12.2305C7.38885 12.8732 7.62485 13.3563 7.59082 13.8438C7.56031 14.2802 7.2913 14.8543 6.21777 15.5869L6.78223 16.4131C7.97879 15.5964 8.52716 14.7829 8.58789 13.9131C8.645 13.0943 8.24626 12.352 7.94434 11.7695C7.61115 11.1268 7.37515 10.6437 7.40918 10.1562C7.43969 9.71979 7.7087 9.14573 8.78223 8.41309L8.21777 7.58691ZM12.7178 7.58691C11.5212 8.40357 10.9728 9.21711 10.9121 10.0869C10.855 10.9057 11.2537 11.648 11.5557 12.2305C11.8889 12.8732 12.1249 13.3563 12.0908 13.8438C12.0603 14.2802 11.7913 14.8543 10.7178 15.5869L11.2822 16.4131C12.4788 15.5964 13.0272 14.7829 13.0879 13.9131C13.145 13.0943 12.7463 12.352 12.4443 11.7695C12.1111 11.1268 11.8751 10.6437 11.9092 10.1562C11.9397 9.71979 12.2087 9.14573 13.2822 8.41309L12.7178 7.58691ZM17.2178 7.58691C16.0212 8.40357 15.4728 9.21711 15.4121 10.0869C15.355 10.9057 15.7537 11.648 16.0557 12.2305C16.3889 12.8732 16.6249 13.3563 16.5908 13.8438C16.5603 14.2802 16.2913 14.8543 15.2178 15.5869L15.7822 16.4131C16.9788 15.5964 17.5272 14.7829 17.5879 13.9131C17.645 13.0943 17.2463 12.352 16.9443 11.7695C16.6111 11.1268 16.3751 10.6437 16.4092 10.1562C16.4397 9.71979 16.7087 9.14573 17.7822 8.41309L17.2178 7.58691Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBaking;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,uxCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBaking","props","React","CentralIconBase","IconBaking_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var P=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of P(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=I(o,e))||a.enumerable});return r};var l=(r,o,t)=>(t=r!=null?B(u(r)):{},C(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),V=r=>C(n({},"__esModule",{value:!0}),r);var h={};g(h,{IconPin2:()=>i,default:()=>v});module.exports=V(h);var p=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M16 8.57129C18.39 9.95381 20 12.5381 20 15.5V16H12.5V20.5L12 22L11.5 20.5V16H4V15.5C4 12.5381 5.61003 9.95381 8 8.57129V2H16V8.57129Z",fill:"currentColor"})),v=i;0&&(module.exports={IconPin2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPin2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPin2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16 8.57129C18.39 9.95381 20 12.5381 20 15.5V16H12.5V20.5L12 22L11.5 20.5V16H4V15.5C4 12.5381 5.61003 9.95381 8 8.57129V2H16V8.57129Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPin2;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,cAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,wIACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPin2_exports","__export","IconPin2","IconPin2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPin2","props","React","CentralIconBase","IconPin2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import p from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(a,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as C}from"react-native-svg";var l=o=>e.createElement(t,{...o},e.createElement(C,{d:"M16 8.57129C18.39 9.95381 20 12.5381 20 15.5V16H12.5V20.5L12 22L11.5 20.5V16H4V15.5C4 12.5381 5.61003 9.95381 8 8.57129V2H16V8.57129Z",fill:"currentColor"})),x=l;export{l as IconPin2,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPin2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPin2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16 8.57129C18.39 9.95381 20 12.5381 20 15.5V16H12.5V20.5L12 22L11.5 20.5V16H4V15.5C4 12.5381 5.61003 9.95381 8 8.57129V2H16V8.57129Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPin2;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,wIACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPin2","props","React","CentralIconBase","IconPin2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var n in o)e(r,n,{get:o[n],enumerable:!0})},a=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!x.call(r,t)&&t!==n&&e(r,t,{get:()=>o[t],enumerable:!(C=B(o,t))||C.enumerable});return r};var m=(r,o,n)=>(n=r!=null?u(L(r)):{},a(o||!r||!r.__esModule?e(n,"default",{value:r,enumerable:!0}):n,r)),V=r=>a(e({},"__esModule",{value:!0}),r);var v={};P(v,{IconUnpin2:()=>i,default:()=>g});module.exports=V(v);var p=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...n})=>s.default.createElement(f.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(l.Path,{d:"M20.3633 19.6562L19.6367 20.3438L15.5342 16H12.5V20.5L12 22L11.5 20.5V16H4V15.5C4 12.5381 5.61003 9.95381 8 8.57129V8.02246L2.63672 2.34375L3.36328 1.65625L20.3633 19.6562Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M16 8.57129C18.39 9.95381 20 12.5381 20 15.5V16H18.2607L8 5.13477V2H16V8.57129Z",fill:"currentColor"})),g=i;0&&(module.exports={IconUnpin2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconUnpin2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconUnpin2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.3633 19.6562L19.6367 20.3438L15.5342 16H12.5V20.5L12 22L11.5 20.5V16H4V15.5C4 12.5381 5.61003 9.95381 8 8.57129V8.02246L2.63672 2.34375L3.36328 1.65625L20.3633 19.6562Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16 8.57129C18.39 9.95381 20 12.5381 20 15.5V16H18.2607L8 5.13477V2H16V8.57129Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconUnpin2;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+KACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kFACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconUnpin2_exports","__export","IconUnpin2","IconUnpin2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconUnpin2","props","React","CentralIconBase","IconUnpin2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import n from"react";import l from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...p})=>l.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as e}from"react-native-svg";var a=o=>n.createElement(t,{...o},n.createElement(e,{d:"M20.3633 19.6562L19.6367 20.3438L15.5342 16H12.5V20.5L12 22L11.5 20.5V16H4V15.5C4 12.5381 5.61003 9.95381 8 8.57129V8.02246L2.63672 2.34375L3.36328 1.65625L20.3633 19.6562Z",fill:"currentColor"}),n.createElement(e,{d:"M16 8.57129C18.39 9.95381 20 12.5381 20 15.5V16H18.2607L8 5.13477V2H16V8.57129Z",fill:"currentColor"})),x=a;export{a as IconUnpin2,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconUnpin2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconUnpin2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.3633 19.6562L19.6367 20.3438L15.5342 16H12.5V20.5L12 22L11.5 20.5V16H4V15.5C4 12.5381 5.61003 9.95381 8 8.57129V8.02246L2.63672 2.34375L3.36328 1.65625L20.3633 19.6562Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16 8.57129C18.39 9.95381 20 12.5381 20 15.5V16H18.2607L8 5.13477V2H16V8.57129Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconUnpin2;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+KACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kFACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconUnpin2","props","React","CentralIconBase","IconUnpin2_default"]}
|
package/README.md
CHANGED
|
@@ -876,6 +876,7 @@ Below is a complete list of available icons:
|
|
|
876
876
|
- IconAppleNewton
|
|
877
877
|
- IconApples
|
|
878
878
|
- IconAvocado
|
|
879
|
+
- IconBaking
|
|
879
880
|
- IconBanana
|
|
880
881
|
- IconBananas
|
|
881
882
|
- IconBeer
|
|
@@ -1134,6 +1135,7 @@ Below is a complete list of available icons:
|
|
|
1134
1135
|
- IconPaperclip2
|
|
1135
1136
|
- IconPaperclip3
|
|
1136
1137
|
- IconPin
|
|
1138
|
+
- IconPin2
|
|
1137
1139
|
- IconPlanning
|
|
1138
1140
|
- IconPlusLarge
|
|
1139
1141
|
- IconPlusSmall
|
|
@@ -1193,6 +1195,7 @@ Below is a complete list of available icons:
|
|
|
1193
1195
|
- IconTrial
|
|
1194
1196
|
- IconUnarchiv
|
|
1195
1197
|
- IconUnpin
|
|
1198
|
+
- IconUnpin2
|
|
1196
1199
|
- IconUntrash
|
|
1197
1200
|
- IconWindow
|
|
1198
1201
|
- IconWindow2
|
package/filtered-icons.json
CHANGED
|
@@ -2688,6 +2688,20 @@
|
|
|
2688
2688
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
2689
2689
|
"componentName": "IconBag3"
|
|
2690
2690
|
},
|
|
2691
|
+
{
|
|
2692
|
+
"category": "Food",
|
|
2693
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 20H2V4H22V20ZM8.21777 7.58691C7.02121 8.40357 6.47284 9.21711 6.41211 10.0869C6.355 10.9057 6.75374 11.648 7.05566 12.2305C7.38885 12.8732 7.62485 13.3563 7.59082 13.8438C7.56031 14.2802 7.2913 14.8543 6.21777 15.5869L6.78223 16.4131C7.97879 15.5964 8.52716 14.7829 8.58789 13.9131C8.645 13.0943 8.24626 12.352 7.94434 11.7695C7.61115 11.1268 7.37515 10.6437 7.40918 10.1562C7.43969 9.71979 7.7087 9.14573 8.78223 8.41309L8.21777 7.58691ZM12.7178 7.58691C11.5212 8.40357 10.9728 9.21711 10.9121 10.0869C10.855 10.9057 11.2537 11.648 11.5557 12.2305C11.8889 12.8732 12.1249 13.3563 12.0908 13.8438C12.0603 14.2802 11.7913 14.8543 10.7178 15.5869L11.2822 16.4131C12.4788 15.5964 13.0272 14.7829 13.0879 13.9131C13.145 13.0943 12.7463 12.352 12.4443 11.7695C12.1111 11.1268 11.8751 10.6437 11.9092 10.1562C11.9397 9.71979 12.2087 9.14573 13.2822 8.41309L12.7178 7.58691ZM17.2178 7.58691C16.0212 8.40357 15.4728 9.21711 15.4121 10.0869C15.355 10.9057 15.7537 11.648 16.0557 12.2305C16.3889 12.8732 16.6249 13.3563 16.5908 13.8438C16.5603 14.2802 16.2913 14.8543 15.2178 15.5869L15.7822 16.4131C16.9788 15.5964 17.5272 14.7829 17.5879 13.9131C17.645 13.0943 17.2463 12.352 16.9443 11.7695C16.6111 11.1268 16.3751 10.6437 16.4092 10.1562C16.4397 9.71979 16.7087 9.14573 17.7822 8.41309L17.2178 7.58691Z\" fill=\"currentColor\"/>",
|
|
2694
|
+
"iconName": "baking, cooking",
|
|
2695
|
+
"variant": {
|
|
2696
|
+
"join": "square",
|
|
2697
|
+
"filled": "on",
|
|
2698
|
+
"radius": "0",
|
|
2699
|
+
"stroke": "1"
|
|
2700
|
+
},
|
|
2701
|
+
"createdAt": "2026-03-19T14:01:06.573173+00:00",
|
|
2702
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
2703
|
+
"componentName": "IconBaking"
|
|
2704
|
+
},
|
|
2691
2705
|
{
|
|
2692
2706
|
"category": "Things",
|
|
2693
2707
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.65178 3.31207C7.29388 1.80721 9.54454 1 12 1C14.4555 1 16.7061 1.80721 18.3482 3.31207C19.9956 4.82176 21 7.00648 21 9.69286C21 13.0866 19.6105 15.7855 17.8027 17.633C16.6691 18.7915 15.3538 19.6315 14.0936 20.0924L15.4384 23H8.76148L9.9222 20.0982C8.65727 19.6385 7.33563 18.7963 6.19731 17.633C4.3895 15.7855 3 13.0866 3 9.69286C3 7.00648 4.0044 4.82176 5.65178 3.31207ZM10.8877 20.3769L10.2385 22H13.8741L13.1224 20.3748C12.7337 20.4576 12.357 20.5 12 20.5C11.6461 20.5 11.2729 20.4583 10.8877 20.3769ZM8.4566 6.33468C7.56789 7.18514 7 8.43473 7 10.0357H6C6 8.18492 6.66333 6.66665 7.76522 5.6122C8.86348 4.56122 10.3668 4 12 4V5C10.5956 5 9.34896 5.48075 8.4566 6.33468Z\" fill=\"currentColor\"/>",
|
|
@@ -18508,6 +18522,20 @@
|
|
|
18508
18522
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
18509
18523
|
"componentName": "IconPin"
|
|
18510
18524
|
},
|
|
18525
|
+
{
|
|
18526
|
+
"category": "Interface General",
|
|
18527
|
+
"svg": "<path d=\"M16 8.57129C18.39 9.95381 20 12.5381 20 15.5V16H12.5V20.5L12 22L11.5 20.5V16H4V15.5C4 12.5381 5.61003 9.95381 8 8.57129V2H16V8.57129Z\" fill=\"currentColor\"/>",
|
|
18528
|
+
"iconName": "pin-2",
|
|
18529
|
+
"variant": {
|
|
18530
|
+
"join": "square",
|
|
18531
|
+
"filled": "on",
|
|
18532
|
+
"radius": "0",
|
|
18533
|
+
"stroke": "1"
|
|
18534
|
+
},
|
|
18535
|
+
"createdAt": "2026-03-19T14:01:06.573173+00:00",
|
|
18536
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
18537
|
+
"componentName": "IconPin2"
|
|
18538
|
+
},
|
|
18511
18539
|
{
|
|
18512
18540
|
"category": "Hands",
|
|
18513
18541
|
"svg": "<path d=\"M11.3871 8.21721L16.2669 5.29567C17.884 4.32756 19.9517 4.90208 20.8853 6.5789L21.916 8.43017C24.1475 12.4382 22.8232 17.5633 18.9581 19.8773C16.3597 21.4329 13.1441 21.3677 10.6063 19.7079L4.5 15.714L4.70388 14.3258C4.89131 13.0497 6.04085 12.1728 7.27146 12.3671L8.61013 12.5785L5.22927 6.50624C4.60687 5.38836 4.97623 3.95893 6.05426 3.31352C7.13228 2.66811 8.51075 3.05113 9.13315 4.16901L11.3871 8.21721Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.67052 7.19574L2.49207 7.66282C1.83598 9.38016 1.83598 10.9011 2.49207 12.6184L2.67052 13.0855L1.73637 13.4424L1.55793 12.9753C0.814025 11.0282 0.814025 9.25309 1.55793 7.30593L1.73637 6.83886L2.67052 7.19574Z\" fill=\"currentColor\"/>",
|
|
@@ -24892,6 +24920,20 @@
|
|
|
24892
24920
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
24893
24921
|
"componentName": "IconUnpin"
|
|
24894
24922
|
},
|
|
24923
|
+
{
|
|
24924
|
+
"category": "Interface General",
|
|
24925
|
+
"svg": "<path d=\"M20.3633 19.6562L19.6367 20.3438L15.5342 16H12.5V20.5L12 22L11.5 20.5V16H4V15.5C4 12.5381 5.61003 9.95381 8 8.57129V8.02246L2.63672 2.34375L3.36328 1.65625L20.3633 19.6562Z\" fill=\"currentColor\"/><path d=\"M16 8.57129C18.39 9.95381 20 12.5381 20 15.5V16H18.2607L8 5.13477V2H16V8.57129Z\" fill=\"currentColor\"/>",
|
|
24926
|
+
"iconName": "unpin-2",
|
|
24927
|
+
"variant": {
|
|
24928
|
+
"join": "square",
|
|
24929
|
+
"filled": "on",
|
|
24930
|
+
"radius": "0",
|
|
24931
|
+
"stroke": "1"
|
|
24932
|
+
},
|
|
24933
|
+
"createdAt": "2026-03-19T14:01:06.573173+00:00",
|
|
24934
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
24935
|
+
"componentName": "IconUnpin2"
|
|
24936
|
+
},
|
|
24895
24937
|
{
|
|
24896
24938
|
"category": "Interface General",
|
|
24897
24939
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.61426 3.35152C9.35138 1.72955 11.1154 0.746561 12.9512 1.07027C14.7862 1.39423 16.1019 2.92072 16.2402 4.69624L21.7852 5.67476L21.6113 6.65913L19.9766 6.37007L18.9688 22H5.03125L3.99902 5.99995H17.873L2.89941 3.35933L3.07324 2.37495L8.61426 3.35152ZM8.64648 13.6464L9.35352 14.3535L11.5 12.207V18H12.5V12.207L14.6465 14.3535L15.3535 13.6464L12 10.2929L8.64648 13.6464ZM12.7773 2.05464C11.4911 1.82785 10.2504 2.45705 9.64258 3.53316L15.2148 4.51558C15.0116 3.29689 14.0631 2.28162 12.7773 2.05464Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -191,6 +191,7 @@ export type CentralIconName =
|
|
|
191
191
|
| "IconBag2"
|
|
192
192
|
| "IconBag2Sparkle"
|
|
193
193
|
| "IconBag3"
|
|
194
|
+
| "IconBaking"
|
|
194
195
|
| "IconBalloon"
|
|
195
196
|
| "IconBanana"
|
|
196
197
|
| "IconBananas"
|
|
@@ -1321,6 +1322,7 @@ export type CentralIconName =
|
|
|
1321
1322
|
| "IconPillowZz"
|
|
1322
1323
|
| "IconPilone"
|
|
1323
1324
|
| "IconPin"
|
|
1325
|
+
| "IconPin2"
|
|
1324
1326
|
| "IconPinch"
|
|
1325
1327
|
| "IconPinCircle"
|
|
1326
1328
|
| "IconPinFlag"
|
|
@@ -1777,6 +1779,7 @@ export type CentralIconName =
|
|
|
1777
1779
|
| "IconUnicorn"
|
|
1778
1780
|
| "IconUnlocked"
|
|
1779
1781
|
| "IconUnpin"
|
|
1782
|
+
| "IconUnpin2"
|
|
1780
1783
|
| "IconUntrash"
|
|
1781
1784
|
| "IconUsb"
|
|
1782
1785
|
| "IconUsbC"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-filled-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.171",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1900,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 72,
|
|
@@ -769,11 +769,12 @@
|
|
|
769
769
|
]
|
|
770
770
|
},
|
|
771
771
|
"Food": {
|
|
772
|
-
"count":
|
|
772
|
+
"count": 48,
|
|
773
773
|
"icons": [
|
|
774
774
|
"IconAppleNewton",
|
|
775
775
|
"IconApples",
|
|
776
776
|
"IconAvocado",
|
|
777
|
+
"IconBaking",
|
|
777
778
|
"IconBanana",
|
|
778
779
|
"IconBananas",
|
|
779
780
|
"IconBeer",
|
|
@@ -915,7 +916,7 @@
|
|
|
915
916
|
]
|
|
916
917
|
},
|
|
917
918
|
"Interface General": {
|
|
918
|
-
"count":
|
|
919
|
+
"count": 193,
|
|
919
920
|
"icons": [
|
|
920
921
|
"IconAnchor1",
|
|
921
922
|
"IconAnchor2",
|
|
@@ -1042,6 +1043,7 @@
|
|
|
1042
1043
|
"IconPaperclip2",
|
|
1043
1044
|
"IconPaperclip3",
|
|
1044
1045
|
"IconPin",
|
|
1046
|
+
"IconPin2",
|
|
1045
1047
|
"IconPlanning",
|
|
1046
1048
|
"IconPlusLarge",
|
|
1047
1049
|
"IconPlusSmall",
|
|
@@ -1101,6 +1103,7 @@
|
|
|
1101
1103
|
"IconTrial",
|
|
1102
1104
|
"IconUnarchiv",
|
|
1103
1105
|
"IconUnpin",
|
|
1106
|
+
"IconUnpin2",
|
|
1104
1107
|
"IconUntrash",
|
|
1105
1108
|
"IconWindow",
|
|
1106
1109
|
"IconWindow2",
|
|
@@ -2291,6 +2294,7 @@
|
|
|
2291
2294
|
"IconBag2": "bag-2, luggage, buggage",
|
|
2292
2295
|
"IconBag2Sparkle": "bag 2-sparkle, shopping, add, plus",
|
|
2293
2296
|
"IconBag3": "bag-3, luggage, suitcase, work",
|
|
2297
|
+
"IconBaking": "baking, cooking",
|
|
2294
2298
|
"IconBalloon": "balloon, birthday",
|
|
2295
2299
|
"IconBanana": "banana, fruit",
|
|
2296
2300
|
"IconBananas": "bananas, fruits",
|
|
@@ -3421,6 +3425,7 @@
|
|
|
3421
3425
|
"IconPillowZz": "pillow-zz, sleep, snooze",
|
|
3422
3426
|
"IconPilone": "pilone, maintenance",
|
|
3423
3427
|
"IconPin": "pin",
|
|
3428
|
+
"IconPin2": "pin-2",
|
|
3424
3429
|
"IconPinch": "pinch",
|
|
3425
3430
|
"IconPinCircle": "pin-circle, location",
|
|
3426
3431
|
"IconPinFlag": "pin-flag, location",
|
|
@@ -3877,6 +3882,7 @@
|
|
|
3877
3882
|
"IconUnicorn": "unicorn, startup, success",
|
|
3878
3883
|
"IconUnlocked": "unlocked, unlock, private",
|
|
3879
3884
|
"IconUnpin": "unpin",
|
|
3885
|
+
"IconUnpin2": "unpin-2",
|
|
3880
3886
|
"IconUntrash": "untrash",
|
|
3881
3887
|
"IconUsb": "usb, connection, connect, save, data",
|
|
3882
3888
|
"IconUsbC": "usb-c, type-c",
|
package/index.d.ts
CHANGED
|
@@ -190,6 +190,7 @@ export { IconBag, default as IconBagDefault } from "./IconBag";
|
|
|
190
190
|
export { IconBag2, default as IconBag2Default } from "./IconBag2";
|
|
191
191
|
export { IconBag2Sparkle, default as IconBag2SparkleDefault, } from "./IconBag2Sparkle";
|
|
192
192
|
export { IconBag3, default as IconBag3Default } from "./IconBag3";
|
|
193
|
+
export { IconBaking, default as IconBakingDefault } from "./IconBaking";
|
|
193
194
|
export { IconBalloon, default as IconBalloonDefault } from "./IconBalloon";
|
|
194
195
|
export { IconBanana, default as IconBananaDefault } from "./IconBanana";
|
|
195
196
|
export { IconBananas, default as IconBananasDefault } from "./IconBananas";
|
|
@@ -1320,6 +1321,7 @@ export { IconPillow, default as IconPillowDefault } from "./IconPillow";
|
|
|
1320
1321
|
export { IconPillowZz, default as IconPillowZzDefault } from "./IconPillowZz";
|
|
1321
1322
|
export { IconPilone, default as IconPiloneDefault } from "./IconPilone";
|
|
1322
1323
|
export { IconPin, default as IconPinDefault } from "./IconPin";
|
|
1324
|
+
export { IconPin2, default as IconPin2Default } from "./IconPin2";
|
|
1323
1325
|
export { IconPinCircle, default as IconPinCircleDefault, } from "./IconPinCircle";
|
|
1324
1326
|
export { IconPinFlag, default as IconPinFlagDefault } from "./IconPinFlag";
|
|
1325
1327
|
export { IconPinLocation, default as IconPinLocationDefault, } from "./IconPinLocation";
|
|
@@ -1776,6 +1778,7 @@ export { IconUnderline, default as IconUnderlineDefault, } from "./IconUnderline
|
|
|
1776
1778
|
export { IconUnicorn, default as IconUnicornDefault } from "./IconUnicorn";
|
|
1777
1779
|
export { IconUnlocked, default as IconUnlockedDefault } from "./IconUnlocked";
|
|
1778
1780
|
export { IconUnpin, default as IconUnpinDefault } from "./IconUnpin";
|
|
1781
|
+
export { IconUnpin2, default as IconUnpin2Default } from "./IconUnpin2";
|
|
1779
1782
|
export { IconUntrash, default as IconUntrashDefault } from "./IconUntrash";
|
|
1780
1783
|
export { IconUsb, default as IconUsbDefault } from "./IconUsb";
|
|
1781
1784
|
export { IconUsbC, default as IconUsbCDefault } from "./IconUsbC";
|