@central-icons-react-native/square-filled-radius-0-stroke-2 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.2373 7.6416C7.00529 8.37732 6.24873 9.21793 6.16406 10.2764C6.08843 11.2242 6.61637 12.0485 6.88965 12.5098C7.25151 13.1206 7.35835 13.3692 7.34277 13.5645C7.33591 13.6495 7.274 14.0225 6.2373 14.6416L7.2627 16.3584C8.49471 15.6227 9.25127 14.7821 9.33594 13.7236C9.41157 12.7758 8.88363 11.9515 8.61035 11.4902C8.24849 10.8794 8.14165 10.6308 8.15723 10.4355C8.16409 10.3505 8.22599 9.97747 9.2627 9.3584L8.2373 7.6416ZM12.4873 7.6416C11.2553 8.37732 10.4987 9.21793 10.4141 10.2764C10.3384 11.2242 10.8664 12.0485 11.1396 12.5098C11.5015 13.1206 11.6084 13.3692 11.5928 13.5645C11.5859 13.6495 11.524 14.0225 10.4873 14.6416L11.5127 16.3584C12.7447 15.6227 13.5013 14.7821 13.5859 13.7236C13.6616 12.7758 13.1336 11.9515 12.8604 11.4902C12.4985 10.8794 12.3916 10.6308 12.4072 10.4355C12.4141 10.3505 12.476 9.97747 13.5127 9.3584L12.4873 7.6416ZM16.7373 7.6416C15.5053 8.37732 14.7487 9.21793 14.6641 10.2764C14.5884 11.2242 15.1164 12.0485 15.3896 12.5098C15.7515 13.1206 15.8584 13.3692 15.8428 13.5645C15.8359 13.6495 15.774 14.0225 14.7373 14.6416L15.7627 16.3584C16.9947 15.6227 17.7513 14.7821 17.8359 13.7236C17.9116 12.7758 17.3836 11.9515 17.1104 11.4902C16.7485 10.8794 16.6416 10.6308 16.6572 10.4355C16.6641 10.3505 16.726 9.97747 17.7627 9.3584L16.7373 7.6416Z",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.2373 7.6416C7.00529 8.37732 6.24873 9.21793 6.16406 10.2764C6.08843 11.2242 6.61637 12.0485 6.88965 12.5098C7.25151 13.1206 7.35835 13.3692 7.34277 13.5645C7.33591 13.6495 7.274 14.0225 6.2373 14.6416L7.2627 16.3584C8.49471 15.6227 9.25127 14.7821 9.33594 13.7236C9.41157 12.7758 8.88363 11.9515 8.61035 11.4902C8.24849 10.8794 8.14165 10.6308 8.15723 10.4355C8.16409 10.3505 8.22599 9.97747 9.2627 9.3584L8.2373 7.6416ZM12.4873 7.6416C11.2553 8.37732 10.4987 9.21793 10.4141 10.2764C10.3384 11.2242 10.8664 12.0485 11.1396 12.5098C11.5015 13.1206 11.6084 13.3692 11.5928 13.5645C11.5859 13.6495 11.524 14.0225 10.4873 14.6416L11.5127 16.3584C12.7447 15.6227 13.5013 14.7821 13.5859 13.7236C13.6616 12.7758 13.1336 11.9515 12.8604 11.4902C12.4985 10.8794 12.3916 10.6308 12.4072 10.4355C12.4141 10.3505 12.476 9.97747 13.5127 9.3584L12.4873 7.6416ZM16.7373 7.6416C15.5053 8.37732 14.7487 9.21793 14.6641 10.2764C14.5884 11.2242 15.1164 12.0485 15.3896 12.5098C15.7515 13.1206 15.8584 13.3692 15.8428 13.5645C15.8359 13.6495 15.774 14.0225 14.7373 14.6416L15.7627 16.3584C16.9947 15.6227 17.7513 14.7821 17.8359 13.7236C17.9116 12.7758 17.3836 11.9515 17.1104 11.4902C16.7485 10.8794 16.6416 10.6308 16.6572 10.4355C16.6641 10.3505 16.726 9.97747 17.7627 9.3584L16.7373 7.6416Z\"\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,mxCACF,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.2373 7.6416C7.00529 8.37732 6.24873 9.21793 6.16406 10.2764C6.08843 11.2242 6.61637 12.0485 6.88965 12.5098C7.25151 13.1206 7.35835 13.3692 7.34277 13.5645C7.33591 13.6495 7.274 14.0225 6.2373 14.6416L7.2627 16.3584C8.49471 15.6227 9.25127 14.7821 9.33594 13.7236C9.41157 12.7758 8.88363 11.9515 8.61035 11.4902C8.24849 10.8794 8.14165 10.6308 8.15723 10.4355C8.16409 10.3505 8.22599 9.97747 9.2627 9.3584L8.2373 7.6416ZM12.4873 7.6416C11.2553 8.37732 10.4987 9.21793 10.4141 10.2764C10.3384 11.2242 10.8664 12.0485 11.1396 12.5098C11.5015 13.1206 11.6084 13.3692 11.5928 13.5645C11.5859 13.6495 11.524 14.0225 10.4873 14.6416L11.5127 16.3584C12.7447 15.6227 13.5013 14.7821 13.5859 13.7236C13.6616 12.7758 13.1336 11.9515 12.8604 11.4902C12.4985 10.8794 12.3916 10.6308 12.4072 10.4355C12.4141 10.3505 12.476 9.97747 13.5127 9.3584L12.4873 7.6416ZM16.7373 7.6416C15.5053 8.37732 14.7487 9.21793 14.6641 10.2764C14.5884 11.2242 15.1164 12.0485 15.3896 12.5098C15.7515 13.1206 15.8584 13.3692 15.8428 13.5645C15.8359 13.6495 15.774 14.0225 14.7373 14.6416L15.7627 16.3584C16.9947 15.6227 17.7513 14.7821 17.8359 13.7236C17.9116 12.7758 17.3836 11.9515 17.1104 11.4902C16.7485 10.8794 16.6416 10.6308 16.6572 10.4355C16.6641 10.3505 16.726 9.97747 17.7627 9.3584L16.7373 7.6416Z",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.2373 7.6416C7.00529 8.37732 6.24873 9.21793 6.16406 10.2764C6.08843 11.2242 6.61637 12.0485 6.88965 12.5098C7.25151 13.1206 7.35835 13.3692 7.34277 13.5645C7.33591 13.6495 7.274 14.0225 6.2373 14.6416L7.2627 16.3584C8.49471 15.6227 9.25127 14.7821 9.33594 13.7236C9.41157 12.7758 8.88363 11.9515 8.61035 11.4902C8.24849 10.8794 8.14165 10.6308 8.15723 10.4355C8.16409 10.3505 8.22599 9.97747 9.2627 9.3584L8.2373 7.6416ZM12.4873 7.6416C11.2553 8.37732 10.4987 9.21793 10.4141 10.2764C10.3384 11.2242 10.8664 12.0485 11.1396 12.5098C11.5015 13.1206 11.6084 13.3692 11.5928 13.5645C11.5859 13.6495 11.524 14.0225 10.4873 14.6416L11.5127 16.3584C12.7447 15.6227 13.5013 14.7821 13.5859 13.7236C13.6616 12.7758 13.1336 11.9515 12.8604 11.4902C12.4985 10.8794 12.3916 10.6308 12.4072 10.4355C12.4141 10.3505 12.476 9.97747 13.5127 9.3584L12.4873 7.6416ZM16.7373 7.6416C15.5053 8.37732 14.7487 9.21793 14.6641 10.2764C14.5884 11.2242 15.1164 12.0485 15.3896 12.5098C15.7515 13.1206 15.8584 13.3692 15.8428 13.5645C15.8359 13.6495 15.774 14.0225 14.7373 14.6416L15.7627 16.3584C16.9947 15.6227 17.7513 14.7821 17.8359 13.7236C17.9116 12.7758 17.3836 11.9515 17.1104 11.4902C16.7485 10.8794 16.6416 10.6308 16.6572 10.4355C16.6641 10.3505 16.726 9.97747 17.7627 9.3584L16.7373 7.6416Z\"\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,mxCACF,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:"M17 8.75781C18.8263 10.2224 20 12.4732 20 15V16H13V20L12 22L11 20V16H4V15C4 12.4732 5.17366 10.2224 7 8.75781V2H17V8.75781Z",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=\"M17 8.75781C18.8263 10.2224 20 12.4732 20 15V16H13V20L12 22L11 20V16H4V15C4 12.4732 5.17366 10.2224 7 8.75781V2H17V8.75781Z\"\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,8HACF,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:"M17 8.75781C18.8263 10.2224 20 12.4732 20 15V16H13V20L12 22L11 20V16H4V15C4 12.4732 5.17366 10.2224 7 8.75781V2H17V8.75781Z",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=\"M17 8.75781C18.8263 10.2224 20 12.4732 20 15V16H13V20L12 22L11 20V16H4V15C4 12.4732 5.17366 10.2224 7 8.75781V2H17V8.75781Z\"\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,8HACF,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 i=Object.create;var e=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=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 B(o))!x.call(r,t)&&t!==n&&e(r,t,{get:()=>o[t],enumerable:!(C=u(o,t))||C.enumerable});return r};var m=(r,o,n)=>(n=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?e(n,"default",{value:r,enumerable:!0}):n,r)),g=r=>a(e({},"__esModule",{value:!0}),r);var v={};P(v,{IconUnpin2:()=>c,default:()=>V});module.exports=g(v);var p=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),L=({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"),c=r=>p.default.createElement(L,{...r},p.default.createElement(l.Path,{d:"M7 4.7793V4.77246L17.6367 16H17.5977L20.7266 19.3135L19.2734 20.6865L14.8477 16H13V20L12 22L11 20V16H4V15C4 12.4732 5.17366 10.2224 7 8.75781L7.58691 8.3125L2.27344 2.68652L3.72656 1.31348L7 4.7793Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M17 8.75781C18.8263 10.2224 20 12.4732 20 15V15.5879L7.12695 2H17V8.75781Z",fill:"currentColor"})),V=c;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=\"M7 4.7793V4.77246L17.6367 16H17.5977L20.7266 19.3135L19.2734 20.6865L14.8477 16H13V20L12 22L11 20V16H4V15C4 12.4732 5.17366 10.2224 7 8.75781L7.58691 8.3125L2.27344 2.68652L3.72656 1.31348L7 4.7793Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17 8.75781C18.8263 10.2224 20 12.4732 20 15V15.5879L7.12695 2H17V8.75781Z\"\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,yMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6EACF,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:"M7 4.7793V4.77246L17.6367 16H17.5977L20.7266 19.3135L19.2734 20.6865L14.8477 16H13V20L12 22L11 20V16H4V15C4 12.4732 5.17366 10.2224 7 8.75781L7.58691 8.3125L2.27344 2.68652L3.72656 1.31348L7 4.7793Z",fill:"currentColor"}),n.createElement(e,{d:"M17 8.75781C18.8263 10.2224 20 12.4732 20 15V15.5879L7.12695 2H17V8.75781Z",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=\"M7 4.7793V4.77246L17.6367 16H17.5977L20.7266 19.3135L19.2734 20.6865L14.8477 16H13V20L12 22L11 20V16H4V15C4 12.4732 5.17366 10.2224 7 8.75781L7.58691 8.3125L2.27344 2.68652L3.72656 1.31348L7 4.7793Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17 8.75781C18.8263 10.2224 20 12.4732 20 15V15.5879L7.12695 2H17V8.75781Z\"\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,yMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6EACF,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-2",
|
|
2689
2689
|
"componentName": "IconBag3"
|
|
2690
2690
|
},
|
|
2691
|
+
{
|
|
2692
|
+
"category": "Food",
|
|
2693
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 20H2V4H22V20ZM8.2373 7.6416C7.00529 8.37732 6.24873 9.21793 6.16406 10.2764C6.08843 11.2242 6.61637 12.0485 6.88965 12.5098C7.25151 13.1206 7.35835 13.3692 7.34277 13.5645C7.33591 13.6495 7.274 14.0225 6.2373 14.6416L7.2627 16.3584C8.49471 15.6227 9.25127 14.7821 9.33594 13.7236C9.41157 12.7758 8.88363 11.9515 8.61035 11.4902C8.24849 10.8794 8.14165 10.6308 8.15723 10.4355C8.16409 10.3505 8.22599 9.97747 9.2627 9.3584L8.2373 7.6416ZM12.4873 7.6416C11.2553 8.37732 10.4987 9.21793 10.4141 10.2764C10.3384 11.2242 10.8664 12.0485 11.1396 12.5098C11.5015 13.1206 11.6084 13.3692 11.5928 13.5645C11.5859 13.6495 11.524 14.0225 10.4873 14.6416L11.5127 16.3584C12.7447 15.6227 13.5013 14.7821 13.5859 13.7236C13.6616 12.7758 13.1336 11.9515 12.8604 11.4902C12.4985 10.8794 12.3916 10.6308 12.4072 10.4355C12.4141 10.3505 12.476 9.97747 13.5127 9.3584L12.4873 7.6416ZM16.7373 7.6416C15.5053 8.37732 14.7487 9.21793 14.6641 10.2764C14.5884 11.2242 15.1164 12.0485 15.3896 12.5098C15.7515 13.1206 15.8584 13.3692 15.8428 13.5645C15.8359 13.6495 15.774 14.0225 14.7373 14.6416L15.7627 16.3584C16.9947 15.6227 17.7513 14.7821 17.8359 13.7236C17.9116 12.7758 17.3836 11.9515 17.1104 11.4902C16.7485 10.8794 16.6416 10.6308 16.6572 10.4355C16.6641 10.3505 16.726 9.97747 17.7627 9.3584L16.7373 7.6416Z\" fill=\"currentColor\"/>",
|
|
2694
|
+
"iconName": "baking, cooking",
|
|
2695
|
+
"variant": {
|
|
2696
|
+
"join": "square",
|
|
2697
|
+
"filled": "on",
|
|
2698
|
+
"radius": "0",
|
|
2699
|
+
"stroke": "2"
|
|
2700
|
+
},
|
|
2701
|
+
"createdAt": "2026-03-19T14:01:06.573173+00:00",
|
|
2702
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
2703
|
+
"componentName": "IconBaking"
|
|
2704
|
+
},
|
|
2691
2705
|
{
|
|
2692
2706
|
"category": "Things",
|
|
2693
2707
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.67635 3.25864C7.33264 1.77667 9.58091 1 12 1C14.4191 1 16.6674 1.77667 18.3237 3.25864C19.9923 4.75165 21 6.90902 21 9.52857C21 12.8115 19.6207 15.426 17.8313 17.2115C16.8761 18.1646 15.7786 18.9051 14.6816 19.3827L15.8874 23H8.11257L9.31835 19.3827C8.22137 18.9051 7.12393 18.1646 6.16867 17.2115C4.3793 15.426 3 12.8115 3 9.52857C3 6.90902 4.00771 4.75165 5.67635 3.25864ZM11.2393 19.9445L10.8874 21H13.1126L12.7607 19.9445C12.5012 19.9812 12.2469 20 12 20C11.7531 20 11.4988 19.9812 11.2393 19.9445ZM9.85932 7.78683C9.34991 8.26943 9 8.99613 9 9.98571H7C7 8.49001 7.54552 7.22386 8.48382 6.33493C9.41409 5.45362 10.6695 5 12 5V7C11.1214 7 10.3768 7.2966 9.85932 7.78683Z\" fill=\"currentColor\"/>",
|
|
@@ -18508,6 +18522,20 @@
|
|
|
18508
18522
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
18509
18523
|
"componentName": "IconPin"
|
|
18510
18524
|
},
|
|
18525
|
+
{
|
|
18526
|
+
"category": "Interface General",
|
|
18527
|
+
"svg": "<path d=\"M17 8.75781C18.8263 10.2224 20 12.4732 20 15V16H13V20L12 22L11 20V16H4V15C4 12.4732 5.17366 10.2224 7 8.75781V2H17V8.75781Z\" fill=\"currentColor\"/>",
|
|
18528
|
+
"iconName": "pin-2",
|
|
18529
|
+
"variant": {
|
|
18530
|
+
"join": "square",
|
|
18531
|
+
"filled": "on",
|
|
18532
|
+
"radius": "0",
|
|
18533
|
+
"stroke": "2"
|
|
18534
|
+
},
|
|
18535
|
+
"createdAt": "2026-03-19T14:01:06.573173+00:00",
|
|
18536
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
18537
|
+
"componentName": "IconPin2"
|
|
18538
|
+
},
|
|
18511
18539
|
{
|
|
18512
18540
|
"category": "Hands",
|
|
18513
18541
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.79331 7.17786L3.43273 8.11058C2.85576 9.60303 2.85576 10.897 3.43273 12.3894L3.79331 13.3221L1.92786 14.0433L1.56727 13.1106C0.810909 11.1541 0.810909 9.34591 1.56727 7.38942L1.92786 6.45669L3.79331 7.17786Z\" fill=\"currentColor\"/><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\"/>",
|
|
@@ -24892,6 +24920,20 @@
|
|
|
24892
24920
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
24893
24921
|
"componentName": "IconUnpin"
|
|
24894
24922
|
},
|
|
24923
|
+
{
|
|
24924
|
+
"category": "Interface General",
|
|
24925
|
+
"svg": "<path d=\"M7 4.7793V4.77246L17.6367 16H17.5977L20.7266 19.3135L19.2734 20.6865L14.8477 16H13V20L12 22L11 20V16H4V15C4 12.4732 5.17366 10.2224 7 8.75781L7.58691 8.3125L2.27344 2.68652L3.72656 1.31348L7 4.7793Z\" fill=\"currentColor\"/><path d=\"M17 8.75781C18.8263 10.2224 20 12.4732 20 15V15.5879L7.12695 2H17V8.75781Z\" fill=\"currentColor\"/>",
|
|
24926
|
+
"iconName": "unpin-2",
|
|
24927
|
+
"variant": {
|
|
24928
|
+
"join": "square",
|
|
24929
|
+
"filled": "on",
|
|
24930
|
+
"radius": "0",
|
|
24931
|
+
"stroke": "2"
|
|
24932
|
+
},
|
|
24933
|
+
"createdAt": "2026-03-19T14:01:06.573173+00:00",
|
|
24934
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
24935
|
+
"componentName": "IconUnpin2"
|
|
24936
|
+
},
|
|
24895
24937
|
{
|
|
24896
24938
|
"category": "Interface General",
|
|
24897
24939
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.73926 3.10988C8.71916 1.22313 10.8388 0.102198 13.0439 0.490735C15.2492 0.879586 16.8591 2.65793 17.1348 4.76613L21.792 5.58741L21.4453 7.55714L19.9473 7.29249L18.9336 22.0005H5.06641L4.03223 7.0005H18.2881L2.7334 4.25831L3.08105 2.28859L7.73926 3.10988ZM8.29297 13.2935L9.70703 14.7075L11 13.4146V18.0005H13V13.4146L14.293 14.7075L15.707 13.2935L12 9.58644L8.29297 13.2935ZM12.6973 2.46046C11.6047 2.26795 10.5455 2.69441 9.87891 3.48683L14.9951 4.38917C14.6396 3.41636 13.7899 2.65325 12.6973 2.46046Z\" 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-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.171",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-2/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";
|