@central-icons-react-native/round-outlined-radius-3-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 d=Object.create;var n=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var t in r)n(o,t,{get:r[t],enumerable:!0})},a=(o,r,t,s)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of B(r))!I.call(o,e)&&e!==t&&n(o,e,{get:()=>r[e],enumerable:!(s=f(r,e))||s.enumerable});return o};var i=(o,r,t)=>(t=o!=null?d(k(o)):{},a(r||!o||!o.__esModule?n(t,"default",{value:o,enumerable:!0}):t,o)),L=o=>a(n({},"__esModule",{value:!0}),o);var g={};x(g,{IconBoat:()=>u,default:()=>P});module.exports=L(g);var p=i(require("react"));var m=i(require("react")),c=require("react-native-svg"),l=({children:o,size:r=24,...t})=>m.default.createElement(c.Svg,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var C=require("react-native-svg"),u=o=>p.default.createElement(l,{...o},p.default.createElement(C.Path,{d:"M4.86213 20.3099L3.09294 18.4366C2.49063 17.7989 2.94275 16.75 3.81995 16.75H20.1823C21.0592 16.75 21.5114 17.7982 20.9098 18.4361L19.1441 20.3083C18.5773 20.9093 17.7878 21.25 16.9616 21.25H7.04316C6.21778 21.25 5.42886 20.9099 4.86213 20.3099Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(C.Path,{d:"M12.8 16.5L12.7559 3.7204C12.7533 2.9532 11.9392 2.49827 11.3135 2.94228C9.27841 4.38653 5.60237 7.42009 3.79073 11.5491C3.49895 12.2141 4.06623 12.8988 4.78938 12.8323C9.14269 12.432 13.9559 12.5842 18.2999 12.9687C18.9992 13.0306 19.5482 12.3781 19.2881 11.7261C18.0089 8.51916 15.586 6.18617 13.3167 4.82143",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),P=u;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=\"M4.86213 20.3099L3.09294 18.4366C2.49063 17.7989 2.94275 16.75 3.81995 16.75H20.1823C21.0592 16.75 21.5114 17.7982 20.9098 18.4361L19.1441 20.3083C18.5773 20.9093 17.7878 21.25 16.9616 21.25H7.04316C6.21778 21.25 5.42886 20.9099 4.86213 20.3099Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12.8 16.5L12.7559 3.7204C12.7533 2.9532 11.9392 2.49827 11.3135 2.94228C9.27841 4.38653 5.60237 7.42009 3.79073 11.5491C3.49895 12.2141 4.06623 12.8988 4.78938 12.8323C9.14269 12.432 13.9559 12.5842 18.2999 12.9687C18.9992 13.0306 19.5482 12.3781 19.2881 11.7261C18.0089 8.51916 15.586 6.18617 13.3167 4.82143\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,wPACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yTACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,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 C from"react";import{Svg as s}from"react-native-svg";var e=({children:r,size:o=24,...p})=>C.createElement(s,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as n}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(n,{d:"M4.86213 20.3099L3.09294 18.4366C2.49063 17.7989 2.94275 16.75 3.81995 16.75H20.1823C21.0592 16.75 21.5114 17.7982 20.9098 18.4361L19.1441 20.3083C18.5773 20.9093 17.7878 21.25 16.9616 21.25H7.04316C6.21778 21.25 5.42886 20.9099 4.86213 20.3099Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement(n,{d:"M12.8 16.5L12.7559 3.7204C12.7533 2.9532 11.9392 2.49827 11.3135 2.94228C9.27841 4.38653 5.60237 7.42009 3.79073 11.5491C3.49895 12.2141 4.06623 12.8988 4.78938 12.8323C9.14269 12.432 13.9559 12.5842 18.2999 12.9687C18.9992 13.0306 19.5482 12.3781 19.2881 11.7261C18.0089 8.51916 15.586 6.18617 13.3167 4.82143",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconBoat,I 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=\"M4.86213 20.3099L3.09294 18.4366C2.49063 17.7989 2.94275 16.75 3.81995 16.75H20.1823C21.0592 16.75 21.5114 17.7982 20.9098 18.4361L19.1441 20.3083C18.5773 20.9093 17.7878 21.25 16.9616 21.25H7.04316C6.21778 21.25 5.42886 20.9099 4.86213 20.3099Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12.8 16.5L12.7559 3.7204C12.7533 2.9532 11.9392 2.49827 11.3135 2.94228C9.27841 4.38653 5.60237 7.42009 3.79073 11.5491C3.49895 12.2141 4.06623 12.8988 4.78938 12.8323C9.14269 12.432 13.9559 12.5842 18.2999 12.9687C18.9992 13.0306 19.5482 12.3781 19.2881 11.7261C18.0089 8.51916 15.586 6.18617 13.3167 4.82143\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,wPACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yTACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,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:"2",fill:"currentColor"}),n.default.createElement(l.Rect,{x:"10",y:"10",width:"4",height:"4",rx:"2",fill:"currentColor"}),n.default.createElement(l.Rect,{x:"17",y:"10",width:"4",height:"4",rx:"2",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=\"2\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" rx=\"2\" fill=\"currentColor\" />\n <Rect x=\"17\" y=\"10\" width=\"4\" height=\"4\" rx=\"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,EAAqB,4BAERC,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,IAAI,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,GAAG,IAAI,KAAK,eAAe,EACnE,EAAAA,QAAA,cAAC,QAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,GAAG,IAAI,KAAK,eAAe,EACpE,EAAAA,QAAA,cAAC,QAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,GAAG,IAAI,KAAK,eAAe,CACtE,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:"2",fill:"currentColor"}),o.createElement(e,{x:"10",y:"10",width:"4",height:"4",rx:"2",fill:"currentColor"}),o.createElement(e,{x:"17",y:"10",width:"4",height:"4",rx:"2",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=\"2\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" rx=\"2\" fill=\"currentColor\" />\n <Rect x=\"17\" y=\"10\" width=\"4\" height=\"4\" rx=\"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,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,IAAI,KAAK,eAAe,EACnEG,EAAA,cAACH,EAAA,CAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,GAAG,IAAI,KAAK,eAAe,EACpEG,EAAA,cAACH,EAAA,CAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,GAAG,IAAI,KAAK,eAAe,CACtE,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:"2",fill:"currentColor"}),n.default.createElement(l.Rect,{x:"10",y:"10",width:"4",height:"4",rx:"2",fill:"currentColor"}),n.default.createElement(l.Rect,{x:"10",y:"17",width:"4",height:"4",rx:"2",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=\"2\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" rx=\"2\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"17\" width=\"4\" height=\"4\" rx=\"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,EAAqB,4BAERC,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,KAAK,EAAE,IAAI,MAAM,IAAI,OAAO,IAAI,GAAG,IAAI,KAAK,eAAe,EACnE,EAAAA,QAAA,cAAC,QAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,GAAG,IAAI,KAAK,eAAe,EACpE,EAAAA,QAAA,cAAC,QAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,GAAG,IAAI,KAAK,eAAe,CACtE,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:"2",fill:"currentColor"}),o.createElement(e,{x:"10",y:"10",width:"4",height:"4",rx:"2",fill:"currentColor"}),o.createElement(e,{x:"10",y:"17",width:"4",height:"4",rx:"2",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=\"2\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" rx=\"2\" fill=\"currentColor\" />\n <Rect x=\"10\" y=\"17\" width=\"4\" height=\"4\" rx=\"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,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,IAAI,KAAK,eAAe,EACnEG,EAAA,cAACH,EAAA,CAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,GAAG,IAAI,KAAK,eAAe,EACpEG,EAAA,cAACH,EAAA,CAAK,EAAE,KAAK,EAAE,KAAK,MAAM,IAAI,OAAO,IAAI,GAAG,IAAI,KAAK,eAAe,CACtE,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 a=Object.create;var i=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var h=(r,o)=>{for(var e in o)i(r,e,{get:o[e],enumerable:!0})},p=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of L(o))!x.call(r,s)&&s!==e&&i(r,s,{get:()=>o[s],enumerable:!(C=m(o,s))||C.enumerable});return r};var l=(r,o,e)=>(e=r!=null?a(f(r)):{},p(o||!r||!r.__esModule?i(e,"default",{value:r,enumerable:!0}):e,r)),B=r=>p(i({},"__esModule",{value:!0}),r);var P={};h(P,{IconPolitics:()=>k,default:()=>I});module.exports=B(P);var n=l(require("react"));var c=l(require("react")),u=require("react-native-svg"),d=({children:r,size:o=24,...e})=>c.default.createElement(u.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),k=r=>n.default.createElement(d,{...r},n.default.createElement(t.Path,{d:"M5.75 7.5V5.53518C5.75 5.20083 5.9171 4.8886 6.1953 4.70313L8.75 3",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M18.25 7.5V5.53518C18.25 5.20083 18.0829 4.8886 17.8047 4.70313L15.25 3",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Circle,{cx:"8.75",cy:"3",r:"1.75",fill:"currentColor"}),n.default.createElement(t.Circle,{cx:"15.25",cy:"3",r:"1.75",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M3.75 8.625C3.75 8.14175 4.14175 7.75 4.625 7.75H19.375C19.8582 7.75 20.25 8.14175 20.25 8.625C20.25 10.0747 19.0747 11.25 17.625 11.25H6.375C4.92525 11.25 3.75 10.0747 3.75 8.625Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M4.89844 11L5.68381 17.6043C5.86328 19.1135 7.143 20.25 8.66282 20.25H15.3341C16.8539 20.25 18.1336 19.1134 18.3131 17.6043L19.0984 11",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),I=k;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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconPolitics: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5.75 7.5V5.53518C5.75 5.20083 5.9171 4.8886 6.1953 4.70313L8.75 3\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.25 7.5V5.53518C18.25 5.20083 18.0829 4.8886 17.8047 4.70313L15.25 3\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"8.75\" cy=\"3\" r=\"1.75\" fill=\"currentColor\" />\n <Circle cx=\"15.25\" cy=\"3\" r=\"1.75\" fill=\"currentColor\" />\n <Path\n d=\"M3.75 8.625C3.75 8.14175 4.14175 7.75 4.625 7.75H19.375C19.8582 7.75 20.25 8.14175 20.25 8.625C20.25 10.0747 19.0747 11.25 17.625 11.25H6.375C4.92525 11.25 3.75 10.0747 3.75 8.625Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.89844 11L5.68381 17.6043C5.86328 19.1135 7.143 20.25 8.66282 20.25H15.3341C16.8539 20.25 18.1336 19.1134 18.3131 17.6043L19.0984 11\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,EAA6B,4BAEhBC,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,qEACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0EACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,OAAO,GAAG,IAAI,EAAE,OAAO,KAAK,eAAe,EACtD,EAAAA,QAAA,cAAC,UAAO,GAAG,QAAQ,GAAG,IAAI,EAAE,OAAO,KAAK,eAAe,EACvD,EAAAA,QAAA,cAAC,QACC,EAAE,uLACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yIACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,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 r from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:o=24,...i})=>C.createElement(p,{...i,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n);import{Circle as s,Path as e}from"react-native-svg";var l=n=>r.createElement(t,{...n},r.createElement(e,{d:"M5.75 7.5V5.53518C5.75 5.20083 5.9171 4.8886 6.1953 4.70313L8.75 3",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M18.25 7.5V5.53518C18.25 5.20083 18.0829 4.8886 17.8047 4.70313L15.25 3",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(s,{cx:"8.75",cy:"3",r:"1.75",fill:"currentColor"}),r.createElement(s,{cx:"15.25",cy:"3",r:"1.75",fill:"currentColor"}),r.createElement(e,{d:"M3.75 8.625C3.75 8.14175 4.14175 7.75 4.625 7.75H19.375C19.8582 7.75 20.25 8.14175 20.25 8.625C20.25 10.0747 19.0747 11.25 17.625 11.25H6.375C4.92525 11.25 3.75 10.0747 3.75 8.625Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M4.89844 11L5.68381 17.6043C5.86328 19.1135 7.143 20.25 8.66282 20.25H15.3341C16.8539 20.25 18.1336 19.1134 18.3131 17.6043L19.0984 11",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),h=l;export{l as IconPolitics,h 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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconPolitics: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5.75 7.5V5.53518C5.75 5.20083 5.9171 4.8886 6.1953 4.70313L8.75 3\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.25 7.5V5.53518C18.25 5.20083 18.0829 4.8886 17.8047 4.70313L15.25 3\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"8.75\" cy=\"3\" r=\"1.75\" fill=\"currentColor\" />\n <Circle cx=\"15.25\" cy=\"3\" r=\"1.75\" fill=\"currentColor\" />\n <Path\n d=\"M3.75 8.625C3.75 8.14175 4.14175 7.75 4.625 7.75H19.375C19.8582 7.75 20.25 8.14175 20.25 8.625C20.25 10.0747 19.0747 11.25 17.625 11.25H6.375C4.92525 11.25 3.75 10.0747 3.75 8.625Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.89844 11L5.68381 17.6043C5.86328 19.1135 7.143 20.25 8.66282 20.25H15.3341C16.8539 20.25 18.1336 19.1134 18.3131 17.6043L19.0984 11\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,qEACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0EACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,OAAO,GAAG,IAAI,EAAE,OAAO,KAAK,eAAe,EACtDI,EAAA,cAACJ,EAAA,CAAO,GAAG,QAAQ,GAAG,IAAI,EAAE,OAAO,KAAK,eAAe,EACvDI,EAAA,cAACH,EAAA,CACC,EAAE,uLACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yIACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","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-outlined-radius-3-stroke-1.5",
3445
3445
  "componentName": "IconBoard"
3446
3446
  },
3447
+ {
3448
+ "category": "Vehicles",
3449
+ "svg": "<path d=\"M4.86213 20.3099L3.09294 18.4366C2.49063 17.7989 2.94275 16.75 3.81995 16.75H20.1823C21.0592 16.75 21.5114 17.7982 20.9098 18.4361L19.1441 20.3083C18.5773 20.9093 17.7878 21.25 16.9616 21.25H7.04316C6.21778 21.25 5.42886 20.9099 4.86213 20.3099Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12.8 16.5L12.7559 3.7204C12.7533 2.9532 11.9392 2.49827 11.3135 2.94228C9.27841 4.38653 5.60237 7.42009 3.79073 11.5491C3.49895 12.2141 4.06623 12.8988 4.78938 12.8323C9.14269 12.432 13.9559 12.5842 18.2999 12.9687C18.9992 13.0306 19.5482 12.3781 19.2881 11.7261C18.0089 8.51916 15.586 6.18617 13.3167 4.82143\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
3450
+ "iconName": "boat, ship, sailing",
3451
+ "variant": {
3452
+ "join": "round",
3453
+ "filled": "off",
3454
+ "radius": "3",
3455
+ "stroke": "1.5"
3456
+ },
3457
+ "createdAt": "2026-02-12T18:00:19.026123+00:00",
3458
+ "packageName": "round-outlined-radius-3-stroke-1.5",
3459
+ "componentName": "IconBoat"
3460
+ },
3447
3461
  {
3448
3462
  "category": "Typography",
3449
3463
  "svg": "<path d=\"M17.252 8V7.75C17.252 5.54086 15.4611 3.75 13.252 3.75H8.74219C7.08533 3.75 5.74219 5.09315 5.74219 6.75V9C5.74219 10.6569 7.08533 12 8.74219 12H13.252C15.4611 12 17.252 10.2091 17.252 8Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M5.74219 12V17.25C5.74219 18.9069 7.08533 20.25 8.74219 20.25H12.502\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M13 20.25H14.25C16.4591 20.25 18.25 18.4591 18.25 16.25V16C18.25 13.7909 16.4591 12 14.25 12H13\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/>",
@@ -8750,6 +8764,20 @@
8750
8764
  "packageName": "round-outlined-radius-3-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=\"2\" fill=\"currentColor\"/><rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" rx=\"2\" fill=\"currentColor\"/><rect x=\"17\" y=\"10\" width=\"4\" height=\"4\" rx=\"2\" fill=\"currentColor\"/>",
8770
+ "iconName": "dot-grid-1x3-horizontal-tight, menu, drag, grab",
8771
+ "variant": {
8772
+ "join": "round",
8773
+ "filled": "off",
8774
+ "radius": "3",
8775
+ "stroke": "1.5"
8776
+ },
8777
+ "createdAt": "2026-02-10T08:00:47.98276+00:00",
8778
+ "packageName": "round-outlined-radius-3-stroke-1.5",
8779
+ "componentName": "IconDotGrid1x3HorizontalTight"
8780
+ },
8753
8781
  {
8754
8782
  "category": "Interface General",
8755
8783
  "svg": "<path d=\"M12 4.75C12.5523 4.75 13 4.30228 13 3.75C13 3.19772 12.5523 2.75 12 2.75C11.4477 2.75 11 3.19772 11 3.75C11 4.30228 11.4477 4.75 12 4.75Z\" fill=\"currentColor\"/><path d=\"M12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13Z\" fill=\"currentColor\"/><path d=\"M12 21.25C12.5523 21.25 13 20.8023 13 20.25C13 19.6977 12.5523 19.25 12 19.25C11.4477 19.25 11 19.6977 11 20.25C11 20.8023 11.4477 21.25 12 21.25Z\" fill=\"currentColor\"/><path d=\"M12 4.75C12.5523 4.75 13 4.30228 13 3.75C13 3.19772 12.5523 2.75 12 2.75C11.4477 2.75 11 3.19772 11 3.75C11 4.30228 11.4477 4.75 12 4.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 21.25C12.5523 21.25 13 20.8023 13 20.25C13 19.6977 12.5523 19.25 12 19.25C11.4477 19.25 11 19.6977 11 20.25C11 20.8023 11.4477 21.25 12 21.25Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -8764,6 +8792,20 @@
8764
8792
  "packageName": "round-outlined-radius-3-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=\"2\" fill=\"currentColor\"/><rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" rx=\"2\" fill=\"currentColor\"/><rect x=\"10\" y=\"17\" width=\"4\" height=\"4\" rx=\"2\" fill=\"currentColor\"/>",
8798
+ "iconName": "dot-grid-1x3-vertical-tight, menu, drag, grab",
8799
+ "variant": {
8800
+ "join": "round",
8801
+ "filled": "off",
8802
+ "radius": "3",
8803
+ "stroke": "1.5"
8804
+ },
8805
+ "createdAt": "2026-02-10T08:00:47.98276+00:00",
8806
+ "packageName": "round-outlined-radius-3-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=\"M10.75 13.2499H12.7735C13.5701 13.2499 14.3339 12.9331 14.8967 12.3693L19.8772 7.37968C20.7739 6.4814 20.7736 5.02668 19.8767 4.12868C18.9785 3.22931 17.5211 3.22886 16.6223 4.12768L11.6287 9.12126C11.0661 9.68387 10.75 10.4469 10.75 11.2426V13.2499Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.8549 21.25C10.823 20.9894 8.6953 20.3424 6.40579 18.0284C2.57878 14.1605 1.59907 8.87966 4.21755 6.23323C6.36902 4.05879 10.5504 4.18522 14 6.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.4997 10C20.4768 13.473 21.3595 16.7968 19.0754 18.6436C17.3643 20.0271 15.199 18.4271 13.9355 17.1938\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
12536
- "iconName": "highlight, mark, freehand",
12578
+ "iconName": "highlight, mark, freehand, drawing, paint",
12537
12579
  "variant": {
12538
12580
  "join": "round",
12539
12581
  "filled": "off",
@@ -13205,7 +13247,7 @@
13205
13247
  {
13206
13248
  "category": "Edit",
13207
13249
  "svg": "<path d=\"M11.75 6.75H18.25C19.9069 6.75 21.25 8.09315 21.25 9.75V14.25C21.25 15.9069 19.9069 17.25 18.25 17.25H11.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M5.75 6.75C4.09315 6.75 2.75 8.09315 2.75 9.75V14.25C2.75 15.9069 4.09315 17.25 5.75 17.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.75 3.75V20.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
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": "off",
@@ -16705,7 +16747,7 @@
16705
16747
  {
16706
16748
  "category": "Edit",
16707
16749
  "svg": "<path d=\"M2.75 21.2555V18.2482C2.75 17.4525 3.06607 16.6895 3.62868 16.1268L16.1287 3.62684C17.3003 2.45527 19.2034 2.45895 20.375 3.63052C21.5466 4.80209 21.5502 6.70527 20.3787 7.87684L7.87868 20.3768C7.31607 20.9395 6.55301 21.2555 5.75736 21.2555H2.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12.75 21.2555H21.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>",
16708
- "iconName": "pencil-line",
16750
+ "iconName": "pencil-line, signature, write",
16709
16751
  "variant": {
16710
16752
  "join": "round",
16711
16753
  "filled": "off",
@@ -16733,7 +16775,7 @@
16733
16775
  {
16734
16776
  "category": "Edit",
16735
16777
  "svg": "<path d=\"M6.87868 19.3713L18.625 7.625C19.5225 6.72754 19.5225 5.27246 18.625 4.375C17.7275 3.47754 16.2725 3.47754 15.375 4.375L3.62868 16.1213C3.06607 16.6839 2.75 17.447 2.75 18.2426V20.25H4.75736C5.55301 20.25 6.31607 19.9339 6.87868 19.3713Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M21 18C21 18 19.666 19.5444 18.166 19.5444C16.666 19.5444 15.4594 18.115 13.9866 18.115C12.5138 18.115 11.6598 18.786 10.75 19.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
16736
- "iconName": "pencil-wave",
16778
+ "iconName": "pencil-wave, signature, write",
16737
16779
  "variant": {
16738
16780
  "join": "round",
16739
16781
  "filled": "off",
@@ -17584,6 +17626,20 @@
17584
17626
  "packageName": "round-outlined-radius-3-stroke-1.5",
17585
17627
  "componentName": "IconPokeball"
17586
17628
  },
17629
+ {
17630
+ "category": "Things",
17631
+ "svg": "<path d=\"M5.75 7.5V5.53518C5.75 5.20083 5.9171 4.8886 6.1953 4.70313L8.75 3\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18.25 7.5V5.53518C18.25 5.20083 18.0829 4.8886 17.8047 4.70313L15.25 3\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"8.75\" cy=\"3\" r=\"1.75\" fill=\"currentColor\"/><circle cx=\"15.25\" cy=\"3\" r=\"1.75\" fill=\"currentColor\"/><path d=\"M3.75 8.625C3.75 8.14175 4.14175 7.75 4.625 7.75H19.375C19.8582 7.75 20.25 8.14175 20.25 8.625C20.25 10.0747 19.0747 11.25 17.625 11.25H6.375C4.92525 11.25 3.75 10.0747 3.75 8.625Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.89844 11L5.68381 17.6043C5.86328 19.1135 7.143 20.25 8.66282 20.25H15.3341C16.8539 20.25 18.1336 19.1134 18.3131 17.6043L19.0984 11\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
17632
+ "iconName": "politics, speaker, press-conference, speech",
17633
+ "variant": {
17634
+ "join": "round",
17635
+ "filled": "off",
17636
+ "radius": "3",
17637
+ "stroke": "1.5"
17638
+ },
17639
+ "createdAt": "2026-02-10T08:00:47.98276+00:00",
17640
+ "packageName": "round-outlined-radius-3-stroke-1.5",
17641
+ "componentName": "IconPolitics"
17642
+ },
17587
17643
  {
17588
17644
  "category": "Emoji",
17589
17645
  "svg": "<path d=\"M9.25 9.75H7.5C5.98122 9.75 4.75 10.9812 4.75 12.5C4.75 13.2064 5.01633 13.8506 5.45405 14.3376M13.75 9.75H16.5C18.0188 9.75 19.25 10.9812 19.25 12.5C19.25 13.2308 18.965 13.895 18.5 14.3875M12.25 14.75H5.5C3.98122 14.75 2.75 15.9812 2.75 17.5C2.75 19.0188 3.98122 20.25 5.5 20.25H18.5C20.0188 20.25 21.25 19.0188 21.25 17.5C21.25 15.9812 20.0188 14.75 18.5 14.75H16.75M7.5 9.38747C7.03504 8.89496 6.75 8.23077 6.75 7.5C6.75 5.98122 7.98122 4.75 9.5 4.75H13V2.75C15.3472 2.75 17.25 4.42893 17.25 6.5C17.25 7.66147 16.6516 8.69962 15.7119 9.38747\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -22249,7 +22305,7 @@
22249
22305
  {
22250
22306
  "category": "Edit",
22251
22307
  "svg": "<path d=\"M1.75 5.75H9.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M1.75 9.75H6.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12.7666 18.3713L20.681 10.4568C21.8237 9.31418 21.8237 7.46157 20.681 6.31891C19.5384 5.17625 17.6858 5.17625 16.5431 6.31891L8.62868 14.2333C8.06607 14.7959 7.75 15.559 7.75 16.3547V19.2499H10.6453C11.4409 19.2499 12.204 18.9339 12.7666 18.3713Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
22252
- "iconName": "text-edit, prompts, comment",
22308
+ "iconName": "text-edit, prompts, comment, draft",
22253
22309
  "variant": {
22254
22310
  "join": "round",
22255
22311
  "filled": "off",
@@ -24671,7 +24727,7 @@
24671
24727
  {
24672
24728
  "category": "Edit",
24673
24729
  "svg": "<path d=\"M19.75 4.24998C18.9216 3.42156 17.5784 3.42156 16.75 4.24998L12.6287 8.3713C12.0661 8.93391 11.75 9.69697 11.75 10.4926V12.25H13.5074C14.303 12.25 15.0661 11.9339 15.6287 11.3713L19.75 7.24998C20.5784 6.42155 20.5784 5.07841 19.75 4.24998Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.25 12.25H5.75C4.64543 12.25 3.75 13.1454 3.75 14.25C3.75 15.3546 4.64543 16.25 5.75 16.25H16.25C17.3546 16.25 18.25 17.1454 18.25 18.25C18.25 19.3546 17.3546 20.25 16.25 20.25H11.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
24674
- "iconName": "writing",
24730
+ "iconName": "writing, sketching, drawing",
24675
24731
  "variant": {
24676
24732
  "join": "round",
24677
24733
  "filled": "off",
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-outlined-radius-3-stroke-1.5",
3
- "version": "1.1.122",
3
+ "version": "1.1.124",
4
4
  "style": "round-outlined-radius-3-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-3-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";