@central-icons-react-native/round-filled-radius-1-stroke-2 1.1.122 → 1.1.124
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/IconDotGrid1x3HorizontalTight/index.d.ts +4 -0
- package/IconDotGrid1x3HorizontalTight/index.js +2 -0
- package/IconDotGrid1x3HorizontalTight/index.js.map +1 -0
- package/IconDotGrid1x3HorizontalTight/index.mjs +2 -0
- package/IconDotGrid1x3HorizontalTight/index.mjs.map +1 -0
- package/IconDotGrid1x3VerticalTight/index.d.ts +4 -0
- package/IconDotGrid1x3VerticalTight/index.js +2 -0
- package/IconDotGrid1x3VerticalTight/index.js.map +1 -0
- package/IconDotGrid1x3VerticalTight/index.mjs +2 -0
- package/IconDotGrid1x3VerticalTight/index.mjs.map +1 -0
- package/IconPolitics/index.d.ts +4 -0
- package/IconPolitics/index.js +2 -0
- package/IconPolitics/index.js.map +1 -0
- package/IconPolitics/index.mjs +2 -0
- package/IconPolitics/index.mjs.map +1 -0
- package/README.md +4 -0
- package/filtered-icons.json +62 -6
- package/icons/index.d.ts +4 -0
- package/icons-index.json +19 -12
- package/index.d.ts +4 -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 +34 -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.0739 2.09681C12.3954 1.26801 13.9968 2.28762 13.9968 3.76673V16.0001H20.1462C22.0362 16.0007 22.8711 18.3807 21.3952 19.5616L18.8952 21.5616C18.5408 21.8452 18.1001 22 17.6462 22.0001H6.34739C5.89347 22.0001 5.45288 21.8451 5.09836 21.5616L2.59836 19.5616C1.12214 18.3807 1.95696 16.0003 3.84739 16.0001H11.9968V13.5714C9.66573 13.5431 7.33075 13.6191 5.13059 13.8263C3.77538 13.9539 2.47058 12.6215 3.13059 11.1437L3.31418 10.7492C5.26409 6.70538 8.93454 3.65077 10.947 2.18274L11.0739 2.09681Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M15.9968 5.59583C17.6057 7.00321 19.0519 8.89931 19.9714 11.2531C20.5327 12.6908 19.2949 13.9736 17.9616 13.8615C17.3167 13.8071 16.6605 13.759 15.9968 13.7189V5.59583Z",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.0739 2.09681C12.3954 1.26801 13.9968 2.28762 13.9968 3.76673V16.0001H20.1462C22.0362 16.0007 22.8711 18.3807 21.3952 19.5616L18.8952 21.5616C18.5408 21.8452 18.1001 22 17.6462 22.0001H6.34739C5.89347 22.0001 5.45288 21.8451 5.09836 21.5616L2.59836 19.5616C1.12214 18.3807 1.95696 16.0003 3.84739 16.0001H11.9968V13.5714C9.66573 13.5431 7.33075 13.6191 5.13059 13.8263C3.77538 13.9539 2.47058 12.6215 3.13059 11.1437L3.31418 10.7492C5.26409 6.70538 8.93454 3.65077 10.947 2.18274L11.0739 2.09681Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.9968 5.59583C17.6057 7.00321 19.0519 8.89931 19.9714 11.2531C20.5327 12.6908 19.2949 13.9736 17.9616 13.8615C17.3167 13.8071 16.6605 13.759 15.9968 13.7189V5.59583Z\"\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,sfACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2KACF,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.0739 2.09681C12.3954 1.26801 13.9968 2.28762 13.9968 3.76673V16.0001H20.1462C22.0362 16.0007 22.8711 18.3807 21.3952 19.5616L18.8952 21.5616C18.5408 21.8452 18.1001 22 17.6462 22.0001H6.34739C5.89347 22.0001 5.45288 21.8451 5.09836 21.5616L2.59836 19.5616C1.12214 18.3807 1.95696 16.0003 3.84739 16.0001H11.9968V13.5714C9.66573 13.5431 7.33075 13.6191 5.13059 13.8263C3.77538 13.9539 2.47058 12.6215 3.13059 11.1437L3.31418 10.7492C5.26409 6.70538 8.93454 3.65077 10.947 2.18274L11.0739 2.09681Z",fill:"currentColor"}),t.createElement(n,{d:"M15.9968 5.59583C17.6057 7.00321 19.0519 8.89931 19.9714 11.2531C20.5327 12.6908 19.2949 13.9736 17.9616 13.8615C17.3167 13.8071 16.6605 13.759 15.9968 13.7189V5.59583Z",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.0739 2.09681C12.3954 1.26801 13.9968 2.28762 13.9968 3.76673V16.0001H20.1462C22.0362 16.0007 22.8711 18.3807 21.3952 19.5616L18.8952 21.5616C18.5408 21.8452 18.1001 22 17.6462 22.0001H6.34739C5.89347 22.0001 5.45288 21.8451 5.09836 21.5616L2.59836 19.5616C1.12214 18.3807 1.95696 16.0003 3.84739 16.0001H11.9968V13.5714C9.66573 13.5431 7.33075 13.6191 5.13059 13.8263C3.77538 13.9539 2.47058 12.6215 3.13059 11.1437L3.31418 10.7492C5.26409 6.70538 8.93454 3.65077 10.947 2.18274L11.0739 2.09681Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.9968 5.59583C17.6057 7.00321 19.0519 8.89931 19.9714 11.2531C20.5327 12.6908 19.2949 13.9736 17.9616 13.8615C17.3167 13.8071 16.6605 13.759 15.9968 13.7189V5.59583Z\"\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,sfACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2KACF,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 x=Object.create;var l=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var y=(r,o)=>{for(var t in o)l(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,c)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!g.call(r,n)&&n!==t&&l(r,n,{get:()=>o[n],enumerable:!(c=u(o,n))||c.enumerable});return r};var a=(r,o,t)=>(t=r!=null?x(I(r)):{},C(o||!r||!r.__esModule?l(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>C(l({},"__esModule",{value:!0}),r);var h={};y(h,{IconDotGrid1x3HorizontalTight:()=>s,default:()=>v});module.exports=P(h);var e=a(require("react"));var i=a(require("react")),m=require("react-native-svg"),f=({children:r,size:o=24,...t})=>i.default.createElement(m.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"),s=r=>e.default.createElement(f,{...r},e.default.createElement(p.Circle,{cx:"12",cy:"12",r:"2",fill:"currentColor"}),e.default.createElement(p.Circle,{cx:"19",cy:"12",r:"2",fill:"currentColor"}),e.default.createElement(p.Circle,{cx:"5",cy:"12",r:"2",fill:"currentColor"})),v=s;0&&(module.exports={IconDotGrid1x3HorizontalTight});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDotGrid1x3HorizontalTight/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle } from \"react-native-svg\";\n\nexport const IconDotGrid1x3HorizontalTight: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"2\" fill=\"currentColor\" />\n <Circle cx=\"19\" cy=\"12\" r=\"2\" fill=\"currentColor\" />\n <Circle cx=\"5\" cy=\"12\" r=\"2\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconDotGrid1x3HorizontalTight;\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,mCAAAE,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,EAAuB,4BAEVC,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,KAAK,eAAe,EAClD,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,KAAK,eAAe,EAClD,EAAAA,QAAA,cAAC,UAAO,GAAG,IAAI,GAAG,KAAK,EAAE,IAAI,KAAK,eAAe,CACnD,EAIGE,EAAQJ","names":["IconDotGrid1x3HorizontalTight_exports","__export","IconDotGrid1x3HorizontalTight","IconDotGrid1x3HorizontalTight_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconDotGrid1x3HorizontalTight","props","React","CentralIconBase","IconDotGrid1x3HorizontalTight_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as c}from"react-native-svg";var e=({children:t,size:r=24,...l})=>p.createElement(c,{...l,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Circle as n}from"react-native-svg";var C=t=>o.createElement(e,{...t},o.createElement(n,{cx:"12",cy:"12",r:"2",fill:"currentColor"}),o.createElement(n,{cx:"19",cy:"12",r:"2",fill:"currentColor"}),o.createElement(n,{cx:"5",cy:"12",r:"2",fill:"currentColor"})),g=C;export{C as IconDotGrid1x3HorizontalTight,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDotGrid1x3HorizontalTight/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle } from \"react-native-svg\";\n\nexport const IconDotGrid1x3HorizontalTight: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"2\" fill=\"currentColor\" />\n <Circle cx=\"19\" cy=\"12\" r=\"2\" fill=\"currentColor\" />\n <Circle cx=\"5\" cy=\"12\" r=\"2\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconDotGrid1x3HorizontalTight;\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,UAAAG,MAAc,mBAEhB,IAAMC,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,KAAK,eAAe,EAClDG,EAAA,cAACH,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,KAAK,eAAe,EAClDG,EAAA,cAACH,EAAA,CAAO,GAAG,IAAI,GAAG,KAAK,EAAE,IAAI,KAAK,eAAe,CACnD,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","IconDotGrid1x3HorizontalTight","props","React","CentralIconBase","IconDotGrid1x3HorizontalTight_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var x=Object.create;var l=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var y=(r,o)=>{for(var t in o)l(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,c)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!g.call(r,e)&&e!==t&&l(r,e,{get:()=>o[e],enumerable:!(c=u(o,e))||c.enumerable});return r};var a=(r,o,t)=>(t=r!=null?x(I(r)):{},C(o||!r||!r.__esModule?l(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>C(l({},"__esModule",{value:!0}),r);var h={};y(h,{IconDotGrid1x3VerticalTight:()=>s,default:()=>v});module.exports=P(h);var n=a(require("react"));var i=a(require("react")),m=require("react-native-svg"),f=({children:r,size:o=24,...t})=>i.default.createElement(m.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"),s=r=>n.default.createElement(f,{...r},n.default.createElement(p.Circle,{cx:"12",cy:"12",r:"2",fill:"currentColor"}),n.default.createElement(p.Circle,{cx:"12",cy:"19",r:"2",fill:"currentColor"}),n.default.createElement(p.Circle,{cx:"12",cy:"5",r:"2",fill:"currentColor"})),v=s;0&&(module.exports={IconDotGrid1x3VerticalTight});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDotGrid1x3VerticalTight/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle } from \"react-native-svg\";\n\nexport const IconDotGrid1x3VerticalTight: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"2\" fill=\"currentColor\" />\n <Circle cx=\"12\" cy=\"19\" r=\"2\" fill=\"currentColor\" />\n <Circle cx=\"12\" cy=\"5\" r=\"2\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconDotGrid1x3VerticalTight;\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,iCAAAE,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,EAAuB,4BAEVC,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,KAAK,eAAe,EAClD,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,KAAK,eAAe,EAClD,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,IAAI,EAAE,IAAI,KAAK,eAAe,CACnD,EAIGE,EAAQJ","names":["IconDotGrid1x3VerticalTight_exports","__export","IconDotGrid1x3VerticalTight","IconDotGrid1x3VerticalTight_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconDotGrid1x3VerticalTight","props","React","CentralIconBase","IconDotGrid1x3VerticalTight_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as c}from"react-native-svg";var n=({children:t,size:r=24,...l})=>p.createElement(c,{...l,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Circle as e}from"react-native-svg";var C=t=>o.createElement(n,{...t},o.createElement(e,{cx:"12",cy:"12",r:"2",fill:"currentColor"}),o.createElement(e,{cx:"12",cy:"19",r:"2",fill:"currentColor"}),o.createElement(e,{cx:"12",cy:"5",r:"2",fill:"currentColor"})),g=C;export{C as IconDotGrid1x3VerticalTight,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDotGrid1x3VerticalTight/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle } from \"react-native-svg\";\n\nexport const IconDotGrid1x3VerticalTight: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"2\" fill=\"currentColor\" />\n <Circle cx=\"12\" cy=\"19\" r=\"2\" fill=\"currentColor\" />\n <Circle cx=\"12\" cy=\"5\" r=\"2\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconDotGrid1x3VerticalTight;\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,UAAAG,MAAc,mBAEhB,IAAMC,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,KAAK,eAAe,EAClDG,EAAA,cAACH,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,KAAK,eAAe,EAClDG,EAAA,cAACH,EAAA,CAAO,GAAG,KAAK,GAAG,IAAI,EAAE,IAAI,KAAK,eAAe,CACnD,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","IconDotGrid1x3VerticalTight","props","React","CentralIconBase","IconDotGrid1x3VerticalTight_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)e(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of I(o))!x.call(r,C)&&C!==t&&e(r,C,{get:()=>o[C],enumerable:!(l=B(o,C))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(P(r)):{},a(o||!r||!r.__esModule?e(t,"default",{value:r,enumerable:!0}):t,r)),H=r=>a(e({},"__esModule",{value:!0}),r);var V={};g(V,{IconPolitics:()=>i,default:()=>L});module.exports=H(V);var n=m(require("react"));var s=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>s.default.createElement(c.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"),i=r=>n.default.createElement(f,{...r},n.default.createElement(p.Path,{d:"M19.0732 19.166C18.9869 20.2025 18.1202 20.9999 17.0801 21H6.91992C5.87984 20.9999 5.01313 20.2025 4.92676 19.166L4.41309 13H19.5869L19.0732 19.166Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M15 1C16.1046 1 17 1.89543 17 3C17 3.0427 16.9958 3.08491 16.9932 3.12695L19 4.46484V7H20C20.5523 7 21 7.44772 21 8V10C21 10.5523 20.5523 11 20 11H4C3.44772 11 3 10.5523 3 10V8C3 7.44772 3.44772 7 4 7H5V4.46484L7.00586 3.12695C7.00322 3.08493 7 3.04268 7 3C7 1.89543 7.89543 1 9 1C10.1046 1 11 1.89543 11 3C11 4.10457 10.1046 5 9 5C8.68184 5 8.38229 4.92319 8.11523 4.79102L7 5.53516V7H17V5.53516L15.8838 4.79102C15.6169 4.92295 15.3178 5 15 5C13.8954 5 13 4.10457 13 3C13 1.89543 13.8954 1 15 1Z",fill:"currentColor"})),L=i;0&&(module.exports={IconPolitics});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPolitics/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 IconPolitics: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.0732 19.166C18.9869 20.2025 18.1202 20.9999 17.0801 21H6.91992C5.87984 20.9999 5.01313 20.2025 4.92676 19.166L4.41309 13H19.5869L19.0732 19.166Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15 1C16.1046 1 17 1.89543 17 3C17 3.0427 16.9958 3.08491 16.9932 3.12695L19 4.46484V7H20C20.5523 7 21 7.44772 21 8V10C21 10.5523 20.5523 11 20 11H4C3.44772 11 3 10.5523 3 10V8C3 7.44772 3.44772 7 4 7H5V4.46484L7.00586 3.12695C7.00322 3.08493 7 3.04268 7 3C7 1.89543 7.89543 1 9 1C10.1046 1 11 1.89543 11 3C11 4.10457 10.1046 5 9 5C8.68184 5 8.38229 4.92319 8.11523 4.79102L7 5.53516V7H17V5.53516L15.8838 4.79102C15.6169 4.92295 15.3178 5 15 5C13.8954 5 13 4.10457 13 3C13 1.89543 13.8954 1 15 1Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPolitics;\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,uJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mfACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPolitics_exports","__export","IconPolitics","IconPolitics_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPolitics","props","React","CentralIconBase","IconPolitics_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var C=({children:o,size:r=24,...n})=>p.createElement(l,{...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 e}from"react-native-svg";var a=o=>t.createElement(C,{...o},t.createElement(e,{d:"M19.0732 19.166C18.9869 20.2025 18.1202 20.9999 17.0801 21H6.91992C5.87984 20.9999 5.01313 20.2025 4.92676 19.166L4.41309 13H19.5869L19.0732 19.166Z",fill:"currentColor"}),t.createElement(e,{d:"M15 1C16.1046 1 17 1.89543 17 3C17 3.0427 16.9958 3.08491 16.9932 3.12695L19 4.46484V7H20C20.5523 7 21 7.44772 21 8V10C21 10.5523 20.5523 11 20 11H4C3.44772 11 3 10.5523 3 10V8C3 7.44772 3.44772 7 4 7H5V4.46484L7.00586 3.12695C7.00322 3.08493 7 3.04268 7 3C7 1.89543 7.89543 1 9 1C10.1046 1 11 1.89543 11 3C11 4.10457 10.1046 5 9 5C8.68184 5 8.38229 4.92319 8.11523 4.79102L7 5.53516V7H17V5.53516L15.8838 4.79102C15.6169 4.92295 15.3178 5 15 5C13.8954 5 13 4.10457 13 3C13 1.89543 13.8954 1 15 1Z",fill:"currentColor"})),x=a;export{a as IconPolitics,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPolitics/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 IconPolitics: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.0732 19.166C18.9869 20.2025 18.1202 20.9999 17.0801 21H6.91992C5.87984 20.9999 5.01313 20.2025 4.92676 19.166L4.41309 13H19.5869L19.0732 19.166Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15 1C16.1046 1 17 1.89543 17 3C17 3.0427 16.9958 3.08491 16.9932 3.12695L19 4.46484V7H20C20.5523 7 21 7.44772 21 8V10C21 10.5523 20.5523 11 20 11H4C3.44772 11 3 10.5523 3 10V8C3 7.44772 3.44772 7 4 7H5V4.46484L7.00586 3.12695C7.00322 3.08493 7 3.04268 7 3C7 1.89543 7.89543 1 9 1C10.1046 1 11 1.89543 11 3C11 4.10457 10.1046 5 9 5C8.68184 5 8.38229 4.92319 8.11523 4.79102L7 5.53516V7H17V5.53516L15.8838 4.79102C15.6169 4.92295 15.3178 5 15 5C13.8954 5 13 4.10457 13 3C13 1.89543 13.8954 1 15 1Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPolitics;\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,uJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mfACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPolitics","props","React","CentralIconBase","IconPolitics_default"]}
|
package/README.md
CHANGED
|
@@ -1043,7 +1043,9 @@ Below is a complete list of available icons:
|
|
|
1043
1043
|
- IconCrossSmall
|
|
1044
1044
|
- IconDeepSearch
|
|
1045
1045
|
- IconDotGrid1x3Horizontal
|
|
1046
|
+
- IconDotGrid1x3HorizontalTight
|
|
1046
1047
|
- IconDotGrid1x3Vertical
|
|
1048
|
+
- IconDotGrid1x3VerticalTight
|
|
1047
1049
|
- IconDotGrid2x3
|
|
1048
1050
|
- IconDotGrid3x3
|
|
1049
1051
|
- IconDoupleCheck
|
|
@@ -1822,6 +1824,7 @@ Below is a complete list of available icons:
|
|
|
1822
1824
|
- IconPlugin1
|
|
1823
1825
|
- IconPlugin2
|
|
1824
1826
|
- IconPokeball
|
|
1827
|
+
- IconPolitics
|
|
1825
1828
|
- IconPropeller
|
|
1826
1829
|
- IconPushTheButton
|
|
1827
1830
|
- IconPuzzle
|
|
@@ -1967,6 +1970,7 @@ Below is a complete list of available icons:
|
|
|
1967
1970
|
|
|
1968
1971
|
### Vehicles
|
|
1969
1972
|
|
|
1973
|
+
- IconBoat
|
|
1970
1974
|
- IconSteeringWheel1
|
|
1971
1975
|
|
|
1972
1976
|
### Vehicles & Aircrafts
|
package/filtered-icons.json
CHANGED
|
@@ -3444,6 +3444,20 @@
|
|
|
3444
3444
|
"packageName": "round-filled-radius-1-stroke-2",
|
|
3445
3445
|
"componentName": "IconBoard"
|
|
3446
3446
|
},
|
|
3447
|
+
{
|
|
3448
|
+
"category": "Vehicles",
|
|
3449
|
+
"svg": "<path d=\"M11.0739 2.09681C12.3954 1.26801 13.9968 2.28762 13.9968 3.76673V16.0001H20.1462C22.0362 16.0007 22.8711 18.3807 21.3952 19.5616L18.8952 21.5616C18.5408 21.8452 18.1001 22 17.6462 22.0001H6.34739C5.89347 22.0001 5.45288 21.8451 5.09836 21.5616L2.59836 19.5616C1.12214 18.3807 1.95696 16.0003 3.84739 16.0001H11.9968V13.5714C9.66573 13.5431 7.33075 13.6191 5.13059 13.8263C3.77538 13.9539 2.47058 12.6215 3.13059 11.1437L3.31418 10.7492C5.26409 6.70538 8.93454 3.65077 10.947 2.18274L11.0739 2.09681Z\" fill=\"currentColor\"/><path d=\"M15.9968 5.59583C17.6057 7.00321 19.0519 8.89931 19.9714 11.2531C20.5327 12.6908 19.2949 13.9736 17.9616 13.8615C17.3167 13.8071 16.6605 13.759 15.9968 13.7189V5.59583Z\" fill=\"currentColor\"/>",
|
|
3450
|
+
"iconName": "boat, ship, sailing",
|
|
3451
|
+
"variant": {
|
|
3452
|
+
"join": "round",
|
|
3453
|
+
"filled": "on",
|
|
3454
|
+
"radius": "1",
|
|
3455
|
+
"stroke": "2"
|
|
3456
|
+
},
|
|
3457
|
+
"createdAt": "2026-02-12T18:00:19.026123+00:00",
|
|
3458
|
+
"packageName": "round-filled-radius-1-stroke-2",
|
|
3459
|
+
"componentName": "IconBoat"
|
|
3460
|
+
},
|
|
3447
3461
|
{
|
|
3448
3462
|
"category": "Typography",
|
|
3449
3463
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 5.875C5 4.38026 6.17769 3 7.83333 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 21H7.83333C6.17769 21 5 19.6197 5 18.125V5.875Z\" 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\"/>",
|
|
@@ -8750,6 +8764,20 @@
|
|
|
8750
8764
|
"packageName": "round-filled-radius-1-stroke-2",
|
|
8751
8765
|
"componentName": "IconDotGrid1x3Horizontal"
|
|
8752
8766
|
},
|
|
8767
|
+
{
|
|
8768
|
+
"category": "Interface General",
|
|
8769
|
+
"svg": "<circle cx=\"12\" cy=\"12\" r=\"2\" fill=\"currentColor\"/><circle cx=\"19\" cy=\"12\" r=\"2\" fill=\"currentColor\"/><circle cx=\"5\" cy=\"12\" r=\"2\" fill=\"currentColor\"/>",
|
|
8770
|
+
"iconName": "dot-grid-1x3-horizontal-tight, menu, drag, grab",
|
|
8771
|
+
"variant": {
|
|
8772
|
+
"join": "round",
|
|
8773
|
+
"filled": "on",
|
|
8774
|
+
"radius": "1",
|
|
8775
|
+
"stroke": "2"
|
|
8776
|
+
},
|
|
8777
|
+
"createdAt": "2026-02-10T08:00:47.98276+00:00",
|
|
8778
|
+
"packageName": "round-filled-radius-1-stroke-2",
|
|
8779
|
+
"componentName": "IconDotGrid1x3HorizontalTight"
|
|
8780
|
+
},
|
|
8753
8781
|
{
|
|
8754
8782
|
"category": "Interface General",
|
|
8755
8783
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 4C10 2.89543 10.8954 2 12 2C13.1046 2 14 2.89543 14 4C14 5.10457 13.1046 6 12 6C10.8954 6 10 5.10457 10 4ZM10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12ZM10 20C10 18.8954 10.8954 18 12 18C13.1046 18 14 18.8954 14 20C14 21.1046 13.1046 22 12 22C10.8954 22 10 21.1046 10 20Z\" fill=\"currentColor\"/>",
|
|
@@ -8764,6 +8792,20 @@
|
|
|
8764
8792
|
"packageName": "round-filled-radius-1-stroke-2",
|
|
8765
8793
|
"componentName": "IconDotGrid1x3Vertical"
|
|
8766
8794
|
},
|
|
8795
|
+
{
|
|
8796
|
+
"category": "Interface General",
|
|
8797
|
+
"svg": "<circle cx=\"12\" cy=\"12\" r=\"2\" fill=\"currentColor\"/><circle cx=\"12\" cy=\"19\" r=\"2\" fill=\"currentColor\"/><circle cx=\"12\" cy=\"5\" r=\"2\" fill=\"currentColor\"/>",
|
|
8798
|
+
"iconName": "dot-grid-1x3-vertical-tight, menu, drag, grab",
|
|
8799
|
+
"variant": {
|
|
8800
|
+
"join": "round",
|
|
8801
|
+
"filled": "on",
|
|
8802
|
+
"radius": "1",
|
|
8803
|
+
"stroke": "2"
|
|
8804
|
+
},
|
|
8805
|
+
"createdAt": "2026-02-10T08:00:47.98276+00:00",
|
|
8806
|
+
"packageName": "round-filled-radius-1-stroke-2",
|
|
8807
|
+
"componentName": "IconDotGrid1x3VerticalTight"
|
|
8808
|
+
},
|
|
8767
8809
|
{
|
|
8768
8810
|
"category": "Interface General",
|
|
8769
8811
|
"svg": "<path d=\"M9 3C7.89543 3 7 3.89543 7 5C7 6.10457 7.89543 7 9 7C10.1046 7 11 6.10457 11 5C11 3.89543 10.1046 3 9 3Z\" fill=\"currentColor\"/><path d=\"M15 3C13.8954 3 13 3.89543 13 5C13 6.10457 13.8954 7 15 7C16.1046 7 17 6.10457 17 5C17 3.89543 16.1046 3 15 3Z\" fill=\"currentColor\"/><path d=\"M9 10C7.89543 10 7 10.8954 7 12C7 13.1046 7.89543 14 9 14C10.1046 14 11 13.1046 11 12C11 10.8954 10.1046 10 9 10Z\" fill=\"currentColor\"/><path d=\"M15 10C13.8954 10 13 10.8954 13 12C13 13.1046 13.8954 14 15 14C16.1046 14 17 13.1046 17 12C17 10.8954 16.1046 10 15 10Z\" fill=\"currentColor\"/><path d=\"M9 17C7.89543 17 7 17.8954 7 19C7 20.1046 7.89543 21 9 21C10.1046 21 11 20.1046 11 19C11 17.8954 10.1046 17 9 17Z\" fill=\"currentColor\"/><path d=\"M15 17C13.8954 17 13 17.8954 13 19C13 20.1046 13.8954 21 15 21C16.1046 21 17 20.1046 17 19C17 17.8954 16.1046 17 15 17Z\" fill=\"currentColor\"/>",
|
|
@@ -12533,7 +12575,7 @@
|
|
|
12533
12575
|
{
|
|
12534
12576
|
"category": "Edit",
|
|
12535
12577
|
"svg": "<path d=\"M19.4138 3.00009C18.6327 2.21904 17.3664 2.21905 16.5854 3.0001L13.7854 5.80007C10.3895 3.7905 6.33541 3.4425 3.88873 5.88918C2.31808 7.45983 1.90595 9.73395 2.33048 11.9981C2.75608 14.2679 4.03118 16.6382 6.01005 18.6171C7.20752 19.8146 8.49446 20.6459 9.55254 21.1801C10.0821 21.4474 10.5625 21.6445 10.9562 21.7771C11.3068 21.8952 11.6967 22.0001 11.9996 22.0001C12.5519 22.0001 12.9996 21.5524 12.9996 21.0001C12.9996 20.4478 12.5519 20.0001 11.9996 20.0001C12.0179 20.0001 12.0158 19.9996 11.991 19.9943C11.9443 19.9842 11.8169 19.9566 11.5946 19.8817C11.2978 19.7817 10.905 19.6224 10.4539 19.3947C9.5506 18.9387 8.4463 18.2249 7.42426 17.2029C5.69316 15.4718 4.63839 13.4544 4.29622 11.6295C3.95298 9.79889 4.33519 8.27115 5.30294 7.30339C6.72865 5.87769 9.46289 5.73508 12.3189 7.26661L10.5854 9.0001C10.2104 9.37517 9.99964 9.88388 9.99964 10.4143V13.0001C9.99964 13.5524 10.4474 14.0001 10.9996 14.0001H13.602C14.1333 14.0001 14.6428 13.7887 15.018 13.4126L16.9919 11.4337C18.0283 12.7605 18.718 14.0188 18.9981 15.0883C19.3215 16.3235 19.0807 17.1546 18.3749 17.7192C17.9278 18.077 17.4104 18.104 16.7273 17.8218C16.0153 17.5277 15.2921 16.9508 14.7117 16.3902C14.3145 16.0065 13.6814 16.0175 13.2977 16.4147C12.914 16.812 12.925 17.445 13.3222 17.8287C13.9666 18.4511 14.9054 19.2331 15.9638 19.6703C17.0511 20.1195 18.4127 20.2503 19.6243 19.281C21.1329 18.0741 21.3883 16.3208 20.9328 14.5817C20.545 13.1008 19.631 11.5279 18.4141 10.008L21.0022 7.41342C21.7816 6.63209 21.7808 5.36712 21.0005 4.58676L19.4138 3.00009Z\" fill=\"currentColor\"/>",
|
|
12536
|
-
"iconName": "highlight, mark, freehand",
|
|
12578
|
+
"iconName": "highlight, mark, freehand, drawing, paint",
|
|
12537
12579
|
"variant": {
|
|
12538
12580
|
"join": "round",
|
|
12539
12581
|
"filled": "on",
|
|
@@ -13205,7 +13247,7 @@
|
|
|
13205
13247
|
{
|
|
13206
13248
|
"category": "Edit",
|
|
13207
13249
|
"svg": "<path d=\"M9 3C9.55228 3 10 3.44772 10 4V20C10 20.5523 9.55228 21 9 21C8.44772 21 8 20.5523 8 20V4C8 3.44772 8.44772 3 9 3Z\" fill=\"currentColor\"/><path d=\"M6 18H4C2.89543 18 2 17.1046 2 16V8C2 6.89543 2.89543 6 4 6H6V18Z\" fill=\"currentColor\"/><path d=\"M20 6C21.1046 6 22 6.89543 22 8V16C22 17.1046 21.1046 18 20 18H12V6H20Z\" fill=\"currentColor\"/>",
|
|
13208
|
-
"iconName": "input-form, text-area, prompt",
|
|
13250
|
+
"iconName": "input-form, text-area, prompt, rename",
|
|
13209
13251
|
"variant": {
|
|
13210
13252
|
"join": "round",
|
|
13211
13253
|
"filled": "on",
|
|
@@ -16705,7 +16747,7 @@
|
|
|
16705
16747
|
{
|
|
16706
16748
|
"category": "Edit",
|
|
16707
16749
|
"svg": "<path d=\"M15.5858 2.49997C16.3668 1.71892 17.6332 1.71892 18.4142 2.49997L21.5 5.58576C22.281 6.36681 22.2811 7.63314 21.5 8.41419L8.5 21.4142C8.12493 21.7893 7.61622 22 7.08579 22H3C2.44772 22 2 21.5523 2 21V16.9142C2 16.3838 2.21071 15.8751 2.58579 15.5L15.5858 2.49997Z\" fill=\"currentColor\"/><path d=\"M14 20C13.4477 20 13 20.4477 13 21C13 21.5523 13.4477 22 14 22H21C21.5523 22 22 21.5523 22 21C22 20.4477 21.5523 20 21 20H14Z\" fill=\"currentColor\"/>",
|
|
16708
|
-
"iconName": "pencil-line",
|
|
16750
|
+
"iconName": "pencil-line, signature, write",
|
|
16709
16751
|
"variant": {
|
|
16710
16752
|
"join": "round",
|
|
16711
16753
|
"filled": "on",
|
|
@@ -16733,7 +16775,7 @@
|
|
|
16733
16775
|
{
|
|
16734
16776
|
"category": "Edit",
|
|
16735
16777
|
"svg": "<path d=\"M18.4142 2.99985C17.6332 2.2188 16.3668 2.2188 15.5858 2.99985L2.29289 16.2927C2.10536 16.4803 2 16.7346 2 16.9998V19.9998C2 20.5521 2.44772 20.9998 3 20.9998H6C6.26522 20.9998 6.51957 20.8945 6.70711 20.707L20 7.41406C20.7811 6.63301 20.781 5.36668 20 4.58564L18.4142 2.99985Z\" fill=\"currentColor\"/><path d=\"M21.6709 18.7487C21.6219 18.8012 21.5529 18.8729 21.4662 18.9574C21.2939 19.1255 21.0459 19.3497 20.7409 19.5758C20.16 20.0063 19.2374 20.5445 18.166 20.5445C17.1605 20.5445 16.2884 20.0807 15.6631 19.7481L15.5973 19.7131C14.874 19.3292 14.4294 19.1152 13.9866 19.1152C12.9302 19.1152 12.2548 19.6726 11.7268 20.2313C11.3475 20.6328 10.7146 20.6507 10.3132 20.2714C9.91177 19.892 9.89385 19.2591 10.2732 18.8577C10.9266 18.1662 12.0974 17.1152 13.9866 17.1152C14.9734 17.1152 15.8365 17.5747 16.4551 17.9041L16.5349 17.9466C17.2522 18.3273 17.7074 18.5445 18.166 18.5445C18.5947 18.5445 19.089 18.3106 19.5501 17.9689C19.7661 17.8088 19.9454 17.647 20.07 17.5255C20.1568 17.4409 20.2035 17.3909 20.2444 17.3451C20.6009 16.9337 21.2418 16.8876 21.6537 17.2434C22.1297 17.6545 22.0719 18.3189 21.6709 18.7487Z\" fill=\"currentColor\"/>",
|
|
16736
|
-
"iconName": "pencil-wave",
|
|
16778
|
+
"iconName": "pencil-wave, signature, write",
|
|
16737
16779
|
"variant": {
|
|
16738
16780
|
"join": "round",
|
|
16739
16781
|
"filled": "on",
|
|
@@ -17584,6 +17626,20 @@
|
|
|
17584
17626
|
"packageName": "round-filled-radius-1-stroke-2",
|
|
17585
17627
|
"componentName": "IconPokeball"
|
|
17586
17628
|
},
|
|
17629
|
+
{
|
|
17630
|
+
"category": "Things",
|
|
17631
|
+
"svg": "<path d=\"M19.0732 19.166C18.9869 20.2025 18.1202 20.9999 17.0801 21H6.91992C5.87984 20.9999 5.01313 20.2025 4.92676 19.166L4.41309 13H19.5869L19.0732 19.166Z\" fill=\"currentColor\"/><path d=\"M15 1C16.1046 1 17 1.89543 17 3C17 3.0427 16.9958 3.08491 16.9932 3.12695L19 4.46484V7H20C20.5523 7 21 7.44772 21 8V10C21 10.5523 20.5523 11 20 11H4C3.44772 11 3 10.5523 3 10V8C3 7.44772 3.44772 7 4 7H5V4.46484L7.00586 3.12695C7.00322 3.08493 7 3.04268 7 3C7 1.89543 7.89543 1 9 1C10.1046 1 11 1.89543 11 3C11 4.10457 10.1046 5 9 5C8.68184 5 8.38229 4.92319 8.11523 4.79102L7 5.53516V7H17V5.53516L15.8838 4.79102C15.6169 4.92295 15.3178 5 15 5C13.8954 5 13 4.10457 13 3C13 1.89543 13.8954 1 15 1Z\" fill=\"currentColor\"/>",
|
|
17632
|
+
"iconName": "politics, speaker, press-conference, speech",
|
|
17633
|
+
"variant": {
|
|
17634
|
+
"join": "round",
|
|
17635
|
+
"filled": "on",
|
|
17636
|
+
"radius": "1",
|
|
17637
|
+
"stroke": "2"
|
|
17638
|
+
},
|
|
17639
|
+
"createdAt": "2026-02-10T08:00:47.98276+00:00",
|
|
17640
|
+
"packageName": "round-filled-radius-1-stroke-2",
|
|
17641
|
+
"componentName": "IconPolitics"
|
|
17642
|
+
},
|
|
17587
17643
|
{
|
|
17588
17644
|
"category": "Emoji",
|
|
17589
17645
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 4.00003C12 2.98834 12.8943 1.81265 14.2366 2.15437C16.3994 2.70496 18 4.66431 18 7.00003C18 7.81828 17.8031 8.59091 17.4546 9.27272C18.9445 9.85459 20 11.304 20 13C20 13.4378 19.9295 13.8574 19.7997 14.2493C21.0892 14.7653 22 16.0263 22 17.5C22 19.433 20.433 21 18.5 21H5.5C3.567 21 2 19.433 2 17.5C2 16.0263 2.91085 14.7653 4.2003 14.2493C4.07052 13.8574 4 13.4378 4 13C4 11.4173 4.91885 10.0497 6.25252 9.40109C6.08934 8.96488 6 8.49262 6 8.00003C6 5.79089 7.79086 4.00003 10 4.00003H12ZM11 9C10.4477 9 10 9.44772 10 10C10 10.5523 10.4477 11 11 11H12C12.5523 11 13 10.5523 13 10C13 9.44772 12.5523 9 12 9H11ZM14 14C13.4477 14 13 14.4477 13 15C13 15.5523 13.4477 16 14 16H15C15.5523 16 16 15.5523 16 15C16 14.4477 15.5523 14 15 14H14Z\" fill=\"currentColor\"/>",
|
|
@@ -22249,7 +22305,7 @@
|
|
|
22249
22305
|
{
|
|
22250
22306
|
"category": "Edit",
|
|
22251
22307
|
"svg": "<path d=\"M19.9142 4.49985C19.1332 3.7188 17.8668 3.7188 17.0858 4.49985L7.58579 13.9998C7.21071 14.3749 7 14.8836 7 15.4141V18.9998C7 19.5521 7.44772 19.9998 8 19.9998H11.5858C12.1162 19.9998 12.6249 19.7891 13 19.4141L22.5 9.91406C23.281 9.13302 23.2811 7.86669 22.5 7.08564L19.9142 4.49985Z\" fill=\"currentColor\"/><path d=\"M2 4.99985C1.44772 4.99985 1 5.44756 1 5.99985C1 6.55213 1.44772 6.99985 2 6.99985H9C9.55228 6.99985 10 6.55213 10 5.99985C10 5.44756 9.55228 4.99985 9 4.99985H2Z\" fill=\"currentColor\"/><path d=\"M2 8.99985C1.44772 8.99985 1 9.44756 1 9.99985C1 10.5521 1.44772 10.9998 2 10.9998H6C6.55228 10.9998 7 10.5521 7 9.99985C7 9.44756 6.55228 8.99985 6 8.99985H2Z\" fill=\"currentColor\"/>",
|
|
22252
|
-
"iconName": "text-edit, prompts, comment",
|
|
22308
|
+
"iconName": "text-edit, prompts, comment, draft",
|
|
22253
22309
|
"variant": {
|
|
22254
22310
|
"join": "round",
|
|
22255
22311
|
"filled": "on",
|
|
@@ -24671,7 +24727,7 @@
|
|
|
24671
24727
|
{
|
|
24672
24728
|
"category": "Edit",
|
|
24673
24729
|
"svg": "<path d=\"M19.4142 3.00008C18.6332 2.21904 17.3668 2.21905 16.5858 3.00009L11.5858 8.0001C11.2107 8.37517 11 8.88388 11 9.41431V12.0001C11 12.2654 11.1054 12.5197 11.2929 12.7072C11.4804 12.8948 11.7348 13.0001 12 13.0001L14.5858 13.0001C15.1162 13.0001 15.6249 12.7894 16 12.4143L21 7.41426C21.7811 6.6332 21.781 5.36687 21 4.58583L19.4142 3.00008Z\" fill=\"currentColor\"/><path d=\"M6 11.0002C4.34315 11.0002 3 12.3434 3 14.0002C3 15.6571 4.34315 17.0002 6 17.0002H16C16.5523 17.0002 17 17.448 17 18.0002C17 18.5525 16.5523 19.0002 16 19.0002H12C11.4477 19.0002 11 19.448 11 20.0002C11 20.5525 11.4477 21.0002 12 21.0002H16C17.6569 21.0002 19 19.6571 19 18.0002C19 16.3434 17.6569 15.0002 16 15.0002H6C5.44772 15.0002 5 14.5525 5 14.0002C5 13.448 5.44772 13.0002 6 13.0002H8C8.55228 13.0002 9 12.5525 9 12.0002C9 11.448 8.55228 11.0002 8 11.0002H6Z\" fill=\"currentColor\"/>",
|
|
24674
|
-
"iconName": "writing",
|
|
24730
|
+
"iconName": "writing, sketching, drawing",
|
|
24675
24731
|
"variant": {
|
|
24676
24732
|
"join": "round",
|
|
24677
24733
|
"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"
|
|
@@ -624,7 +625,9 @@ export type CentralIconName =
|
|
|
624
625
|
| "IconDoorHanger"
|
|
625
626
|
| "IconDossier"
|
|
626
627
|
| "IconDotGrid1x3Horizontal"
|
|
628
|
+
| "IconDotGrid1x3HorizontalTight"
|
|
627
629
|
| "IconDotGrid1x3Vertical"
|
|
630
|
+
| "IconDotGrid1x3VerticalTight"
|
|
628
631
|
| "IconDotGrid2x3"
|
|
629
632
|
| "IconDotGrid3x3"
|
|
630
633
|
| "IconDoupleCheck"
|
|
@@ -1255,6 +1258,7 @@ export type CentralIconName =
|
|
|
1255
1258
|
| "IconPointChart"
|
|
1256
1259
|
| "IconPointer"
|
|
1257
1260
|
| "IconPokeball"
|
|
1261
|
+
| "IconPolitics"
|
|
1258
1262
|
| "IconPoop"
|
|
1259
1263
|
| "IconPopcorn"
|
|
1260
1264
|
| "IconPopsicle1"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-1-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.124",
|
|
4
4
|
"style": "round-filled-radius-1-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-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": 1775,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 67,
|
|
@@ -880,7 +880,7 @@
|
|
|
880
880
|
]
|
|
881
881
|
},
|
|
882
882
|
"Interface General": {
|
|
883
|
-
"count":
|
|
883
|
+
"count": 182,
|
|
884
884
|
"icons": [
|
|
885
885
|
"IconAnchor1",
|
|
886
886
|
"IconAnchor2",
|
|
@@ -951,7 +951,9 @@
|
|
|
951
951
|
"IconCrossSmall",
|
|
952
952
|
"IconDeepSearch",
|
|
953
953
|
"IconDotGrid1x3Horizontal",
|
|
954
|
+
"IconDotGrid1x3HorizontalTight",
|
|
954
955
|
"IconDotGrid1x3Vertical",
|
|
956
|
+
"IconDotGrid1x3VerticalTight",
|
|
955
957
|
"IconDotGrid2x3",
|
|
956
958
|
"IconDotGrid3x3",
|
|
957
959
|
"IconDoupleCheck",
|
|
@@ -1677,7 +1679,7 @@
|
|
|
1677
1679
|
]
|
|
1678
1680
|
},
|
|
1679
1681
|
"Things": {
|
|
1680
|
-
"count":
|
|
1682
|
+
"count": 123,
|
|
1681
1683
|
"icons": [
|
|
1682
1684
|
"IconAnvil",
|
|
1683
1685
|
"IconBackpack",
|
|
@@ -1756,6 +1758,7 @@
|
|
|
1756
1758
|
"IconPlugin1",
|
|
1757
1759
|
"IconPlugin2",
|
|
1758
1760
|
"IconPokeball",
|
|
1761
|
+
"IconPolitics",
|
|
1759
1762
|
"IconPropeller",
|
|
1760
1763
|
"IconPushTheButton",
|
|
1761
1764
|
"IconPuzzle",
|
|
@@ -1905,8 +1908,8 @@
|
|
|
1905
1908
|
]
|
|
1906
1909
|
},
|
|
1907
1910
|
"Vehicles": {
|
|
1908
|
-
"count":
|
|
1909
|
-
"icons": ["IconSteeringWheel1"]
|
|
1911
|
+
"count": 2,
|
|
1912
|
+
"icons": ["IconBoat", "IconSteeringWheel1"]
|
|
1910
1913
|
},
|
|
1911
1914
|
"Vehicles & Aircrafts": {
|
|
1912
1915
|
"count": 35,
|
|
@@ -2220,6 +2223,7 @@
|
|
|
2220
2223
|
"IconBluetooth": "bluetooth",
|
|
2221
2224
|
"IconBlur": "blur",
|
|
2222
2225
|
"IconBoard": "board, moodboard, layout, template",
|
|
2226
|
+
"IconBoat": "boat, ship, sailing",
|
|
2223
2227
|
"IconBold": "bold",
|
|
2224
2228
|
"IconBolt": "bolt",
|
|
2225
2229
|
"IconBomb": "bomb, boom",
|
|
@@ -2599,7 +2603,9 @@
|
|
|
2599
2603
|
"IconDoorHanger": "door-hanger, sign, do-not-disdurb",
|
|
2600
2604
|
"IconDossier": "dossier",
|
|
2601
2605
|
"IconDotGrid1x3Horizontal": "dot-grid-1x3-horizontal, menu, drag, grab",
|
|
2606
|
+
"IconDotGrid1x3HorizontalTight": "dot-grid-1x3-horizontal-tight, menu, drag, grab",
|
|
2602
2607
|
"IconDotGrid1x3Vertical": "dot-grid-1x3-vertical, menu, drag, grab",
|
|
2608
|
+
"IconDotGrid1x3VerticalTight": "dot-grid-1x3-vertical-tight, menu, drag, grab",
|
|
2603
2609
|
"IconDotGrid2x3": "dot-grid-2x3, menu, drag, grab",
|
|
2604
2610
|
"IconDotGrid3x3": "dot-grid-3x3, menu, drag, grab",
|
|
2605
2611
|
"IconDoupleCheck": "douple-check",
|
|
@@ -2869,7 +2875,7 @@
|
|
|
2869
2875
|
"IconHeart": "heart, like, health, life, favorite",
|
|
2870
2876
|
"IconHeart2": "heart-2, like, health, life, fav",
|
|
2871
2877
|
"IconHeartBeat": "heart-beat, heart rate, pulse",
|
|
2872
|
-
"IconHighlight": "highlight, mark, freehand",
|
|
2878
|
+
"IconHighlight": "highlight, mark, freehand, drawing, paint",
|
|
2873
2879
|
"IconHighlights": "highlights",
|
|
2874
2880
|
"IconHistory": "history, back, timeline",
|
|
2875
2881
|
"IconHome": "home, house",
|
|
@@ -2917,7 +2923,7 @@
|
|
|
2917
2923
|
"IconInfinity": "infinity, loop, boomerang",
|
|
2918
2924
|
"IconInitiatives": "initiatives, nav, rooting",
|
|
2919
2925
|
"IconInjection": "injection",
|
|
2920
|
-
"IconInputForm": "input-form, text-area, prompt",
|
|
2926
|
+
"IconInputForm": "input-form, text-area, prompt, rename",
|
|
2921
2927
|
"IconInsights": "insights, analyze",
|
|
2922
2928
|
"IconInstagram": "instagram",
|
|
2923
2929
|
"IconIntegrations": "integrations, frames, keyframes, interactions",
|
|
@@ -3167,9 +3173,9 @@
|
|
|
3167
3173
|
"IconPayment": "payment, flow, connection",
|
|
3168
3174
|
"IconPeace": "peace",
|
|
3169
3175
|
"IconPencil": "pencil, edit, write",
|
|
3170
|
-
"IconPencilLine": "pencil-line",
|
|
3176
|
+
"IconPencilLine": "pencil-line, signature, write",
|
|
3171
3177
|
"IconPencilSparkle": "pencil-sparkle, magic pencil, magic brush",
|
|
3172
|
-
"IconPencilWave": "pencil-wave",
|
|
3178
|
+
"IconPencilWave": "pencil-wave, signature, write",
|
|
3173
3179
|
"IconPeople": "people, user, person, avatar",
|
|
3174
3180
|
"IconPeople2": "people-2",
|
|
3175
3181
|
"IconPeopleAdd": "people-add, user-add",
|
|
@@ -3230,6 +3236,7 @@
|
|
|
3230
3236
|
"IconPointChart": "point-chart, dots",
|
|
3231
3237
|
"IconPointer": "pointer, hand",
|
|
3232
3238
|
"IconPokeball": "pokeball, catch",
|
|
3239
|
+
"IconPolitics": "politics, speaker, press-conference, speech",
|
|
3233
3240
|
"IconPoop": "poop, spam",
|
|
3234
3241
|
"IconPopcorn": "popcorn, movies, series",
|
|
3235
3242
|
"IconPopsicle1": "popsicle-1, ice-cream, sweets",
|
|
@@ -3563,7 +3570,7 @@
|
|
|
3563
3570
|
"IconTextareaDrag": "textarea-drag",
|
|
3564
3571
|
"IconTextBlock": "text-block",
|
|
3565
3572
|
"IconTextColor": "text-color",
|
|
3566
|
-
"IconTextEdit": "text-edit, prompts, comment",
|
|
3573
|
+
"IconTextEdit": "text-edit, prompts, comment, draft",
|
|
3567
3574
|
"IconTextIndentLeft": "text-indent-left",
|
|
3568
3575
|
"IconTextIndentRight": "text-indent-right",
|
|
3569
3576
|
"IconTextIndicator": "text-indicator",
|
|
@@ -3736,7 +3743,7 @@
|
|
|
3736
3743
|
"IconWrite": "write, edit-list, list",
|
|
3737
3744
|
"IconWrite1": "write-1, fountain-pen",
|
|
3738
3745
|
"IconWrite2": "write-2, fountain-pen",
|
|
3739
|
-
"IconWriting": "writing",
|
|
3746
|
+
"IconWriting": "writing, sketching, drawing",
|
|
3740
3747
|
"IconX": "x",
|
|
3741
3748
|
"IconXbox": "xbox",
|
|
3742
3749
|
"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";
|
|
@@ -623,7 +624,9 @@ export { IconDoor, default as IconDoorDefault } from "./IconDoor";
|
|
|
623
624
|
export { IconDoorHanger, default as IconDoorHangerDefault, } from "./IconDoorHanger";
|
|
624
625
|
export { IconDossier, default as IconDossierDefault } from "./IconDossier";
|
|
625
626
|
export { IconDotGrid1x3Horizontal, default as IconDotGrid1x3HorizontalDefault, } from "./IconDotGrid1x3Horizontal";
|
|
627
|
+
export { IconDotGrid1x3HorizontalTight, default as IconDotGrid1x3HorizontalTightDefault, } from "./IconDotGrid1x3HorizontalTight";
|
|
626
628
|
export { IconDotGrid1x3Vertical, default as IconDotGrid1x3VerticalDefault, } from "./IconDotGrid1x3Vertical";
|
|
629
|
+
export { IconDotGrid1x3VerticalTight, default as IconDotGrid1x3VerticalTightDefault, } from "./IconDotGrid1x3VerticalTight";
|
|
627
630
|
export { IconDotGrid2x3, default as IconDotGrid2x3Default, } from "./IconDotGrid2x3";
|
|
628
631
|
export { IconDotGrid3x3, default as IconDotGrid3x3Default, } from "./IconDotGrid3x3";
|
|
629
632
|
export { IconDoupleCheck, default as IconDoupleCheckDefault, } from "./IconDoupleCheck";
|
|
@@ -1254,6 +1257,7 @@ export { IconPodcast2, default as IconPodcast2Default } from "./IconPodcast2";
|
|
|
1254
1257
|
export { IconPointChart, default as IconPointChartDefault, } from "./IconPointChart";
|
|
1255
1258
|
export { IconPointer, default as IconPointerDefault } from "./IconPointer";
|
|
1256
1259
|
export { IconPokeball, default as IconPokeballDefault } from "./IconPokeball";
|
|
1260
|
+
export { IconPolitics, default as IconPoliticsDefault } from "./IconPolitics";
|
|
1257
1261
|
export { IconPoop, default as IconPoopDefault } from "./IconPoop";
|
|
1258
1262
|
export { IconPopcorn, default as IconPopcornDefault } from "./IconPopcorn";
|
|
1259
1263
|
export { IconPopsicle1, default as IconPopsicle1Default, } from "./IconPopsicle1";
|