@central-icons-react-native/round-filled-radius-2-stroke-1 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.
- package/IconBoat/index.d.ts +4 -0
- package/IconBoat/index.js +2 -0
- package/IconBoat/index.js.map +1 -0
- package/IconBoat/index.mjs +2 -0
- package/IconBoat/index.mjs.map +1 -0
- package/IconPeople21/index.d.ts +4 -0
- package/IconPeople21/index.js +2 -0
- package/IconPeople21/index.js.map +1 -0
- package/IconPeople21/index.mjs +2 -0
- package/IconPeople21/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +34 -6
- package/icons/index.d.ts +2 -0
- package/icons-index.json +14 -11
- package/index.d.ts +2 -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 +20 -6
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=u(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?i(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var h={};g(h,{IconBoat:()=>B,default:()=>d});module.exports=v(h);var C=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(f.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 p=require("react-native-svg"),B=r=>C.default.createElement(c,{...r},C.default.createElement(p.Path,{d:"M11.7259 2.1204C12.7141 1.39482 14.0012 2.14091 14.0012 3.304V16.0003H20.4192C21.677 16.0003 22.3768 17.4556 21.5911 18.4378L19.4915 21.0618C19.0171 21.6545 18.2985 22.0002 17.5393 22.0003H6.46121C5.70201 22.0001 4.98336 21.6547 4.50906 21.0618L2.40945 18.4378C1.62381 17.4557 2.32378 16.0006 3.58133 16.0003H13.0012V13.5618C10.0955 13.5191 7.13854 13.5971 4.58621 13.8313C3.54905 13.9264 2.61245 12.919 3.09304 11.8479C5.08701 7.40493 9.45121 3.79202 11.7259 2.1204Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M15.0012 4.97001C17.1675 6.49159 19.6964 8.96333 20.9768 11.929C21.4301 12.9798 20.5179 13.9476 19.51 13.8655C18.1052 13.7506 16.5765 13.6647 15.0012 13.6116V4.97001Z",fill:"currentColor"})),d=B;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=\"M11.7259 2.1204C12.7141 1.39482 14.0012 2.14091 14.0012 3.304V16.0003H20.4192C21.677 16.0003 22.3768 17.4556 21.5911 18.4378L19.4915 21.0618C19.0171 21.6545 18.2985 22.0002 17.5393 22.0003H6.46121C5.70201 22.0001 4.98336 21.6547 4.50906 21.0618L2.40945 18.4378C1.62381 17.4557 2.32378 16.0006 3.58133 16.0003H13.0012V13.5618C10.0955 13.5191 7.13854 13.5971 4.58621 13.8313C3.54905 13.9264 2.61245 12.919 3.09304 11.8479C5.08701 7.40493 9.45121 3.79202 11.7259 2.1204Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.0012 4.97001C17.1675 6.49159 19.6964 8.96333 20.9768 11.929C21.4301 12.9798 20.5179 13.9476 19.51 13.8655C18.1052 13.7506 16.5765 13.6647 15.0012 13.6116V4.97001Z\"\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,sdACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yKACF,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 t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...C})=>p.createElement(l,{...C,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 n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M11.7259 2.1204C12.7141 1.39482 14.0012 2.14091 14.0012 3.304V16.0003H20.4192C21.677 16.0003 22.3768 17.4556 21.5911 18.4378L19.4915 21.0618C19.0171 21.6545 18.2985 22.0002 17.5393 22.0003H6.46121C5.70201 22.0001 4.98336 21.6547 4.50906 21.0618L2.40945 18.4378C1.62381 17.4557 2.32378 16.0006 3.58133 16.0003H13.0012V13.5618C10.0955 13.5191 7.13854 13.5971 4.58621 13.8313C3.54905 13.9264 2.61245 12.919 3.09304 11.8479C5.08701 7.40493 9.45121 3.79202 11.7259 2.1204Z",fill:"currentColor"}),t.createElement(n,{d:"M15.0012 4.97001C17.1675 6.49159 19.6964 8.96333 20.9768 11.929C21.4301 12.9798 20.5179 13.9476 19.51 13.8655C18.1052 13.7506 16.5765 13.6647 15.0012 13.6116V4.97001Z",fill:"currentColor"})),P=a;export{a as IconBoat,P 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=\"M11.7259 2.1204C12.7141 1.39482 14.0012 2.14091 14.0012 3.304V16.0003H20.4192C21.677 16.0003 22.3768 17.4556 21.5911 18.4378L19.4915 21.0618C19.0171 21.6545 18.2985 22.0002 17.5393 22.0003H6.46121C5.70201 22.0001 4.98336 21.6547 4.50906 21.0618L2.40945 18.4378C1.62381 17.4557 2.32378 16.0006 3.58133 16.0003H13.0012V13.5618C10.0955 13.5191 7.13854 13.5971 4.58621 13.8313C3.54905 13.9264 2.61245 12.919 3.09304 11.8479C5.08701 7.40493 9.45121 3.79202 11.7259 2.1204Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.0012 4.97001C17.1675 6.49159 19.6964 8.96333 20.9768 11.929C21.4301 12.9798 20.5179 13.9476 19.51 13.8655C18.1052 13.7506 16.5765 13.6647 15.0012 13.6116V4.97001Z\"\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,sdACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yKACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBoat","props","React","CentralIconBase","IconBoat_default"]}
|
|
@@ -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 C in o)l(r,C,{get:o[C],enumerable:!0})},f=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!x.call(r,n)&&n!==C&&l(r,n,{get:()=>o[n],enumerable:!(p=B(o,n))||p.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(P(r)):{},f(o||!r||!r.__esModule?l(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>f(l({},"__esModule",{value:!0}),r);var h={};d(h,{IconPeople21:()=>i,default:()=>v});module.exports=g(h);var e=m(require("react"));var a=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...C})=>a.default.createElement(s.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),i=r=>e.default.createElement(c,{...r},e.default.createElement(t.Path,{d:"M12.5 14C14.4352 14 15.9998 15.5759 16 17.5146V19.5C16 19.7761 15.7761 20 15.5 20H2.5C2.22386 20 2 19.7761 2 19.5V17.5146C2.0002 15.5759 3.56477 14 5.5 14H12.5Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M18.5 14C20.4352 14 21.9998 15.5759 22 17.5146V19.5C22 19.7761 21.7761 20 21.5 20H16.9131C16.9685 19.8435 17 19.6755 17 19.5V17.5146L16.9941 17.2832C16.9273 15.9596 16.2911 14.7834 15.3242 14H18.5Z",fill:"currentColor"}),e.default.createElement(t.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"}),e.default.createElement(t.Path,{d:"M15 4C17.4853 4 19.5 6.01472 19.5 8.5C19.5 10.9853 17.4853 13 15 13C14.2131 13 13.4736 12.7974 12.8301 12.4424C13.8589 11.4433 14.5 10.0475 14.5 8.5C14.5 6.95264 13.8596 5.55603 12.8311 4.55664C13.4743 4.20206 14.2135 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.5 14C14.4352 14 15.9998 15.5759 16 17.5146V19.5C16 19.7761 15.7761 20 15.5 20H2.5C2.22386 20 2 19.7761 2 19.5V17.5146C2.0002 15.5759 3.56477 14 5.5 14H12.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.5 14C20.4352 14 21.9998 15.5759 22 17.5146V19.5C22 19.7761 21.7761 20 21.5 20H16.9131C16.9685 19.8435 17 19.6755 17 19.5V17.5146L16.9941 17.2832C16.9273 15.9596 16.2911 14.7834 15.3242 14H18.5Z\"\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.9853 17.4853 13 15 13C14.2131 13 13.4736 12.7974 12.8301 12.4424C13.8589 11.4433 14.5 10.0475 14.5 8.5C14.5 6.95264 13.8596 5.55603 12.8311 4.55664C13.4743 4.20206 14.2135 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,mKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oOACF,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 n=({children:e,size:r=24,...t})=>l.createElement(p,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as C}from"react-native-svg";var f=e=>o.createElement(n,{...e},o.createElement(C,{d:"M12.5 14C14.4352 14 15.9998 15.5759 16 17.5146V19.5C16 19.7761 15.7761 20 15.5 20H2.5C2.22386 20 2 19.7761 2 19.5V17.5146C2.0002 15.5759 3.56477 14 5.5 14H12.5Z",fill:"currentColor"}),o.createElement(C,{d:"M18.5 14C20.4352 14 21.9998 15.5759 22 17.5146V19.5C22 19.7761 21.7761 20 21.5 20H16.9131C16.9685 19.8435 17 19.6755 17 19.5V17.5146L16.9941 17.2832C16.9273 15.9596 16.2911 14.7834 15.3242 14H18.5Z",fill:"currentColor"}),o.createElement(C,{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(C,{d:"M15 4C17.4853 4 19.5 6.01472 19.5 8.5C19.5 10.9853 17.4853 13 15 13C14.2131 13 13.4736 12.7974 12.8301 12.4424C13.8589 11.4433 14.5 10.0475 14.5 8.5C14.5 6.95264 13.8596 5.55603 12.8311 4.55664C13.4743 4.20206 14.2135 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.5 14C14.4352 14 15.9998 15.5759 16 17.5146V19.5C16 19.7761 15.7761 20 15.5 20H2.5C2.22386 20 2 19.7761 2 19.5V17.5146C2.0002 15.5759 3.56477 14 5.5 14H12.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.5 14C20.4352 14 21.9998 15.5759 22 17.5146V19.5C22 19.7761 21.7761 20 21.5 20H16.9131C16.9685 19.8435 17 19.6755 17 19.5V17.5146L16.9941 17.2832C16.9273 15.9596 16.2911 14.7834 15.3242 14H18.5Z\"\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.9853 17.4853 13 15 13C14.2131 13 13.4736 12.7974 12.8301 12.4424C13.8589 11.4433 14.5 10.0475 14.5 8.5C14.5 6.95264 13.8596 5.55603 12.8311 4.55664C13.4743 4.20206 14.2135 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,mKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oOACF,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
|
package/filtered-icons.json
CHANGED
|
@@ -3444,6 +3444,20 @@
|
|
|
3444
3444
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
3445
3445
|
"componentName": "IconBoard"
|
|
3446
3446
|
},
|
|
3447
|
+
{
|
|
3448
|
+
"category": "Vehicles",
|
|
3449
|
+
"svg": "<path d=\"M11.7259 2.1204C12.7141 1.39482 14.0012 2.14091 14.0012 3.304V16.0003H20.4192C21.677 16.0003 22.3768 17.4556 21.5911 18.4378L19.4915 21.0618C19.0171 21.6545 18.2985 22.0002 17.5393 22.0003H6.46121C5.70201 22.0001 4.98336 21.6547 4.50906 21.0618L2.40945 18.4378C1.62381 17.4557 2.32378 16.0006 3.58133 16.0003H13.0012V13.5618C10.0955 13.5191 7.13854 13.5971 4.58621 13.8313C3.54905 13.9264 2.61245 12.919 3.09304 11.8479C5.08701 7.40493 9.45121 3.79202 11.7259 2.1204Z\" fill=\"currentColor\"/><path d=\"M15.0012 4.97001C17.1675 6.49159 19.6964 8.96333 20.9768 11.929C21.4301 12.9798 20.5179 13.9476 19.51 13.8655C18.1052 13.7506 16.5765 13.6647 15.0012 13.6116V4.97001Z\" fill=\"currentColor\"/>",
|
|
3450
|
+
"iconName": "boat, ship, sailing",
|
|
3451
|
+
"variant": {
|
|
3452
|
+
"join": "round",
|
|
3453
|
+
"filled": "on",
|
|
3454
|
+
"radius": "2",
|
|
3455
|
+
"stroke": "1"
|
|
3456
|
+
},
|
|
3457
|
+
"createdAt": "2026-02-12T18:00:19.026123+00:00",
|
|
3458
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
3459
|
+
"componentName": "IconBoat"
|
|
3460
|
+
},
|
|
3447
3461
|
{
|
|
3448
3462
|
"category": "Typography",
|
|
3449
3463
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 6C5 4.34315 6.34315 3 8 3H13C15.7614 3 18 5.23858 18 8C18 9.43071 17.3991 10.7211 16.4359 11.6325C17.9657 12.4875 19 14.123 19 16C19 18.7614 16.7614 21 14 21H8C6.34315 21 5 19.6569 5 18V6Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 11C14.6569 11 16 9.65685 16 8C16 6.34315 14.6569 5 13 5H8C7.44772 5 7 5.44772 7 6V11H13Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 13H14C15.6569 13 17 14.3431 17 16C17 17.6569 15.6569 19 14 19H8C7.44772 19 7 18.5523 7 18V13Z\" fill=\"currentColor\"/>",
|
|
@@ -12561,7 +12575,7 @@
|
|
|
12561
12575
|
{
|
|
12562
12576
|
"category": "Edit",
|
|
12563
12577
|
"svg": "<path d=\"M20.7674 3.0606C19.7911 2.08429 18.2082 2.08429 17.2319 3.0606L13.7361 6.55639C11.9893 5.38688 10.0524 4.75041 8.25865 4.68869C6.45174 4.62652 4.75491 5.14925 3.57954 6.34562C2.14972 7.80098 1.74244 9.93924 2.14951 12.1491C2.55728 14.3627 3.787 16.7053 5.72151 18.6744C8.04746 21.0419 10.2241 21.7136 11.2888 21.9845C11.5564 22.0526 11.8285 21.8908 11.8966 21.6232C11.9647 21.3556 11.803 21.0835 11.5353 21.0154C10.58 20.7723 8.59113 20.1684 6.43485 17.9736C4.62326 16.1296 3.50043 13.9627 3.13296 11.9679C2.76478 9.9692 3.15956 8.2 4.29288 7.04644C5.22349 6.0992 6.62008 5.6329 8.22426 5.6881C9.7591 5.74091 11.4518 6.27263 13.014 7.2785L10.7319 9.5606C10.2631 10.0294 9.99968 10.6653 9.99968 11.3284V13.4999C9.99968 13.7761 10.2235 13.9999 10.4997 13.9999H12.6713C13.3343 13.9999 13.9702 13.7365 14.439 13.2677L16.7396 10.9671C18.0984 12.594 18.9261 14.1177 19.1806 15.4128C19.4363 16.7138 19.1168 17.7674 18.1646 18.5428C17.5193 19.0682 16.7851 19.0549 15.9941 18.7224C15.1875 18.3832 14.4023 17.7372 13.7996 17.1447C13.6027 16.9511 13.2861 16.9538 13.0925 17.1507C12.8989 17.3476 12.9016 17.6642 13.0985 17.8578C13.7325 18.4811 14.6255 19.2317 15.6065 19.6442C16.6032 20.0633 17.7662 20.1567 18.796 19.3182C20.0796 18.273 20.4769 16.8231 20.1619 15.22C19.8579 13.6733 18.8948 11.9728 17.4494 10.2573L20.939 6.76771C21.9153 5.7914 21.9153 4.20849 20.939 3.23217L20.7674 3.0606Z\" fill=\"currentColor\"/>",
|
|
12564
|
-
"iconName": "highlight, mark, freehand",
|
|
12578
|
+
"iconName": "highlight, mark, freehand, drawing, paint",
|
|
12565
12579
|
"variant": {
|
|
12566
12580
|
"join": "round",
|
|
12567
12581
|
"filled": "on",
|
|
@@ -13233,7 +13247,7 @@
|
|
|
13233
13247
|
{
|
|
13234
13248
|
"category": "Edit",
|
|
13235
13249
|
"svg": "<path d=\"M8.5 2.5C8.77614 2.5 9 2.72386 9 3V21C9 21.2761 8.77614 21.5 8.5 21.5C8.22386 21.5 8 21.2761 8 21V3C8 2.72386 8.22386 2.5 8.5 2.5Z\" fill=\"currentColor\"/><path d=\"M6.5 18H4.5C3.11929 18 2 16.8807 2 15.5V8.5C2 7.11929 3.11929 6 4.5 6H6.5V18Z\" fill=\"currentColor\"/><path d=\"M19.5 6C20.8807 6 22 7.11929 22 8.5V15.5C22 16.8807 20.8807 18 19.5 18H10.5V6H19.5Z\" fill=\"currentColor\"/>",
|
|
13236
|
-
"iconName": "input-form, text-area, prompt",
|
|
13250
|
+
"iconName": "input-form, text-area, prompt, rename",
|
|
13237
13251
|
"variant": {
|
|
13238
13252
|
"join": "round",
|
|
13239
13253
|
"filled": "on",
|
|
@@ -16733,7 +16747,7 @@
|
|
|
16733
16747
|
{
|
|
16734
16748
|
"category": "Edit",
|
|
16735
16749
|
"svg": "<path d=\"M19.6164 2.72699C18.6471 1.75767 17.0755 1.75767 16.1062 2.72699L2.72699 16.1062C2.26151 16.5717 2 17.203 2 17.8613V22H6.13872C6.79701 22 7.42834 21.7385 7.89383 21.273L21.273 7.89383C22.2423 6.92451 22.2423 5.35293 21.273 4.3836L19.6164 2.72699Z\" fill=\"currentColor\"/><path d=\"M11.5 21C11.2239 21 11 21.2239 11 21.5C11 21.7761 11.2239 22 11.5 22H21.5C21.7761 22 22 21.7761 22 21.5C22 21.2239 21.7761 21 21.5 21H11.5Z\" fill=\"currentColor\"/>",
|
|
16736
|
-
"iconName": "pencil-line",
|
|
16750
|
+
"iconName": "pencil-line, signature, write",
|
|
16737
16751
|
"variant": {
|
|
16738
16752
|
"join": "round",
|
|
16739
16753
|
"filled": "on",
|
|
@@ -16761,7 +16775,7 @@
|
|
|
16761
16775
|
{
|
|
16762
16776
|
"category": "Edit",
|
|
16763
16777
|
"svg": "<path d=\"M18.5178 3.81036C17.5415 2.83405 15.9585 2.83405 14.9822 3.81036L2.73223 16.0604C2.26339 16.5292 2 17.1651 2 17.8281V20.4997C2 20.7758 2.22386 20.9997 2.5 20.9997H5.17157C5.83461 20.9997 6.4705 20.7363 6.93934 20.2675L19.1893 8.01746C20.1656 7.04115 20.1657 5.45824 19.1893 4.48193L18.5178 3.81036Z\" fill=\"currentColor\"/><path d=\"M21.5975 18.1238C21.5558 18.1803 21.4956 18.2586 21.4177 18.3514C21.2625 18.5365 21.0344 18.7828 20.7402 19.0299C20.1574 19.5194 19.2758 20.0442 18.166 20.0442C17.0793 20.0442 16.3051 19.6274 15.6695 19.2634L15.5871 19.2161C14.9733 18.864 14.539 18.6148 13.9866 18.6148C12.7309 18.6148 11.8393 19.2805 10.8683 20.338C10.6815 20.5414 10.3652 20.5549 10.1618 20.3681C9.95843 20.1813 9.94494 19.865 10.1317 19.6616C11.1536 18.5487 12.2967 17.6148 13.9866 17.6148C14.8161 17.6148 15.4727 17.9946 16.0335 18.319C16.0784 18.3449 16.1228 18.3706 16.1665 18.3956C16.7786 18.7462 17.3578 19.0442 18.166 19.0442C18.9514 19.0442 19.6118 18.6717 20.0971 18.2641C20.337 18.0626 20.5246 17.8603 20.6515 17.7089C20.8756 17.4416 21.1296 17.0702 21.5262 17.333C21.8187 17.5268 21.7804 17.8761 21.5975 18.1238Z\" fill=\"currentColor\"/>",
|
|
16764
|
-
"iconName": "pencil-wave",
|
|
16778
|
+
"iconName": "pencil-wave, signature, write",
|
|
16765
16779
|
"variant": {
|
|
16766
16780
|
"join": "round",
|
|
16767
16781
|
"filled": "on",
|
|
@@ -16800,6 +16814,20 @@
|
|
|
16800
16814
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
16801
16815
|
"componentName": "IconPeople2"
|
|
16802
16816
|
},
|
|
16817
|
+
{
|
|
16818
|
+
"category": "People",
|
|
16819
|
+
"svg": "<path d=\"M12.5 14C14.4352 14 15.9998 15.5759 16 17.5146V19.5C16 19.7761 15.7761 20 15.5 20H2.5C2.22386 20 2 19.7761 2 19.5V17.5146C2.0002 15.5759 3.56477 14 5.5 14H12.5Z\" fill=\"currentColor\"/><path d=\"M18.5 14C20.4352 14 21.9998 15.5759 22 17.5146V19.5C22 19.7761 21.7761 20 21.5 20H16.9131C16.9685 19.8435 17 19.6755 17 19.5V17.5146L16.9941 17.2832C16.9273 15.9596 16.2911 14.7834 15.3242 14H18.5Z\" 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.9853 17.4853 13 15 13C14.2131 13 13.4736 12.7974 12.8301 12.4424C13.8589 11.4433 14.5 10.0475 14.5 8.5C14.5 6.95264 13.8596 5.55603 12.8311 4.55664C13.4743 4.20206 14.2135 4 15 4Z\" fill=\"currentColor\"/>",
|
|
16820
|
+
"iconName": "people-2, user, group, friend",
|
|
16821
|
+
"variant": {
|
|
16822
|
+
"join": "round",
|
|
16823
|
+
"filled": "on",
|
|
16824
|
+
"radius": "2",
|
|
16825
|
+
"stroke": "1"
|
|
16826
|
+
},
|
|
16827
|
+
"createdAt": "2026-02-13T08:00:42.259331+00:00",
|
|
16828
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
16829
|
+
"componentName": "IconPeople21"
|
|
16830
|
+
},
|
|
16803
16831
|
{
|
|
16804
16832
|
"category": "People",
|
|
16805
16833
|
"svg": "<path d=\"M12 2C9.51472 2 7.5 4.01472 7.5 6.5C7.5 8.98528 9.51472 11 12 11C14.4853 11 16.5 8.98528 16.5 6.5C16.5 4.01472 14.4853 2 12 2Z\" fill=\"currentColor\"/><path d=\"M3.93808 18.2128C5.04789 14.6204 8.021 12 12.0002 12C14.0779 12 15.8813 12.7144 17.2884 13.9086C16.8092 14.274 16.5 14.8509 16.5 15.5V16.5H15.5C14.3954 16.5 13.5 17.3954 13.5 18.5C13.5 19.6046 14.3954 20.5 15.5 20.5H16.5V21H6.18333C4.75753 21 3.46872 19.7321 3.93808 18.2128Z\" fill=\"currentColor\"/><path d=\"M19 15.5C19 15.2239 18.7761 15 18.5 15C18.2239 15 18 15.2239 18 15.5V18H15.5C15.2239 18 15 18.2239 15 18.5C15 18.7761 15.2239 19 15.5 19H18V21.5C18 21.7761 18.2239 22 18.5 22C18.7761 22 19 21.7761 19 21.5V19H21.5C21.7761 19 22 18.7761 22 18.5C22 18.2239 21.7761 18 21.5 18H19V15.5Z\" fill=\"currentColor\"/>",
|
|
@@ -22291,7 +22319,7 @@
|
|
|
22291
22319
|
{
|
|
22292
22320
|
"category": "Edit",
|
|
22293
22321
|
"svg": "<path d=\"M20.7678 5.0606C19.7915 4.08429 18.2085 4.08429 17.2322 5.0606L7.73223 14.5606C7.26339 15.0294 7 15.6653 7 16.3284V19.4999C7 19.7761 7.22386 19.9999 7.5 19.9999H10.6716C11.3346 19.9999 11.9705 19.7365 12.4393 19.2677L21.9393 9.76771C22.9156 8.7914 22.9157 7.20849 21.9393 6.23218L20.7678 5.0606Z\" fill=\"currentColor\"/><path d=\"M1.5 4.99994C1.22386 4.99994 1 5.2238 1 5.49994C1 5.77608 1.22386 5.99994 1.5 5.99994H9.5C9.77614 5.99994 10 5.77608 10 5.49994C10 5.2238 9.77614 4.99994 9.5 4.99994H1.5Z\" fill=\"currentColor\"/><path d=\"M1.5 8.99994C1.22386 8.99994 1 9.2238 1 9.49994C1 9.77608 1.22386 9.99994 1.5 9.99994H6.5C6.77614 9.99994 7 9.77608 7 9.49994C7 9.2238 6.77614 8.99994 6.5 8.99994H1.5Z\" fill=\"currentColor\"/>",
|
|
22294
|
-
"iconName": "text-edit, prompts, comment",
|
|
22322
|
+
"iconName": "text-edit, prompts, comment, draft",
|
|
22295
22323
|
"variant": {
|
|
22296
22324
|
"join": "round",
|
|
22297
22325
|
"filled": "on",
|
|
@@ -24713,7 +24741,7 @@
|
|
|
24713
24741
|
{
|
|
24714
24742
|
"category": "Edit",
|
|
24715
24743
|
"svg": "<path d=\"M20.2678 3.5606C19.2915 2.58429 17.7085 2.58429 16.7322 3.5606L11.7322 8.5606C11.2634 9.02944 11 9.66533 11 10.3284V12.4999C11 12.7761 11.2239 12.9999 11.5 12.9999H13.6716C14.3346 12.9999 14.9705 12.7366 15.4393 12.2677L20.4393 7.26771C21.4157 6.2914 21.4156 4.70849 20.4393 3.73218L20.2678 3.5606Z\" fill=\"currentColor\"/><path d=\"M5.5 12C4.11929 12 3 13.1193 3 14.5C3 15.8807 4.11929 17 5.5 17H16.5C17.3284 17 18 17.6716 18 18.5C18 19.3284 17.3284 20 16.5 20H11.5C11.2239 20 11 20.2239 11 20.5C11 20.7761 11.2239 21 11.5 21H16.5C17.8807 21 19 19.8807 19 18.5C19 17.1193 17.8807 16 16.5 16H5.5C4.67157 16 4 15.3284 4 14.5C4 13.6716 4.67157 13 5.5 13H8.5C8.77614 13 9 12.7761 9 12.5C9 12.2239 8.77614 12 8.5 12H5.5Z\" fill=\"currentColor\"/>",
|
|
24716
|
-
"iconName": "writing",
|
|
24744
|
+
"iconName": "writing, sketching, drawing",
|
|
24717
24745
|
"variant": {
|
|
24718
24746
|
"join": "round",
|
|
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/round-filled-radius-2-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.125",
|
|
4
4
|
"style": "round-filled-radius-2-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-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": 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":
|
|
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":
|
|
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";
|