@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.123 → 1.1.125

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,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconBoat: FC<CentralIconBaseProps>;
4
+ export default IconBoat;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of d(r))!v.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(C=B(r,t))||C.enumerable});return o};var m=(o,r,e)=>(e=o!=null?u(I(o)):{},a(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>a(n({},"__esModule",{value:!0}),o);var L={};x(L,{IconBoat:()=>i,default:()=>g});module.exports=P(L);var p=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>f.default.createElement(s.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var l=require("react-native-svg"),i=o=>p.default.createElement(c,{...o},p.default.createElement(l.Path,{d:"M16 5.66602C17.7881 7.38138 19.157 9.77518 19.9648 12.7373L20.3486 14.1426L18.8984 13.9951C17.9271 13.8959 16.9616 13.8128 16 13.7461V5.66602Z",fill:"currentColor"}),p.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M18.5 22L23 16H14V1.38184C13.899 1.43235 13.7979 1.48267 13.697 1.53297C12.8984 1.93073 12.1029 2.32694 11.3447 2.80078C10.6262 3.24987 9.64878 3.9176 8.60547 4.79785C6.53202 6.54732 4.12309 9.19883 3.04395 12.7061L2.58887 14.1865L4.12598 13.9922C6.76885 13.6575 9.37995 13.5373 12 13.5742V16H1L5.5 22H18.5Z",fill:"currentColor"})),g=i;0&&(module.exports={IconBoat});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBoat/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 IconBoat: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16 5.66602C17.7881 7.38138 19.157 9.77518 19.9648 12.7373L20.3486 14.1426L18.8984 13.9951C17.9271 13.8959 16.9616 13.8128 16 13.7461V5.66602Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M18.5 22L23 16H14V1.38184C13.899 1.43235 13.7979 1.48267 13.697 1.53297C12.8984 1.93073 12.1029 2.32694 11.3447 2.80078C10.6262 3.24987 9.64878 3.9176 8.60547 4.79785C6.53202 6.54732 4.12309 9.19883 3.04395 12.7061L2.58887 14.1865L4.12598 13.9922C6.76885 13.6575 9.37995 13.5373 12 13.5742V16H1L5.5 22H18.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBoat;\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,iJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,sTACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBoat_exports","__export","IconBoat","IconBoat_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBoat","props","React","CentralIconBase","IconBoat_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import l from"react";import{Svg as C}from"react-native-svg";var t=({children:r,size:o=24,...p})=>l.createElement(C,{...p,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 n}from"react-native-svg";var a=r=>e.createElement(t,{...r},e.createElement(n,{d:"M16 5.66602C17.7881 7.38138 19.157 9.77518 19.9648 12.7373L20.3486 14.1426L18.8984 13.9951C17.9271 13.8959 16.9616 13.8128 16 13.7461V5.66602Z",fill:"currentColor"}),e.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M18.5 22L23 16H14V1.38184C13.899 1.43235 13.7979 1.48267 13.697 1.53297C12.8984 1.93073 12.1029 2.32694 11.3447 2.80078C10.6262 3.24987 9.64878 3.9176 8.60547 4.79785C6.53202 6.54732 4.12309 9.19883 3.04395 12.7061L2.58887 14.1865L4.12598 13.9922C6.76885 13.6575 9.37995 13.5373 12 13.5742V16H1L5.5 22H18.5Z",fill:"currentColor"})),v=a;export{a as IconBoat,v as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBoat/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 IconBoat: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16 5.66602C17.7881 7.38138 19.157 9.77518 19.9648 12.7373L20.3486 14.1426L18.8984 13.9951C17.9271 13.8959 16.9616 13.8128 16 13.7461V5.66602Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M18.5 22L23 16H14V1.38184C13.899 1.43235 13.7979 1.48267 13.697 1.53297C12.8984 1.93073 12.1029 2.32694 11.3447 2.80078C10.6262 3.24987 9.64878 3.9176 8.60547 4.79785C6.53202 6.54732 4.12309 9.19883 3.04395 12.7061L2.58887 14.1865L4.12598 13.9922C6.76885 13.6575 9.37995 13.5373 12 13.5742V16H1L5.5 22H18.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBoat;\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,iJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,sTACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBoat","props","React","CentralIconBase","IconBoat_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPeople21: FC<CentralIconBaseProps>;
4
+ export default IconPeople21;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var l=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var e in o)l(r,e,{get:o[e],enumerable:!0})},f=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!x.call(r,t)&&t!==e&&l(r,t,{get:()=>o[t],enumerable:!(p=B(o,t))||p.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(P(r)):{},f(o||!r||!r.__esModule?l(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>f(l({},"__esModule",{value:!0}),r);var h={};d(h,{IconPeople21:()=>i,default:()=>v});module.exports=g(h);var n=m(require("react"));var a=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>a.default.createElement(s.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),i=r=>n.default.createElement(c,{...r},n.default.createElement(C.Path,{d:"M12 13.75C14.2137 13.75 15.9998 15.5521 16 17.7646V20H2V17.7646C2.0002 15.5521 3.78628 13.75 6 13.75H12Z",fill:"currentColor"}),n.default.createElement(C.Path,{d:"M18 13.75C20.2137 13.75 21.9998 15.5521 22 17.7646V19.9492H18V17.7646L17.9922 17.4561C17.9204 16.0371 17.3545 14.7454 16.4639 13.75H18Z",fill:"currentColor"}),n.default.createElement(C.Path,{d:"M9 4C11.4853 4 13.5 6.01472 13.5 8.5C13.5 10.9853 11.4853 13 9 13C6.51472 13 4.5 10.9853 4.5 8.5C4.5 6.01472 6.51472 4 9 4Z",fill:"currentColor"}),n.default.createElement(C.Path,{d:"M15 4C17.4853 4 19.5 6.01472 19.5 8.5C19.5 10.7809 17.8028 12.6634 15.6025 12.958C15.2117 12.6629 14.7855 12.4119 14.3281 12.2188C15.0651 11.1647 15.5 9.88373 15.5 8.5C15.5 6.82857 14.8686 5.30493 13.832 4.15332C14.2045 4.05348 14.596 4 15 4Z",fill:"currentColor"})),v=i;0&&(module.exports={IconPeople21});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPeople21/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 IconPeople21: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 13.75C14.2137 13.75 15.9998 15.5521 16 17.7646V20H2V17.7646C2.0002 15.5521 3.78628 13.75 6 13.75H12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18 13.75C20.2137 13.75 21.9998 15.5521 22 17.7646V19.9492H18V17.7646L17.9922 17.4561C17.9204 16.0371 17.3545 14.7454 16.4639 13.75H18Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9 4C11.4853 4 13.5 6.01472 13.5 8.5C13.5 10.9853 11.4853 13 9 13C6.51472 13 4.5 10.9853 4.5 8.5C4.5 6.01472 6.51472 4 9 4Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15 4C17.4853 4 19.5 6.01472 19.5 8.5C19.5 10.7809 17.8028 12.6634 15.6025 12.958C15.2117 12.6629 14.7855 12.4119 14.3281 12.2188C15.0651 11.1647 15.5 9.88373 15.5 8.5C15.5 6.82857 14.8686 5.30493 13.832 4.15332C14.2045 4.05348 14.596 4 15 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeople21;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2GACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0IACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qPACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPeople21_exports","__export","IconPeople21","IconPeople21_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPeople21","props","React","CentralIconBase","IconPeople21_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:r=24,...C})=>l.createElement(p,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var f=n=>o.createElement(t,{...n},o.createElement(e,{d:"M12 13.75C14.2137 13.75 15.9998 15.5521 16 17.7646V20H2V17.7646C2.0002 15.5521 3.78628 13.75 6 13.75H12Z",fill:"currentColor"}),o.createElement(e,{d:"M18 13.75C20.2137 13.75 21.9998 15.5521 22 17.7646V19.9492H18V17.7646L17.9922 17.4561C17.9204 16.0371 17.3545 14.7454 16.4639 13.75H18Z",fill:"currentColor"}),o.createElement(e,{d:"M9 4C11.4853 4 13.5 6.01472 13.5 8.5C13.5 10.9853 11.4853 13 9 13C6.51472 13 4.5 10.9853 4.5 8.5C4.5 6.01472 6.51472 4 9 4Z",fill:"currentColor"}),o.createElement(e,{d:"M15 4C17.4853 4 19.5 6.01472 19.5 8.5C19.5 10.7809 17.8028 12.6634 15.6025 12.958C15.2117 12.6629 14.7855 12.4119 14.3281 12.2188C15.0651 11.1647 15.5 9.88373 15.5 8.5C15.5 6.82857 14.8686 5.30493 13.832 4.15332C14.2045 4.05348 14.596 4 15 4Z",fill:"currentColor"})),x=f;export{f as IconPeople21,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPeople21/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 IconPeople21: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 13.75C14.2137 13.75 15.9998 15.5521 16 17.7646V20H2V17.7646C2.0002 15.5521 3.78628 13.75 6 13.75H12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18 13.75C20.2137 13.75 21.9998 15.5521 22 17.7646V19.9492H18V17.7646L17.9922 17.4561C17.9204 16.0371 17.3545 14.7454 16.4639 13.75H18Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9 4C11.4853 4 13.5 6.01472 13.5 8.5C13.5 10.9853 11.4853 13 9 13C6.51472 13 4.5 10.9853 4.5 8.5C4.5 6.01472 6.51472 4 9 4Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15 4C17.4853 4 19.5 6.01472 19.5 8.5C19.5 10.7809 17.8028 12.6634 15.6025 12.958C15.2117 12.6629 14.7855 12.4119 14.3281 12.2188C15.0651 11.1647 15.5 9.88373 15.5 8.5C15.5 6.82857 14.8686 5.30493 13.832 4.15332C14.2045 4.05348 14.596 4 15 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeople21;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2GACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0IACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qPACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPeople21","props","React","CentralIconBase","IconPeople21_default"]}
package/README.md CHANGED
@@ -1286,6 +1286,7 @@ Below is a complete list of available icons:
1286
1286
  - IconHead
1287
1287
  - IconPeople
1288
1288
  - IconPeople2
1289
+ - IconPeople21
1289
1290
  - IconPeopleAdd
1290
1291
  - IconPeopleAdd2
1291
1292
  - IconPeopleAdded
@@ -1970,6 +1971,7 @@ Below is a complete list of available icons:
1970
1971
 
1971
1972
  ### Vehicles
1972
1973
 
1974
+ - IconBoat
1973
1975
  - IconSteeringWheel1
1974
1976
 
1975
1977
  ### Vehicles & Aircrafts
@@ -3444,6 +3444,20 @@
3444
3444
  "packageName": "square-filled-radius-0-stroke-2",
3445
3445
  "componentName": "IconBoard"
3446
3446
  },
3447
+ {
3448
+ "category": "Vehicles",
3449
+ "svg": "<path d=\"M16 5.66602C17.7881 7.38138 19.157 9.77518 19.9648 12.7373L20.3486 14.1426L18.8984 13.9951C17.9271 13.8959 16.9616 13.8128 16 13.7461V5.66602Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5 22L23 16H14V1.38184C13.899 1.43235 13.7979 1.48267 13.697 1.53297C12.8984 1.93073 12.1029 2.32694 11.3447 2.80078C10.6262 3.24987 9.64878 3.9176 8.60547 4.79785C6.53202 6.54732 4.12309 9.19883 3.04395 12.7061L2.58887 14.1865L4.12598 13.9922C6.76885 13.6575 9.37995 13.5373 12 13.5742V16H1L5.5 22H18.5Z\" fill=\"currentColor\"/>",
3450
+ "iconName": "boat, ship, sailing",
3451
+ "variant": {
3452
+ "join": "square",
3453
+ "filled": "on",
3454
+ "radius": "0",
3455
+ "stroke": "2"
3456
+ },
3457
+ "createdAt": "2026-02-12T18:00:19.026123+00:00",
3458
+ "packageName": "square-filled-radius-0-stroke-2",
3459
+ "componentName": "IconBoat"
3460
+ },
3447
3461
  {
3448
3462
  "category": "Typography",
3449
3463
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 3H12.8333C15.8697 3 18.1667 5.55551 18.1667 8.5C18.1667 9.58312 17.8559 10.6136 17.3118 11.4836C18.3611 12.5023 19 13.9471 19 15.5C19 18.4445 16.703 21 13.6667 21H5V3Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.8333 10C13.4789 10 14.1667 9.4215 14.1667 8.5C14.1667 7.5785 13.4789 7 12.8333 7H9V10H12.8333Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 14H13.6667C14.3122 14 15 14.5785 15 15.5C15 16.4215 14.3122 17 13.6667 17H9V14Z\" fill=\"currentColor\"/>",
@@ -12561,7 +12575,7 @@
12561
12575
  {
12562
12576
  "category": "Edit",
12563
12577
  "svg": "<path d=\"M17.9996 1.58569L13.7854 5.79989C10.3895 3.79032 6.33541 3.44232 3.88873 5.889C2.31808 7.45965 1.90595 9.73377 2.33048 11.9979C2.75608 14.2678 4.03118 16.638 6.01005 18.6169C8.40008 21.007 10.65 21.6934 11.7571 21.9701L12.7273 22.2126L13.2122 20.2723L12.2421 20.0298C11.3487 19.8065 9.47323 19.2517 7.42426 17.2027C5.69316 15.4716 4.63839 13.4542 4.29622 11.6293C3.95298 9.79871 4.33519 8.27097 5.30294 7.30322C6.72865 5.87751 9.46289 5.7349 12.3189 7.26643L9.99964 9.58571V13.9999H14.4319L16.9919 11.4336C18.0283 12.7604 18.718 14.0186 18.9981 15.0882C19.3215 16.3234 19.0807 17.1544 18.3749 17.7191C17.9278 18.0768 17.4104 18.1038 16.7273 17.8216C16.0153 17.5275 15.2921 16.9506 14.7117 16.39L13.9924 15.6953L12.603 17.1338L13.3222 17.8286C13.9666 18.451 14.9054 19.2329 15.9638 19.6701C17.0511 20.1193 18.4127 20.2501 19.6243 19.2808C21.1329 18.074 21.3883 16.3207 20.9328 14.5815C20.545 13.1007 19.631 11.5277 18.4141 10.0078L22.4129 5.99903L17.9996 1.58569Z\" fill=\"currentColor\"/>",
12564
- "iconName": "highlight, mark, freehand",
12578
+ "iconName": "highlight, mark, freehand, drawing, paint",
12565
12579
  "variant": {
12566
12580
  "join": "square",
12567
12581
  "filled": "on",
@@ -13233,7 +13247,7 @@
13233
13247
  {
13234
13248
  "category": "Edit",
13235
13249
  "svg": "<path d=\"M10 21H8V3H10V21Z\" fill=\"currentColor\"/><path d=\"M6 18H2V6H6V18Z\" fill=\"currentColor\"/><path d=\"M22 18H12V6H22V18Z\" fill=\"currentColor\"/>",
13236
- "iconName": "input-form, text-area, prompt",
13250
+ "iconName": "input-form, text-area, prompt, rename",
13237
13251
  "variant": {
13238
13252
  "join": "square",
13239
13253
  "filled": "on",
@@ -16733,7 +16747,7 @@
16733
16747
  {
16734
16748
  "category": "Edit",
16735
16749
  "svg": "<path d=\"M16.5 1.58582L22.4142 7.50003L7.91421 22H2V16.0858L16.5 1.58582Z\" fill=\"currentColor\"/><path d=\"M13 20V22H22V20H13Z\" fill=\"currentColor\"/>",
16736
- "iconName": "pencil-line",
16750
+ "iconName": "pencil-line, signature, write",
16737
16751
  "variant": {
16738
16752
  "join": "square",
16739
16753
  "filled": "on",
@@ -16761,7 +16775,7 @@
16761
16775
  {
16762
16776
  "category": "Edit",
16763
16777
  "svg": "<path d=\"M17 1.58594L21.4142 6.00015L6.41421 21.0002H2V16.5859L17 1.58594Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.7564 18.654L22.41 17.8972L20.8965 16.5898L20.2447 17.3444L20.244 17.3453L20.2395 17.3503C20.2336 17.3568 20.2231 17.3685 20.2082 17.3844C20.1784 17.4164 20.1314 17.4654 20.0696 17.5256C19.9449 17.6472 19.7657 17.809 19.5497 17.9691C19.0886 18.3108 18.5943 18.5447 18.1656 18.5447C17.707 18.5447 17.2518 18.3274 16.5345 17.9467L16.4547 17.9043C15.836 17.5748 14.973 17.1153 13.9862 17.1153C12.097 17.1153 10.9262 18.1664 10.2728 18.8579L9.58594 19.5847L11.0396 20.9583L11.7264 20.2315C12.2544 19.6727 12.9298 19.1153 13.9862 19.1153C14.429 19.1153 14.8735 19.3294 15.5969 19.7133L15.6627 19.7483C16.288 20.0809 17.1601 20.5447 18.1656 20.5447C19.237 20.5447 20.1596 20.0064 20.7405 19.5759C21.0455 19.3499 21.2935 19.1256 21.4658 18.9576C21.5525 18.8731 21.6215 18.8014 21.6705 18.7489C21.695 18.7226 21.7146 18.7011 21.729 18.685L21.7466 18.6651L21.7525 18.6584L21.7547 18.6559L21.7564 18.654Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.7568 18.6539L21 18.0002C21.7568 18.6539 21.7568 18.6539 21.7568 18.6539Z\" fill=\"currentColor\"/>",
16764
- "iconName": "pencil-wave",
16778
+ "iconName": "pencil-wave, signature, write",
16765
16779
  "variant": {
16766
16780
  "join": "square",
16767
16781
  "filled": "on",
@@ -16800,6 +16814,20 @@
16800
16814
  "packageName": "square-filled-radius-0-stroke-2",
16801
16815
  "componentName": "IconPeople2"
16802
16816
  },
16817
+ {
16818
+ "category": "People",
16819
+ "svg": "<path d=\"M12 13.75C14.2137 13.75 15.9998 15.5521 16 17.7646V20H2V17.7646C2.0002 15.5521 3.78628 13.75 6 13.75H12Z\" fill=\"currentColor\"/><path d=\"M18 13.75C20.2137 13.75 21.9998 15.5521 22 17.7646V19.9492H18V17.7646L17.9922 17.4561C17.9204 16.0371 17.3545 14.7454 16.4639 13.75H18Z\" fill=\"currentColor\"/><path d=\"M9 4C11.4853 4 13.5 6.01472 13.5 8.5C13.5 10.9853 11.4853 13 9 13C6.51472 13 4.5 10.9853 4.5 8.5C4.5 6.01472 6.51472 4 9 4Z\" fill=\"currentColor\"/><path d=\"M15 4C17.4853 4 19.5 6.01472 19.5 8.5C19.5 10.7809 17.8028 12.6634 15.6025 12.958C15.2117 12.6629 14.7855 12.4119 14.3281 12.2188C15.0651 11.1647 15.5 9.88373 15.5 8.5C15.5 6.82857 14.8686 5.30493 13.832 4.15332C14.2045 4.05348 14.596 4 15 4Z\" fill=\"currentColor\"/>",
16820
+ "iconName": "people-2, user, group, friend",
16821
+ "variant": {
16822
+ "join": "square",
16823
+ "filled": "on",
16824
+ "radius": "0",
16825
+ "stroke": "2"
16826
+ },
16827
+ "createdAt": "2026-02-13T08:00:42.259331+00:00",
16828
+ "packageName": "square-filled-radius-0-stroke-2",
16829
+ "componentName": "IconPeople21"
16830
+ },
16803
16831
  {
16804
16832
  "category": "People",
16805
16833
  "svg": "<path d=\"M7.50098 6.5C7.50098 4.01472 9.5157 2 12.001 2C14.4863 2 16.501 4.01472 16.501 6.5C16.501 8.98528 14.4863 11 12.001 11C9.5157 11 7.50098 8.98528 7.50098 6.5Z\" fill=\"currentColor\"/><path d=\"M17.001 14V17H14.001V19H17.001V22H19.001V19H22.001V17H19.001V14H17.001Z\" fill=\"currentColor\"/><path d=\"M12.0008 21V15H15.0008V12.4767L14.2524 12.2821C13.5408 12.0971 12.7874 12 12.0008 12C7.24298 12 3.91741 15.5211 3.50515 19.9064L3.40234 21H12.0008Z\" fill=\"currentColor\"/>",
@@ -22291,7 +22319,7 @@
22291
22319
  {
22292
22320
  "category": "Edit",
22293
22321
  "svg": "<path d=\"M18.5 3.08594L7 14.5859V20.0002H12.4142L23.9142 8.50015L18.5 3.08594Z\" fill=\"currentColor\"/><path d=\"M1 5.00015V7.00015H10V5.00015H1Z\" fill=\"currentColor\"/><path d=\"M1 9.00015V11.0002H7V9.00015H1Z\" fill=\"currentColor\"/>",
22294
- "iconName": "text-edit, prompts, comment",
22322
+ "iconName": "text-edit, prompts, comment, draft",
22295
22323
  "variant": {
22296
22324
  "join": "square",
22297
22325
  "filled": "on",
@@ -24713,7 +24741,7 @@
24713
24741
  {
24714
24742
  "category": "Edit",
24715
24743
  "svg": "<path d=\"M18 1.58569L11 8.58569V12.9999L15.4142 12.9999L22.4142 5.99983L18 1.58569Z\" fill=\"currentColor\"/><path d=\"M6 11C4.34315 11 3 12.3431 3 14C3 15.6569 4.34315 17 6 17H16C16.5523 17 17 17.4477 17 18C17 18.5523 16.5523 19 16 19H11V21H16C17.6569 21 19 19.6569 19 18C19 16.3431 17.6569 15 16 15H6C5.44772 15 5 14.5523 5 14C5 13.4477 5.44772 13 6 13H9V11H6Z\" fill=\"currentColor\"/>",
24716
- "iconName": "writing",
24744
+ "iconName": "writing, sketching, drawing",
24717
24745
  "variant": {
24718
24746
  "join": "square",
24719
24747
  "filled": "on",
package/icons/index.d.ts CHANGED
@@ -245,6 +245,7 @@ export type CentralIconName =
245
245
  | "IconBluetooth"
246
246
  | "IconBlur"
247
247
  | "IconBoard"
248
+ | "IconBoat"
248
249
  | "IconBold"
249
250
  | "IconBolt"
250
251
  | "IconBomb"
@@ -1199,6 +1200,7 @@ export type CentralIconName =
1199
1200
  | "IconPencilWave"
1200
1201
  | "IconPeople"
1201
1202
  | "IconPeople2"
1203
+ | "IconPeople21"
1202
1204
  | "IconPeopleAdd"
1203
1205
  | "IconPeopleAdd2"
1204
1206
  | "IconPeopleAdded"
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.123",
3
+ "version": "1.1.125",
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": 1774,
14
+ "totalIcons": 1776,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 67,
@@ -1186,7 +1186,7 @@
1186
1186
  ]
1187
1187
  },
1188
1188
  "People": {
1189
- "count": 52,
1189
+ "count": 53,
1190
1190
  "icons": [
1191
1191
  "IconAura",
1192
1192
  "IconBathMan1",
@@ -1204,6 +1204,7 @@
1204
1204
  "IconHead",
1205
1205
  "IconPeople",
1206
1206
  "IconPeople2",
1207
+ "IconPeople21",
1207
1208
  "IconPeopleAdd",
1208
1209
  "IconPeopleAdd2",
1209
1210
  "IconPeopleAdded",
@@ -1908,8 +1909,8 @@
1908
1909
  ]
1909
1910
  },
1910
1911
  "Vehicles": {
1911
- "count": 1,
1912
- "icons": ["IconSteeringWheel1"]
1912
+ "count": 2,
1913
+ "icons": ["IconBoat", "IconSteeringWheel1"]
1913
1914
  },
1914
1915
  "Vehicles & Aircrafts": {
1915
1916
  "count": 35,
@@ -2223,6 +2224,7 @@
2223
2224
  "IconBluetooth": "bluetooth",
2224
2225
  "IconBlur": "blur",
2225
2226
  "IconBoard": "board, moodboard, layout, template",
2227
+ "IconBoat": "boat, ship, sailing",
2226
2228
  "IconBold": "bold",
2227
2229
  "IconBolt": "bolt",
2228
2230
  "IconBomb": "bomb, boom",
@@ -2874,7 +2876,7 @@
2874
2876
  "IconHeart": "heart, like, health, life, favorite",
2875
2877
  "IconHeart2": "heart-2, like, health, life, fav",
2876
2878
  "IconHeartBeat": "heart-beat, heart rate, pulse",
2877
- "IconHighlight": "highlight, mark, freehand",
2879
+ "IconHighlight": "highlight, mark, freehand, drawing, paint",
2878
2880
  "IconHighlights": "highlights",
2879
2881
  "IconHistory": "history, back, timeline",
2880
2882
  "IconHome": "home, house",
@@ -2922,7 +2924,7 @@
2922
2924
  "IconInfinity": "infinity, loop, boomerang",
2923
2925
  "IconInitiatives": "initiatives, nav, rooting",
2924
2926
  "IconInjection": "injection",
2925
- "IconInputForm": "input-form, text-area, prompt",
2927
+ "IconInputForm": "input-form, text-area, prompt, rename",
2926
2928
  "IconInsights": "insights, analyze",
2927
2929
  "IconInstagram": "instagram",
2928
2930
  "IconIntegrations": "integrations, frames, keyframes, interactions",
@@ -3172,11 +3174,12 @@
3172
3174
  "IconPayment": "payment, flow, connection",
3173
3175
  "IconPeace": "peace",
3174
3176
  "IconPencil": "pencil, edit, write",
3175
- "IconPencilLine": "pencil-line",
3177
+ "IconPencilLine": "pencil-line, signature, write",
3176
3178
  "IconPencilSparkle": "pencil-sparkle, magic pencil, magic brush",
3177
- "IconPencilWave": "pencil-wave",
3179
+ "IconPencilWave": "pencil-wave, signature, write",
3178
3180
  "IconPeople": "people, user, person, avatar",
3179
3181
  "IconPeople2": "people-2",
3182
+ "IconPeople21": "people-2, user, group, friend",
3180
3183
  "IconPeopleAdd": "people-add, user-add",
3181
3184
  "IconPeopleAdd2": "people-add-2",
3182
3185
  "IconPeopleAdded": "people-added, user-added",
@@ -3569,7 +3572,7 @@
3569
3572
  "IconTextareaDrag": "textarea-drag",
3570
3573
  "IconTextBlock": "text-block",
3571
3574
  "IconTextColor": "text-color",
3572
- "IconTextEdit": "text-edit, prompts, comment",
3575
+ "IconTextEdit": "text-edit, prompts, comment, draft",
3573
3576
  "IconTextIndentLeft": "text-indent-left",
3574
3577
  "IconTextIndentRight": "text-indent-right",
3575
3578
  "IconTextIndicator": "text-indicator",
@@ -3742,7 +3745,7 @@
3742
3745
  "IconWrite": "write, edit-list, list",
3743
3746
  "IconWrite1": "write-1, fountain-pen",
3744
3747
  "IconWrite2": "write-2, fountain-pen",
3745
- "IconWriting": "writing",
3748
+ "IconWriting": "writing, sketching, drawing",
3746
3749
  "IconX": "x",
3747
3750
  "IconXbox": "xbox",
3748
3751
  "IconYen": "yen, currency, money, coin",
package/index.d.ts CHANGED
@@ -244,6 +244,7 @@ export { IconBluesky, default as IconBlueskyDefault } from "./IconBluesky";
244
244
  export { IconBluetooth, default as IconBluetoothDefault, } from "./IconBluetooth";
245
245
  export { IconBlur, default as IconBlurDefault } from "./IconBlur";
246
246
  export { IconBoard, default as IconBoardDefault } from "./IconBoard";
247
+ export { IconBoat, default as IconBoatDefault } from "./IconBoat";
247
248
  export { IconBold, default as IconBoldDefault } from "./IconBold";
248
249
  export { IconBolt, default as IconBoltDefault } from "./IconBolt";
249
250
  export { IconBomb, default as IconBombDefault } from "./IconBomb";
@@ -1198,6 +1199,7 @@ export { IconPencilSparkle, default as IconPencilSparkleDefault, } from "./IconP
1198
1199
  export { IconPencilWave, default as IconPencilWaveDefault, } from "./IconPencilWave";
1199
1200
  export { IconPeople, default as IconPeopleDefault } from "./IconPeople";
1200
1201
  export { IconPeople2, default as IconPeople2Default } from "./IconPeople2";
1202
+ export { IconPeople21, default as IconPeople21Default } from "./IconPeople21";
1201
1203
  export { IconPeopleAdd, default as IconPeopleAddDefault, } from "./IconPeopleAdd";
1202
1204
  export { IconPeopleAdd2, default as IconPeopleAdd2Default, } from "./IconPeopleAdd2";
1203
1205
  export { IconPeopleAdded, default as IconPeopleAddedDefault, } from "./IconPeopleAdded";