@central-icons-react-native/round-filled-radius-1-stroke-1.5 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.
@@ -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 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:"M10.8824 2.33178C12.0056 1.53478 13.3992 2.33574 13.5025 3.57689V14.5007H13.5455L13.5504 15.9997H20.1861C21.72 16.0003 22.5108 17.8347 21.4586 18.9509L19.1012 21.4509C18.7706 21.8012 18.3094 21.9996 17.8277 21.9997H6.18419C5.70287 21.9996 5.2432 21.8008 4.9127 21.4509L2.55137 18.9509C1.49753 17.8349 2.2888 15.9997 3.82384 15.9997H12.0504L12.0406 13.3669C9.60629 13.3134 7.16533 13.3679 4.86094 13.5798C3.66413 13.6894 2.5487 12.5209 3.10606 11.2488C5.00136 6.92913 8.81656 3.79793 10.8824 2.33178Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M15.0025 5.05346C16.9659 6.52494 18.8788 8.67094 19.9869 11.449C20.4831 12.6932 19.4115 13.8206 18.2359 13.7165C17.1804 13.6231 16.098 13.5442 15.0025 13.4831V5.05346Z",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=\"M10.8824 2.33178C12.0056 1.53478 13.3992 2.33574 13.5025 3.57689V14.5007H13.5455L13.5504 15.9997H20.1861C21.72 16.0003 22.5108 17.8347 21.4586 18.9509L19.1012 21.4509C18.7706 21.8012 18.3094 21.9996 17.8277 21.9997H6.18419C5.70287 21.9996 5.2432 21.8008 4.9127 21.4509L2.55137 18.9509C1.49753 17.8349 2.2888 15.9997 3.82384 15.9997H12.0504L12.0406 13.3669C9.60629 13.3134 7.16533 13.3679 4.86094 13.5798C3.66413 13.6894 2.5487 12.5209 3.10606 11.2488C5.00136 6.92913 8.81656 3.79793 10.8824 2.33178Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.0025 5.05346C16.9659 6.52494 18.8788 8.67094 19.9869 11.449C20.4831 12.6932 19.4115 13.8206 18.2359 13.7165C17.1804 13.6231 16.098 13.5442 15.0025 13.4831V5.05346Z\"\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,0KACF,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:"M10.8824 2.33178C12.0056 1.53478 13.3992 2.33574 13.5025 3.57689V14.5007H13.5455L13.5504 15.9997H20.1861C21.72 16.0003 22.5108 17.8347 21.4586 18.9509L19.1012 21.4509C18.7706 21.8012 18.3094 21.9996 17.8277 21.9997H6.18419C5.70287 21.9996 5.2432 21.8008 4.9127 21.4509L2.55137 18.9509C1.49753 17.8349 2.2888 15.9997 3.82384 15.9997H12.0504L12.0406 13.3669C9.60629 13.3134 7.16533 13.3679 4.86094 13.5798C3.66413 13.6894 2.5487 12.5209 3.10606 11.2488C5.00136 6.92913 8.81656 3.79793 10.8824 2.33178Z",fill:"currentColor"}),t.createElement(n,{d:"M15.0025 5.05346C16.9659 6.52494 18.8788 8.67094 19.9869 11.449C20.4831 12.6932 19.4115 13.8206 18.2359 13.7165C17.1804 13.6231 16.098 13.5442 15.0025 13.4831V5.05346Z",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=\"M10.8824 2.33178C12.0056 1.53478 13.3992 2.33574 13.5025 3.57689V14.5007H13.5455L13.5504 15.9997H20.1861C21.72 16.0003 22.5108 17.8347 21.4586 18.9509L19.1012 21.4509C18.7706 21.8012 18.3094 21.9996 17.8277 21.9997H6.18419C5.70287 21.9996 5.2432 21.8008 4.9127 21.4509L2.55137 18.9509C1.49753 17.8349 2.2888 15.9997 3.82384 15.9997H12.0504L12.0406 13.3669C9.60629 13.3134 7.16533 13.3679 4.86094 13.5798C3.66413 13.6894 2.5487 12.5209 3.10606 11.2488C5.00136 6.92913 8.81656 3.79793 10.8824 2.33178Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.0025 5.05346C16.9659 6.52494 18.8788 8.67094 19.9869 11.449C20.4831 12.6932 19.4115 13.8206 18.2359 13.7165C17.1804 13.6231 16.098 13.5442 15.0025 13.4831V5.05346Z\"\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,0KACF,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 IconDotGrid1x3HorizontalTight: FC<CentralIconBaseProps>;
4
+ export default IconDotGrid1x3HorizontalTight;
@@ -0,0 +1,2 @@
1
+ "use strict";var s=Object.create;var p=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},x=(r,o,t,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of g(o))!B.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(i=c(o,e))||i.enumerable});return r};var C=(r,o,t)=>(t=r!=null?s(u(r)):{},x(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),y=r=>x(p({},"__esModule",{value:!0}),r);var P={};I(P,{IconDotGrid1x3HorizontalTight:()=>f,default:()=>d});module.exports=y(P);var n=C(require("react"));var a=C(require("react")),h=require("react-native-svg"),m=({children:r,size:o=24,...t})=>a.default.createElement(h.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 l=require("react-native-svg"),f=r=>n.default.createElement(m,{...r},n.default.createElement(l.Rect,{x:"3",y:"10",width:"4",height:"4",rx:"1.75",fill:"currentColor"}),n.default.createElement(l.Rect,{x:"10",y:"10",width:"4",height:"4",rx:"1.75",fill:"currentColor"}),n.default.createElement(l.Rect,{x:"17",y:"10",width:"4",height:"4",rx:"1.75",fill:"currentColor"})),d=f;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 { Rect } from \"react-native-svg\";\n\nexport const IconDotGrid1x3HorizontalTight: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Rect x=\"3\" y=\"10\" width=\"4\" height=\"4\" rx=\"1.75\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" rx=\"1.75\" fill=\"currentColor\" />\n <Rect x=\"17\" y=\"10\" width=\"4\" height=\"4\" rx=\"1.75\" 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,EAAqB,4BAERC,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,IAAI,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,GAAG,OAAO,KAAK,eAAe,EACtE,EAAAA,QAAA,cAAC,QAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,GAAG,OAAO,KAAK,eAAe,EACvE,EAAAA,QAAA,cAAC,QAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,GAAG,OAAO,KAAK,eAAe,CACzE,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 l from"react";import{Svg as i}from"react-native-svg";var n=({children:t,size:r=24,...p})=>l.createElement(i,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Rect as e}from"react-native-svg";var x=t=>o.createElement(n,{...t},o.createElement(e,{x:"3",y:"10",width:"4",height:"4",rx:"1.75",fill:"currentColor"}),o.createElement(e,{x:"10",y:"10",width:"4",height:"4",rx:"1.75",fill:"currentColor"}),o.createElement(e,{x:"17",y:"10",width:"4",height:"4",rx:"1.75",fill:"currentColor"})),B=x;export{x as IconDotGrid1x3HorizontalTight,B 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 { Rect } from \"react-native-svg\";\n\nexport const IconDotGrid1x3HorizontalTight: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Rect x=\"3\" y=\"10\" width=\"4\" height=\"4\" rx=\"1.75\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" rx=\"1.75\" fill=\"currentColor\" />\n <Rect x=\"17\" y=\"10\" width=\"4\" height=\"4\" rx=\"1.75\" 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,QAAAG,MAAY,mBAEd,IAAMC,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,IAAI,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,GAAG,OAAO,KAAK,eAAe,EACtEG,EAAA,cAACH,EAAA,CAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,GAAG,OAAO,KAAK,eAAe,EACvEG,EAAA,cAACH,EAAA,CAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,GAAG,OAAO,KAAK,eAAe,CACzE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Rect","IconDotGrid1x3HorizontalTight","props","React","CentralIconBase","IconDotGrid1x3HorizontalTight_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconDotGrid1x3VerticalTight: FC<CentralIconBaseProps>;
4
+ export default IconDotGrid1x3VerticalTight;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var p=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},x=(r,o,t,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of g(o))!B.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(i=s(o,e))||i.enumerable});return r};var C=(r,o,t)=>(t=r!=null?f(u(r)):{},x(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),y=r=>x(p({},"__esModule",{value:!0}),r);var P={};I(P,{IconDotGrid1x3VerticalTight:()=>c,default:()=>d});module.exports=y(P);var n=C(require("react"));var a=C(require("react")),h=require("react-native-svg"),m=({children:r,size:o=24,...t})=>a.default.createElement(h.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 l=require("react-native-svg"),c=r=>n.default.createElement(m,{...r},n.default.createElement(l.Rect,{x:"10",y:"3",width:"4",height:"4",rx:"1.75",fill:"currentColor"}),n.default.createElement(l.Rect,{x:"10",y:"10",width:"4",height:"4",rx:"1.75",fill:"currentColor"}),n.default.createElement(l.Rect,{x:"10",y:"17",width:"4",height:"4",rx:"1.75",fill:"currentColor"})),d=c;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 { Rect } from \"react-native-svg\";\n\nexport const IconDotGrid1x3VerticalTight: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Rect x=\"10\" y=\"3\" width=\"4\" height=\"4\" rx=\"1.75\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" rx=\"1.75\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"17\" width=\"4\" height=\"4\" rx=\"1.75\" 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,EAAqB,4BAERC,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,KAAK,EAAE,IAAI,MAAM,IAAI,OAAO,IAAI,GAAG,OAAO,KAAK,eAAe,EACtE,EAAAA,QAAA,cAAC,QAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,GAAG,OAAO,KAAK,eAAe,EACvE,EAAAA,QAAA,cAAC,QAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,GAAG,OAAO,KAAK,eAAe,CACzE,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 l from"react";import{Svg as i}from"react-native-svg";var n=({children:t,size:r=24,...p})=>l.createElement(i,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Rect as e}from"react-native-svg";var x=t=>o.createElement(n,{...t},o.createElement(e,{x:"10",y:"3",width:"4",height:"4",rx:"1.75",fill:"currentColor"}),o.createElement(e,{x:"10",y:"10",width:"4",height:"4",rx:"1.75",fill:"currentColor"}),o.createElement(e,{x:"10",y:"17",width:"4",height:"4",rx:"1.75",fill:"currentColor"})),B=x;export{x as IconDotGrid1x3VerticalTight,B 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 { Rect } from \"react-native-svg\";\n\nexport const IconDotGrid1x3VerticalTight: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Rect x=\"10\" y=\"3\" width=\"4\" height=\"4\" rx=\"1.75\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" rx=\"1.75\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"17\" width=\"4\" height=\"4\" rx=\"1.75\" 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,QAAAG,MAAY,mBAEd,IAAMC,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,KAAK,EAAE,IAAI,MAAM,IAAI,OAAO,IAAI,GAAG,OAAO,KAAK,eAAe,EACtEG,EAAA,cAACH,EAAA,CAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,GAAG,OAAO,KAAK,eAAe,EACvEG,EAAA,cAACH,EAAA,CAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,GAAG,OAAO,KAAK,eAAe,CACzE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Rect","IconDotGrid1x3VerticalTight","props","React","CentralIconBase","IconDotGrid1x3VerticalTight_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPolitics: FC<CentralIconBaseProps>;
4
+ export default IconPolitics;
@@ -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 C in o)e(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!x.call(r,t)&&t!==C&&e(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(P(r)):{},a(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,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,...C})=>s.default.createElement(c.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 p=require("react-native-svg"),i=r=>n.default.createElement(f,{...r},n.default.createElement(p.Path,{d:"M18.8145 19.375C18.7489 20.2905 17.9871 20.9998 17.0693 21H6.93066C6.01286 20.9998 5.2511 20.2905 5.18555 19.375L4.69434 12.5H19.3057L18.8145 19.375Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M15.25 1.25C16.2165 1.25 17 2.0335 17 3C17 3.08568 16.9914 3.16957 16.9795 3.25195L18.2207 4.0791C18.7075 4.40366 19 4.95005 19 5.53516V7H19.75C20.4404 7 21 7.55964 21 8.25V9.75C21 10.4404 20.4404 11 19.75 11H4.25C3.55964 11 3 10.4404 3 9.75V8.25C3 7.55964 3.55964 7 4.25 7H5V5.53516C5.00001 4.95005 5.29246 4.40366 5.7793 4.0791L7.01953 3.25195C7.00765 3.16961 7 3.08563 7 3C7 2.0335 7.7835 1.25 8.75 1.25C9.7165 1.25 10.5 2.0335 10.5 3C10.5 3.9665 9.7165 4.75 8.75 4.75C8.42114 4.75 8.11439 4.65776 7.85156 4.5L6.61133 5.32715C6.54179 5.37351 6.50001 5.45158 6.5 5.53516V7H17.5V5.53516C17.5 5.45158 17.4582 5.37351 17.3887 5.32715L16.1475 4.5C15.8848 4.6575 15.5786 4.75 15.25 4.75C14.2835 4.75 13.5 3.9665 13.5 3C13.5 2.0335 14.2835 1.25 15.25 1.25Z",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=\"M18.8145 19.375C18.7489 20.2905 17.9871 20.9998 17.0693 21H6.93066C6.01286 20.9998 5.2511 20.2905 5.18555 19.375L4.69434 12.5H19.3057L18.8145 19.375Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.25 1.25C16.2165 1.25 17 2.0335 17 3C17 3.08568 16.9914 3.16957 16.9795 3.25195L18.2207 4.0791C18.7075 4.40366 19 4.95005 19 5.53516V7H19.75C20.4404 7 21 7.55964 21 8.25V9.75C21 10.4404 20.4404 11 19.75 11H4.25C3.55964 11 3 10.4404 3 9.75V8.25C3 7.55964 3.55964 7 4.25 7H5V5.53516C5.00001 4.95005 5.29246 4.40366 5.7793 4.0791L7.01953 3.25195C7.00765 3.16961 7 3.08563 7 3C7 2.0335 7.7835 1.25 8.75 1.25C9.7165 1.25 10.5 2.0335 10.5 3C10.5 3.9665 9.7165 4.75 8.75 4.75C8.42114 4.75 8.11439 4.65776 7.85156 4.5L6.61133 5.32715C6.54179 5.37351 6.50001 5.45158 6.5 5.53516V7H17.5V5.53516C17.5 5.45158 17.4582 5.37351 17.3887 5.32715L16.1475 4.5C15.8848 4.6575 15.5786 4.75 15.25 4.75C14.2835 4.75 13.5 3.9665 13.5 3C13.5 2.0335 14.2835 1.25 15.25 1.25Z\"\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,wJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mvBACF,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 C from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({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=>C.createElement(t,{...o},C.createElement(e,{d:"M18.8145 19.375C18.7489 20.2905 17.9871 20.9998 17.0693 21H6.93066C6.01286 20.9998 5.2511 20.2905 5.18555 19.375L4.69434 12.5H19.3057L18.8145 19.375Z",fill:"currentColor"}),C.createElement(e,{d:"M15.25 1.25C16.2165 1.25 17 2.0335 17 3C17 3.08568 16.9914 3.16957 16.9795 3.25195L18.2207 4.0791C18.7075 4.40366 19 4.95005 19 5.53516V7H19.75C20.4404 7 21 7.55964 21 8.25V9.75C21 10.4404 20.4404 11 19.75 11H4.25C3.55964 11 3 10.4404 3 9.75V8.25C3 7.55964 3.55964 7 4.25 7H5V5.53516C5.00001 4.95005 5.29246 4.40366 5.7793 4.0791L7.01953 3.25195C7.00765 3.16961 7 3.08563 7 3C7 2.0335 7.7835 1.25 8.75 1.25C9.7165 1.25 10.5 2.0335 10.5 3C10.5 3.9665 9.7165 4.75 8.75 4.75C8.42114 4.75 8.11439 4.65776 7.85156 4.5L6.61133 5.32715C6.54179 5.37351 6.50001 5.45158 6.5 5.53516V7H17.5V5.53516C17.5 5.45158 17.4582 5.37351 17.3887 5.32715L16.1475 4.5C15.8848 4.6575 15.5786 4.75 15.25 4.75C14.2835 4.75 13.5 3.9665 13.5 3C13.5 2.0335 14.2835 1.25 15.25 1.25Z",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=\"M18.8145 19.375C18.7489 20.2905 17.9871 20.9998 17.0693 21H6.93066C6.01286 20.9998 5.2511 20.2905 5.18555 19.375L4.69434 12.5H19.3057L18.8145 19.375Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.25 1.25C16.2165 1.25 17 2.0335 17 3C17 3.08568 16.9914 3.16957 16.9795 3.25195L18.2207 4.0791C18.7075 4.40366 19 4.95005 19 5.53516V7H19.75C20.4404 7 21 7.55964 21 8.25V9.75C21 10.4404 20.4404 11 19.75 11H4.25C3.55964 11 3 10.4404 3 9.75V8.25C3 7.55964 3.55964 7 4.25 7H5V5.53516C5.00001 4.95005 5.29246 4.40366 5.7793 4.0791L7.01953 3.25195C7.00765 3.16961 7 3.08563 7 3C7 2.0335 7.7835 1.25 8.75 1.25C9.7165 1.25 10.5 2.0335 10.5 3C10.5 3.9665 9.7165 4.75 8.75 4.75C8.42114 4.75 8.11439 4.65776 7.85156 4.5L6.61133 5.32715C6.54179 5.37351 6.50001 5.45158 6.5 5.53516V7H17.5V5.53516C17.5 5.45158 17.4582 5.37351 17.3887 5.32715L16.1475 4.5C15.8848 4.6575 15.5786 4.75 15.25 4.75C14.2835 4.75 13.5 3.9665 13.5 3C13.5 2.0335 14.2835 1.25 15.25 1.25Z\"\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,wJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mvBACF,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
@@ -3444,6 +3444,20 @@
3444
3444
  "packageName": "round-filled-radius-1-stroke-1.5",
3445
3445
  "componentName": "IconBoard"
3446
3446
  },
3447
+ {
3448
+ "category": "Vehicles",
3449
+ "svg": "<path d=\"M10.8824 2.33178C12.0056 1.53478 13.3992 2.33574 13.5025 3.57689V14.5007H13.5455L13.5504 15.9997H20.1861C21.72 16.0003 22.5108 17.8347 21.4586 18.9509L19.1012 21.4509C18.7706 21.8012 18.3094 21.9996 17.8277 21.9997H6.18419C5.70287 21.9996 5.2432 21.8008 4.9127 21.4509L2.55137 18.9509C1.49753 17.8349 2.2888 15.9997 3.82384 15.9997H12.0504L12.0406 13.3669C9.60629 13.3134 7.16533 13.3679 4.86094 13.5798C3.66413 13.6894 2.5487 12.5209 3.10606 11.2488C5.00136 6.92913 8.81656 3.79793 10.8824 2.33178Z\" fill=\"currentColor\"/><path d=\"M15.0025 5.05346C16.9659 6.52494 18.8788 8.67094 19.9869 11.449C20.4831 12.6932 19.4115 13.8206 18.2359 13.7165C17.1804 13.6231 16.098 13.5442 15.0025 13.4831V5.05346Z\" fill=\"currentColor\"/>",
3450
+ "iconName": "boat, ship, sailing",
3451
+ "variant": {
3452
+ "join": "round",
3453
+ "filled": "on",
3454
+ "radius": "1",
3455
+ "stroke": "1.5"
3456
+ },
3457
+ "createdAt": "2026-02-12T18:00:19.026123+00:00",
3458
+ "packageName": "round-filled-radius-1-stroke-1.5",
3459
+ "componentName": "IconBoat"
3460
+ },
3447
3461
  {
3448
3462
  "category": "Typography",
3449
3463
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 5.4375C5 4.12326 6.05038 3 7.41667 3H12.9167C15.8017 3 18.0833 5.38246 18.0833 8.25C18.0833 9.49245 17.655 10.6438 16.9349 11.5498C18.1942 12.5131 19 14.0459 19 15.75C19 18.6175 16.7184 21 13.8333 21H7.41667C6.05038 21 5 19.8767 5 18.5625V5.4375Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.9167 10.5C14.0817 10.5 15.0833 9.5246 15.0833 8.25C15.0833 6.9754 14.0817 6 12.9167 6H8V10.5H12.9167Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 13.5H13.8333C14.9984 13.5 16 14.4754 16 15.75C16 17.0246 14.9984 18 13.8333 18H8V13.5Z\" fill=\"currentColor\"/>",
@@ -8750,6 +8764,20 @@
8750
8764
  "packageName": "round-filled-radius-1-stroke-1.5",
8751
8765
  "componentName": "IconDotGrid1x3Horizontal"
8752
8766
  },
8767
+ {
8768
+ "category": "Interface General",
8769
+ "svg": "<rect x=\"3\" y=\"10\" width=\"4\" height=\"4\" rx=\"1.75\" fill=\"currentColor\"/><rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" rx=\"1.75\" fill=\"currentColor\"/><rect x=\"17\" y=\"10\" width=\"4\" height=\"4\" rx=\"1.75\" 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": "1.5"
8776
+ },
8777
+ "createdAt": "2026-02-10T08:00:47.98276+00:00",
8778
+ "packageName": "round-filled-radius-1-stroke-1.5",
8779
+ "componentName": "IconDotGrid1x3HorizontalTight"
8780
+ },
8753
8781
  {
8754
8782
  "category": "Interface General",
8755
8783
  "svg": "<path d=\"M12 2C11.0335 2 10.25 2.7835 10.25 3.75C10.25 4.7165 11.0335 5.5 12 5.5C12.9665 5.5 13.75 4.7165 13.75 3.75C13.75 2.7835 12.9665 2 12 2Z\" fill=\"currentColor\"/><path d=\"M12 10.25C11.0335 10.25 10.25 11.0335 10.25 12C10.25 12.9665 11.0335 13.75 12 13.75C12.9665 13.75 13.75 12.9665 13.75 12C13.75 11.0335 12.9665 10.25 12 10.25Z\" fill=\"currentColor\"/><path d=\"M12 18.5C11.0335 18.5 10.25 19.2835 10.25 20.25C10.25 21.2165 11.0335 22 12 22C12.9665 22 13.75 21.2165 13.75 20.25C13.75 19.2835 12.9665 18.5 12 18.5Z\" fill=\"currentColor\"/>",
@@ -8764,6 +8792,20 @@
8764
8792
  "packageName": "round-filled-radius-1-stroke-1.5",
8765
8793
  "componentName": "IconDotGrid1x3Vertical"
8766
8794
  },
8795
+ {
8796
+ "category": "Interface General",
8797
+ "svg": "<rect x=\"10\" y=\"3\" width=\"4\" height=\"4\" rx=\"1.75\" fill=\"currentColor\"/><rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" rx=\"1.75\" fill=\"currentColor\"/><rect x=\"10\" y=\"17\" width=\"4\" height=\"4\" rx=\"1.75\" 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": "1.5"
8804
+ },
8805
+ "createdAt": "2026-02-10T08:00:47.98276+00:00",
8806
+ "packageName": "round-filled-radius-1-stroke-1.5",
8807
+ "componentName": "IconDotGrid1x3VerticalTight"
8808
+ },
8767
8809
  {
8768
8810
  "category": "Interface General",
8769
8811
  "svg": "<path d=\"M7.5 5.75C7.5 4.7835 8.2835 4 9.25 4C10.2165 4 11 4.7835 11 5.75C11 6.7165 10.2165 7.5 9.25 7.5C8.2835 7.5 7.5 6.7165 7.5 5.75Z\" fill=\"currentColor\"/><path d=\"M13 5.75C13 4.7835 13.7835 4 14.75 4C15.7165 4 16.5 4.7835 16.5 5.75C16.5 6.7165 15.7165 7.5 14.75 7.5C13.7835 7.5 13 6.7165 13 5.75Z\" fill=\"currentColor\"/><path d=\"M7.5 18.25C7.5 17.2835 8.2835 16.5 9.25 16.5C10.2165 16.5 11 17.2835 11 18.25C11 19.2165 10.2165 20 9.25 20C8.2835 20 7.5 19.2165 7.5 18.25Z\" fill=\"currentColor\"/><path d=\"M13 18.25C13 17.2835 13.7835 16.5 14.75 16.5C15.7165 16.5 16.5 17.2835 16.5 18.25C16.5 19.2165 15.7165 20 14.75 20C13.7835 20 13 19.2165 13 18.25Z\" fill=\"currentColor\"/><path d=\"M7.5 11.9C7.5 10.9335 8.2835 10.15 9.25 10.15C10.2165 10.15 11 10.9335 11 11.9V12C11 12.9665 10.2165 13.75 9.25 13.75C8.2835 13.75 7.5 12.9665 7.5 12V11.9Z\" fill=\"currentColor\"/><path d=\"M13 11.9C13 10.9335 13.7835 10.15 14.75 10.15C15.7165 10.15 16.5 10.9335 16.5 11.9V12C16.5 12.9665 15.7165 13.75 14.75 13.75C13.7835 13.75 13 12.9665 13 12V11.9Z\" fill=\"currentColor\"/>",
@@ -12533,7 +12575,7 @@
12533
12575
  {
12534
12576
  "category": "Edit",
12535
12577
  "svg": "<path d=\"M19.4873 2.67788C18.804 1.99374 17.6954 1.9934 17.0116 2.67711L14.0493 5.63946C12.3144 4.56267 10.4156 3.98328 8.64262 3.93336C6.74672 3.87997 4.94154 4.43459 3.68393 5.70562C2.15082 7.25509 1.73102 9.51496 2.15671 11.8095C2.58335 14.1092 3.86617 16.5284 5.87216 18.5558C8.2892 20.9986 10.5576 21.6959 11.6707 21.9771C12.0723 22.0785 12.4801 21.8352 12.5815 21.4336C12.683 21.032 12.4397 20.6242 12.0381 20.5228C11.0875 20.2826 9.10043 19.6859 6.93844 17.5008C5.11742 15.6603 3.99688 13.5052 3.63154 11.5359C3.26523 9.56139 3.66483 7.8576 4.7502 6.76064C5.64406 5.85724 7.00533 5.38785 8.6004 5.43276C9.98907 5.47187 11.5149 5.90277 12.9558 6.73297L10.5121 9.17669C10.1839 9.50488 9.99951 9.94999 9.99951 10.4141V13.2499C9.99951 13.6641 10.3353 13.9999 10.7495 13.9999H13.6025C14.0671 13.9999 14.5128 13.8151 14.841 13.4862L17.3401 10.9825C18.5442 12.4857 19.281 13.8916 19.5257 15.0824C19.7879 16.359 19.4871 17.346 18.6037 18.0603C18.0358 18.5194 17.3863 18.5251 16.6264 18.2078C15.8437 17.8811 15.0673 17.2506 14.4593 16.657C14.1629 16.3677 13.6881 16.3734 13.3987 16.6698C13.1094 16.9662 13.1151 17.441 13.4115 17.7304C14.0669 18.3702 15.0049 19.1564 16.0485 19.592C17.1148 20.0372 18.4035 20.1511 19.5468 19.2267C20.9475 18.0942 21.3474 16.4959 20.995 14.7806C20.6775 13.2351 19.7528 11.5679 18.4059 9.91483L21.3249 6.99042C22.007 6.30712 22.0068 5.20054 21.3246 4.51744L19.4873 2.67788Z\" 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 20.25C9 20.6642 8.66421 21 8.25 21C7.83579 21 7.5 20.6642 7.5 20.25V3.75C7.5 3.33579 7.83579 3 8.25 3C8.66421 3 9 3.33579 9 3.75V20.25Z\" fill=\"currentColor\"/><path d=\"M6 18H3.75C2.7835 18 2 17.2165 2 16.25V7.75C2 6.7835 2.7835 6 3.75 6H6V18Z\" fill=\"currentColor\"/><path d=\"M20.25 6C21.2165 6 22 6.7835 22 7.75V16.25C22 17.2165 21.2165 18 20.25 18H10.5V6H20.25Z\" 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=\"M18.6661 2.51121C17.9845 1.8296 16.8794 1.8296 16.1977 2.51121L15.7375 2.97149L2.51121 16.1977C2.18389 16.5251 2 16.969 2 17.4319V21.25C2 21.6642 2.33579 22 2.75 22H6.56808C7.03098 22 7.47493 21.8161 7.80225 21.4888L21.4888 7.80225C22.1704 7.12064 22.1704 6.01552 21.4888 5.33391L18.6661 2.51121Z\" fill=\"currentColor\"/><path d=\"M12.0195 21.25C12.0195 20.8358 12.3553 20.5 12.7695 20.5H21.2495C21.6637 20.5 21.9995 20.8358 21.9995 21.25C21.9995 21.6642 21.6637 22 21.2495 22H12.7695C12.3553 22 12.0195 21.6642 12.0195 21.25Z\" 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=\"M15.7626 2.92663C16.446 2.24321 17.554 2.24321 18.2374 2.92663L20.0732 4.76241C20.7566 5.44583 20.7566 6.55387 20.0732 7.23729L6.82322 20.4873C6.49503 20.8155 6.04991 20.9998 5.58579 20.9998H2.75C2.33579 20.9998 2 20.6641 2 20.2498V17.4141C2 16.9499 2.18437 16.5048 2.51256 16.1766L15.7626 2.92663Z\" fill=\"currentColor\"/><path d=\"M21.5663 18.4918L21.5676 18.4903C21.8383 18.1768 21.8037 17.7032 21.4903 17.4324C21.1769 17.1618 20.7035 17.1963 20.4327 17.5095L20.4261 17.5168C20.4192 17.5246 20.4075 17.5374 20.3914 17.5547C20.3592 17.5892 20.3095 17.641 20.2446 17.7043C20.1139 17.8317 19.9261 18.0013 19.699 18.1696C19.2229 18.5224 18.675 18.7944 18.166 18.7944C17.6346 18.7944 17.124 18.5421 16.4177 18.1672L16.3494 18.131C15.7225 17.7975 14.9093 17.365 13.9866 17.365C12.2062 17.365 11.1671 18.2154 10.2046 19.2352C9.92027 19.5364 9.93398 20.0111 10.2352 20.2954C10.5364 20.5797 11.0111 20.566 11.2954 20.2648C12.1526 19.3567 12.8215 18.865 13.9866 18.865C14.5028 18.865 15.0037 19.1149 15.7145 19.4922L15.7677 19.5205C16.4011 19.8571 17.2241 20.2944 18.166 20.2944C19.1571 20.2944 20.0262 19.7942 20.5921 19.3748C20.886 19.157 21.1254 18.9405 21.2917 18.7783C21.3753 18.6968 21.4415 18.628 21.4881 18.578C21.5114 18.5531 21.5299 18.5328 21.5432 18.5179L21.5593 18.4997L21.5645 18.4939L21.5663 18.4918Z\" 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-1.5",
17585
17627
  "componentName": "IconPokeball"
17586
17628
  },
17629
+ {
17630
+ "category": "Things",
17631
+ "svg": "<path d=\"M18.8145 19.375C18.7489 20.2905 17.9871 20.9998 17.0693 21H6.93066C6.01286 20.9998 5.2511 20.2905 5.18555 19.375L4.69434 12.5H19.3057L18.8145 19.375Z\" fill=\"currentColor\"/><path d=\"M15.25 1.25C16.2165 1.25 17 2.0335 17 3C17 3.08568 16.9914 3.16957 16.9795 3.25195L18.2207 4.0791C18.7075 4.40366 19 4.95005 19 5.53516V7H19.75C20.4404 7 21 7.55964 21 8.25V9.75C21 10.4404 20.4404 11 19.75 11H4.25C3.55964 11 3 10.4404 3 9.75V8.25C3 7.55964 3.55964 7 4.25 7H5V5.53516C5.00001 4.95005 5.29246 4.40366 5.7793 4.0791L7.01953 3.25195C7.00765 3.16961 7 3.08563 7 3C7 2.0335 7.7835 1.25 8.75 1.25C9.7165 1.25 10.5 2.0335 10.5 3C10.5 3.9665 9.7165 4.75 8.75 4.75C8.42114 4.75 8.11439 4.65776 7.85156 4.5L6.61133 5.32715C6.54179 5.37351 6.50001 5.45158 6.5 5.53516V7H17.5V5.53516C17.5 5.45158 17.4582 5.37351 17.3887 5.32715L16.1475 4.5C15.8848 4.6575 15.5786 4.75 15.25 4.75C14.2835 4.75 13.5 3.9665 13.5 3C13.5 2.0335 14.2835 1.25 15.25 1.25Z\" fill=\"currentColor\"/>",
17632
+ "iconName": "politics, speaker, press-conference, speech",
17633
+ "variant": {
17634
+ "join": "round",
17635
+ "filled": "on",
17636
+ "radius": "1",
17637
+ "stroke": "1.5"
17638
+ },
17639
+ "createdAt": "2026-02-10T08:00:47.98276+00:00",
17640
+ "packageName": "round-filled-radius-1-stroke-1.5",
17641
+ "componentName": "IconPolitics"
17642
+ },
17587
17643
  {
17588
17644
  "category": "Emoji",
17589
17645
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.25 3.74999C12.25 2.83863 13.0331 1.88358 14.1482 2.11914C16.2921 2.57203 18 4.30838 18 6.49999C18 7.46033 17.669 8.33662 17.118 9.05439C18.7562 9.34625 20 10.7779 20 12.5C20 13.1044 19.8466 13.673 19.5771 14.1689C20.9831 14.6231 22 15.9428 22 17.5C22 19.433 20.433 21 18.5 21H5.5C3.567 21 2 19.433 2 17.5C2 15.9428 3.01693 14.6231 4.4229 14.1689C4.15338 13.673 4 13.1044 4 12.5C4 10.9428 5.01693 9.62313 6.4229 9.16886C6.15338 8.67295 6 8.10439 6 7.49999C6 5.567 7.567 3.99999 9.5 3.99999H12C12.1381 3.99999 12.25 3.88807 12.25 3.74999ZM10.75 9C10.3358 9 10 9.33579 10 9.75C10 10.1642 10.3358 10.5 10.75 10.5H12.25C12.6642 10.5 13 10.1642 13 9.75C13 9.33579 12.6642 9 12.25 9H10.75ZM13.75 14C13.3358 14 13 14.3358 13 14.75C13 15.1642 13.3358 15.5 13.75 15.5H15.25C15.6642 15.5 16 15.1642 16 14.75C16 14.3358 15.6642 14 15.25 14H13.75Z\" fill=\"currentColor\"/>",
@@ -22249,7 +22305,7 @@
22249
22305
  {
22250
22306
  "category": "Edit",
22251
22307
  "svg": "<path d=\"M19.8495 4.42687C19.1661 3.74345 18.0581 3.74345 17.3746 4.42687L7.51256 14.2889C7.18438 14.6171 7 15.0622 7 15.5264V19.2501C7 19.6643 7.33579 20.0001 7.75 20.0001H11.4737C11.9378 20.0001 12.383 19.8157 12.7112 19.4875L22.5732 9.62546C23.2566 8.94204 23.2566 7.834 22.5732 7.15059L19.8495 4.42687Z\" fill=\"currentColor\"/><path d=\"M1.75 5.00009C1.33579 5.00009 1 5.33588 1 5.75009C1 6.16431 1.33579 6.50009 1.75 6.50009H9.25C9.66421 6.50009 10 6.16431 10 5.75009C10 5.33588 9.66421 5.00009 9.25 5.00009H1.75Z\" fill=\"currentColor\"/><path d=\"M1.75 9.00009C1.33579 9.00009 1 9.33588 1 9.75009C1 10.1643 1.33579 10.5001 1.75 10.5001H6.25C6.66421 10.5001 7 10.1643 7 9.75009C7 9.33588 6.66421 9.00009 6.25 9.00009H1.75Z\" 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.4874 2.92687C18.804 2.24345 17.696 2.24345 17.0126 2.92687L11.5126 8.42687C11.1844 8.75506 11 9.20018 11 9.66431V12.2501C11 12.6643 11.3358 13.0001 11.75 13.0001H14.3358C14.7999 13.0001 15.245 12.8157 15.5732 12.4875L21.0732 6.98753C21.7566 6.30411 21.7566 5.19607 21.0732 4.51266L19.4874 2.92687Z\" fill=\"currentColor\"/><path d=\"M5.75 11.5C4.23122 11.5 3 12.7312 3 14.25C3 15.7688 4.23122 17 5.75 17H16.25C16.9404 17 17.5 17.5596 17.5 18.25C17.5 18.9404 16.9404 19.5 16.25 19.5H11.75C11.3358 19.5 11 19.8358 11 20.25C11 20.6642 11.3358 21 11.75 21H16.25C17.7688 21 19 19.7688 19 18.25C19 16.7312 17.7688 15.5 16.25 15.5H5.75C5.05964 15.5 4.5 14.9404 4.5 14.25C4.5 13.5596 5.05964 13 5.75 13H8.25C8.66421 13 9 12.6642 9 12.25C9 11.8358 8.66421 11.5 8.25 11.5H5.75Z\" 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-1.5",
3
- "version": "1.1.122",
3
+ "version": "1.1.124",
4
4
  "style": "round-filled-radius-1-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-stroke-1.5/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": 1771,
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": 180,
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": 122,
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": 1,
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";