@central-icons-react-native/round-outlined-radius-1-stroke-1.5 1.1.121 → 1.1.123

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 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 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.75C3.75 8.19772 4.19772 7.75 4.75 7.75H19.25C19.8023 7.75 20.25 8.19772 20.25 8.75V10.25C20.25 10.8023 19.8023 11.25 19.25 11.25H4.75C4.19772 11.25 3.75 10.8023 3.75 10.25V8.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M5 11.5L5.89869 19.3635C5.95641 19.8686 6.38387 20.25 6.89222 20.25H17.1078C17.6161 20.25 18.0436 19.8686 18.1013 19.3635L19 11.5",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.75C3.75 8.19772 4.19772 7.75 4.75 7.75H19.25C19.8023 7.75 20.25 8.19772 20.25 8.75V10.25C20.25 10.8023 19.8023 11.25 19.25 11.25H4.75C4.19772 11.25 3.75 10.8023 3.75 10.25V8.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M5 11.5L5.89869 19.3635C5.95641 19.8686 6.38387 20.25 6.89222 20.25H17.1078C17.6161 20.25 18.0436 19.8686 18.1013 19.3635L19 11.5\"\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,4LACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oIACF,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.75C3.75 8.19772 4.19772 7.75 4.75 7.75H19.25C19.8023 7.75 20.25 8.19772 20.25 8.75V10.25C20.25 10.8023 19.8023 11.25 19.25 11.25H4.75C4.19772 11.25 3.75 10.8023 3.75 10.25V8.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M5 11.5L5.89869 19.3635C5.95641 19.8686 6.38387 20.25 6.89222 20.25H17.1078C17.6161 20.25 18.0436 19.8686 18.1013 19.3635L19 11.5",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.75C3.75 8.19772 4.19772 7.75 4.75 7.75H19.25C19.8023 7.75 20.25 8.19772 20.25 8.75V10.25C20.25 10.8023 19.8023 11.25 19.25 11.25H4.75C4.19772 11.25 3.75 10.8023 3.75 10.25V8.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M5 11.5L5.89869 19.3635C5.95641 19.8686 6.38387 20.25 6.89222 20.25H17.1078C17.6161 20.25 18.0436 19.8686 18.1013 19.3635L19 11.5\"\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,4LACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oIACF,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"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconSteeringWheel1: FC<CentralIconBaseProps>;
4
+ export default IconSteeringWheel1;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of h(o))!x.call(r,C)&&C!==t&&p(r,C,{get:()=>o[C],enumerable:!(s=f(o,C))||s.enumerable});return r};var c=(r,o,t)=>(t=r!=null?d(k(r)):{},l(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>l(p({},"__esModule",{value:!0}),r);var P={};B(P,{IconSteeringWheel1:()=>u,default:()=>g});module.exports=I(P);var e=c(require("react"));var m=c(require("react")),a=require("react-native-svg"),i=({children:r,size:o=24,...t})=>m.default.createElement(a.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 n=require("react-native-svg"),u=r=>e.default.createElement(i,{...r},e.default.createElement(n.Path,{d:"M3 11.75C10 8.75005 14 8.75 21 11.75",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M3.5 15.5C5.66826 14.6661 6.75238 14.2491 7.62164 14.4332C8.40081 14.5982 9.08237 15.0663 9.51611 15.7343C10 16.4795 10 17.6411 10 19.9642V21",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M20.5 15.5C18.3317 14.6661 17.2476 14.2491 16.3784 14.4332C15.5992 14.5982 14.9176 15.0663 14.4839 15.7343C14 16.4795 14 17.6411 14 19.9642V21",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Circle,{cx:"12",cy:"12",r:"9.25",stroke:"currentColor",strokeWidth:"1.5"})),g=u;0&&(module.exports={IconSteeringWheel1});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconSteeringWheel1/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 IconSteeringWheel1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3 11.75C10 8.75005 14 8.75 21 11.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M3.5 15.5C5.66826 14.6661 6.75238 14.2491 7.62164 14.4332C8.40081 14.5982 9.08237 15.0663 9.51611 15.7343C10 16.4795 10 17.6411 10 19.9642V21\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M20.5 15.5C18.3317 14.6661 17.2476 14.2491 16.3784 14.4332C15.5992 14.5982 14.9176 15.0663 14.4839 15.7343C14 16.4795 14 17.6411 14 19.9642V21\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"9.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSteeringWheel1;\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,wBAAAE,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,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,uCACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gJACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iJACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,CACF,EAIGE,EAAQJ","names":["IconSteeringWheel1_exports","__export","IconSteeringWheel1","IconSteeringWheel1_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSteeringWheel1","props","React","CentralIconBase","IconSteeringWheel1_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";import{Svg as s}from"react-native-svg";var n=({children:t,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Circle as l,Path as e}from"react-native-svg";var c=t=>o.createElement(n,{...t},o.createElement(e,{d:"M3 11.75C10 8.75005 14 8.75 21 11.75",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(e,{d:"M3.5 15.5C5.66826 14.6661 6.75238 14.2491 7.62164 14.4332C8.40081 14.5982 9.08237 15.0663 9.51611 15.7343C10 16.4795 10 17.6411 10 19.9642V21",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(e,{d:"M20.5 15.5C18.3317 14.6661 17.2476 14.2491 16.3784 14.4332C15.5992 14.5982 14.9176 15.0663 14.4839 15.7343C14 16.4795 14 17.6411 14 19.9642V21",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(l,{cx:"12",cy:"12",r:"9.25",stroke:"currentColor",strokeWidth:"1.5"})),B=c;export{c as IconSteeringWheel1,B as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconSteeringWheel1/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 IconSteeringWheel1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3 11.75C10 8.75005 14 8.75 21 11.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M3.5 15.5C5.66826 14.6661 6.75238 14.2491 7.62164 14.4332C8.40081 14.5982 9.08237 15.0663 9.51611 15.7343C10 16.4795 10 17.6411 10 19.9642V21\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M20.5 15.5C18.3317 14.6661 17.2476 14.2491 16.3784 14.4332C15.5992 14.5982 14.9176 15.0663 14.4839 15.7343C14 16.4795 14 17.6411 14 19.9642V21\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"9.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSteeringWheel1;\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,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,uCACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gJACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iJACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,CACF,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconSteeringWheel1","props","React","CentralIconBase","IconSteeringWheel1_default"]}
package/IconUfo/index.js CHANGED
@@ -1,2 +1,2 @@
1
- "use strict";var m=Object.create;var C=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var e in r)C(o,e,{get:r[e],enumerable:!0})},i=(o,r,e,s)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of f(r))!B.call(o,t)&&t!==e&&C(o,t,{get:()=>r[t],enumerable:!(s=k(r,t))||s.enumerable});return o};var a=(o,r,e)=>(e=o!=null?m(L(o)):{},i(r||!o||!o.__esModule?C(e,"default",{value:o,enumerable:!0}):e,o)),h=o=>i(C({},"__esModule",{value:!0}),o);var P={};I(P,{IconUfo:()=>l,default:()=>x});module.exports=h(P);var n=a(require("react"));var u=a(require("react")),d=require("react-native-svg"),c=({children:o,size:r=24,...e})=>u.default.createElement(d.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var p=require("react-native-svg"),l=o=>n.default.createElement(c,{...o},n.default.createElement(p.Path,{d:"M3.75 20.25L6.89971 15.1652C7.2735 14.5617 6.91578 13.7712 6.22711 13.5991C3.52421 12.9239 1.75 11.7878 1.75 10.5C1.75 9.02898 4.06511 7.75579 7.43504 7.14151C7.62077 7.10766 7.75 6.93878 7.75 6.75C7.75 4.54086 9.65279 2.75 12 2.75C14.3472 2.75 16.25 4.54086 16.25 6.75C16.25 6.93878 16.3792 7.10766 16.565 7.14151C19.9349 7.75579 22.25 9.02898 22.25 10.5C22.25 11.7878 20.4758 12.9239 17.7729 13.5991C17.0842 13.7712 16.7265 14.5617 17.1003 15.1652L20.25 20.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M7.76562 7.0841C9.05659 6.86951 10.4906 6.75 12.001 6.75C13.5114 6.75 14.9454 6.86951 16.2364 7.0841",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M7.67969 13.9021L9.70957 10.6251C9.85356 10.3926 10.0861 10.2269 10.3557 10.1811C11.4643 9.993 12.5308 9.993 13.6394 10.1811C13.909 10.2269 14.1415 10.3926 14.2855 10.6251L16.3154 13.9021",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),x=l;0&&(module.exports={IconUfo});
1
+ "use strict";var m=Object.create;var C=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var e in r)C(o,e,{get:r[e],enumerable:!0})},i=(o,r,e,s)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of f(r))!B.call(o,t)&&t!==e&&C(o,t,{get:()=>r[t],enumerable:!(s=k(r,t))||s.enumerable});return o};var a=(o,r,e)=>(e=o!=null?m(L(o)):{},i(r||!o||!o.__esModule?C(e,"default",{value:o,enumerable:!0}):e,o)),h=o=>i(C({},"__esModule",{value:!0}),o);var P={};I(P,{IconUfo:()=>l,default:()=>x});module.exports=h(P);var n=a(require("react"));var u=a(require("react")),d=require("react-native-svg"),c=({children:o,size:r=24,...e})=>u.default.createElement(d.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var p=require("react-native-svg"),l=o=>n.default.createElement(c,{...o},n.default.createElement(p.Path,{d:"M3.75 20.25L7.68216 13.902C4.17881 13.3059 1.75 12.0067 1.75 10.5C1.75 9.02898 4.06511 7.75579 7.43504 7.14151C7.62077 7.10766 7.75 6.93878 7.75 6.75C7.75 4.54086 9.65279 2.75 12 2.75C14.3472 2.75 16.25 4.54086 16.25 6.75C16.25 6.93878 16.3792 7.10766 16.565 7.14151C19.9349 7.75579 22.25 9.02898 22.25 10.5C22.25 12.0067 19.8212 13.3059 16.3178 13.902L20.25 20.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M7.76562 7.0841C9.05659 6.86951 10.4906 6.75 12.001 6.75C13.5114 6.75 14.9454 6.86951 16.2364 7.0841",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M7.67969 13.9021L9.70957 10.6251C9.85356 10.3926 10.0861 10.2269 10.3557 10.1811C11.4643 9.993 12.5308 9.993 13.6394 10.1811C13.909 10.2269 14.1415 10.3926 14.2855 10.6251L16.3154 13.9021",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),x=l;0&&(module.exports={IconUfo});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconUfo/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 IconUfo: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.75 20.25L6.89971 15.1652C7.2735 14.5617 6.91578 13.7712 6.22711 13.5991C3.52421 12.9239 1.75 11.7878 1.75 10.5C1.75 9.02898 4.06511 7.75579 7.43504 7.14151C7.62077 7.10766 7.75 6.93878 7.75 6.75C7.75 4.54086 9.65279 2.75 12 2.75C14.3472 2.75 16.25 4.54086 16.25 6.75C16.25 6.93878 16.3792 7.10766 16.565 7.14151C19.9349 7.75579 22.25 9.02898 22.25 10.5C22.25 11.7878 20.4758 12.9239 17.7729 13.5991C17.0842 13.7712 16.7265 14.5617 17.1003 15.1652L20.25 20.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.76562 7.0841C9.05659 6.86951 10.4906 6.75 12.001 6.75C13.5114 6.75 14.9454 6.86951 16.2364 7.0841\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.67969 13.9021L9.70957 10.6251C9.85356 10.3926 10.0861 10.2269 10.3557 10.1811C11.4643 9.993 12.5308 9.993 13.6394 10.1811C13.909 10.2269 14.1415 10.3926 14.2855 10.6251L16.3154 13.9021\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconUfo;\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,aAAAE,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,EAAqCC,GAE9C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gdACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uGACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8LACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconUfo_exports","__export","IconUfo","IconUfo_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconUfo","props","React","CentralIconBase","IconUfo_default"]}
1
+ {"version":3,"sources":["../src/IconUfo/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 IconUfo: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.75 20.25L7.68216 13.902C4.17881 13.3059 1.75 12.0067 1.75 10.5C1.75 9.02898 4.06511 7.75579 7.43504 7.14151C7.62077 7.10766 7.75 6.93878 7.75 6.75C7.75 4.54086 9.65279 2.75 12 2.75C14.3472 2.75 16.25 4.54086 16.25 6.75C16.25 6.93878 16.3792 7.10766 16.565 7.14151C19.9349 7.75579 22.25 9.02898 22.25 10.5C22.25 12.0067 19.8212 13.3059 16.3178 13.902L20.25 20.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.76562 7.0841C9.05659 6.86951 10.4906 6.75 12.001 6.75C13.5114 6.75 14.9454 6.86951 16.2364 7.0841\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.67969 13.9021L9.70957 10.6251C9.85356 10.3926 10.0861 10.2269 10.3557 10.1811C11.4643 9.993 12.5308 9.993 13.6394 10.1811C13.909 10.2269 14.1415 10.3926 14.2855 10.6251L16.3154 13.9021\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconUfo;\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,aAAAE,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,EAAqCC,GAE9C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+WACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uGACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8LACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconUfo_exports","__export","IconUfo","IconUfo_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconUfo","props","React","CentralIconBase","IconUfo_default"]}
package/IconUfo/index.mjs CHANGED
@@ -1,2 +1,2 @@
1
- import r from"react";import p from"react";import{Svg as s}from"react-native-svg";var n=({children:e,size:o=24,...C})=>p.createElement(s,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var i=e=>r.createElement(n,{...e},r.createElement(t,{d:"M3.75 20.25L6.89971 15.1652C7.2735 14.5617 6.91578 13.7712 6.22711 13.5991C3.52421 12.9239 1.75 11.7878 1.75 10.5C1.75 9.02898 4.06511 7.75579 7.43504 7.14151C7.62077 7.10766 7.75 6.93878 7.75 6.75C7.75 4.54086 9.65279 2.75 12 2.75C14.3472 2.75 16.25 4.54086 16.25 6.75C16.25 6.93878 16.3792 7.10766 16.565 7.14151C19.9349 7.75579 22.25 9.02898 22.25 10.5C22.25 11.7878 20.4758 12.9239 17.7729 13.5991C17.0842 13.7712 16.7265 14.5617 17.1003 15.1652L20.25 20.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M7.76562 7.0841C9.05659 6.86951 10.4906 6.75 12.001 6.75C13.5114 6.75 14.9454 6.86951 16.2364 7.0841",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M7.67969 13.9021L9.70957 10.6251C9.85356 10.3926 10.0861 10.2269 10.3557 10.1811C11.4643 9.993 12.5308 9.993 13.6394 10.1811C13.909 10.2269 14.1415 10.3926 14.2855 10.6251L16.3154 13.9021",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),B=i;export{i as IconUfo,B as default};
1
+ import r from"react";import p from"react";import{Svg as s}from"react-native-svg";var n=({children:e,size:o=24,...C})=>p.createElement(s,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var i=e=>r.createElement(n,{...e},r.createElement(t,{d:"M3.75 20.25L7.68216 13.902C4.17881 13.3059 1.75 12.0067 1.75 10.5C1.75 9.02898 4.06511 7.75579 7.43504 7.14151C7.62077 7.10766 7.75 6.93878 7.75 6.75C7.75 4.54086 9.65279 2.75 12 2.75C14.3472 2.75 16.25 4.54086 16.25 6.75C16.25 6.93878 16.3792 7.10766 16.565 7.14151C19.9349 7.75579 22.25 9.02898 22.25 10.5C22.25 12.0067 19.8212 13.3059 16.3178 13.902L20.25 20.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M7.76562 7.0841C9.05659 6.86951 10.4906 6.75 12.001 6.75C13.5114 6.75 14.9454 6.86951 16.2364 7.0841",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M7.67969 13.9021L9.70957 10.6251C9.85356 10.3926 10.0861 10.2269 10.3557 10.1811C11.4643 9.993 12.5308 9.993 13.6394 10.1811C13.909 10.2269 14.1415 10.3926 14.2855 10.6251L16.3154 13.9021",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),B=i;export{i as IconUfo,B as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconUfo/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 IconUfo: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.75 20.25L6.89971 15.1652C7.2735 14.5617 6.91578 13.7712 6.22711 13.5991C3.52421 12.9239 1.75 11.7878 1.75 10.5C1.75 9.02898 4.06511 7.75579 7.43504 7.14151C7.62077 7.10766 7.75 6.93878 7.75 6.75C7.75 4.54086 9.65279 2.75 12 2.75C14.3472 2.75 16.25 4.54086 16.25 6.75C16.25 6.93878 16.3792 7.10766 16.565 7.14151C19.9349 7.75579 22.25 9.02898 22.25 10.5C22.25 11.7878 20.4758 12.9239 17.7729 13.5991C17.0842 13.7712 16.7265 14.5617 17.1003 15.1652L20.25 20.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.76562 7.0841C9.05659 6.86951 10.4906 6.75 12.001 6.75C13.5114 6.75 14.9454 6.86951 16.2364 7.0841\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.67969 13.9021L9.70957 10.6251C9.85356 10.3926 10.0861 10.2269 10.3557 10.1811C11.4643 9.993 12.5308 9.993 13.6394 10.1811C13.909 10.2269 14.1415 10.3926 14.2855 10.6251L16.3154 13.9021\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconUfo;\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,EAAqCC,GAE9CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gdACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uGACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8LACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconUfo","props","React","CentralIconBase","IconUfo_default"]}
1
+ {"version":3,"sources":["../src/IconUfo/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 IconUfo: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.75 20.25L7.68216 13.902C4.17881 13.3059 1.75 12.0067 1.75 10.5C1.75 9.02898 4.06511 7.75579 7.43504 7.14151C7.62077 7.10766 7.75 6.93878 7.75 6.75C7.75 4.54086 9.65279 2.75 12 2.75C14.3472 2.75 16.25 4.54086 16.25 6.75C16.25 6.93878 16.3792 7.10766 16.565 7.14151C19.9349 7.75579 22.25 9.02898 22.25 10.5C22.25 12.0067 19.8212 13.3059 16.3178 13.902L20.25 20.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.76562 7.0841C9.05659 6.86951 10.4906 6.75 12.001 6.75C13.5114 6.75 14.9454 6.86951 16.2364 7.0841\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.67969 13.9021L9.70957 10.6251C9.85356 10.3926 10.0861 10.2269 10.3557 10.1811C11.4643 9.993 12.5308 9.993 13.6394 10.1811C13.909 10.2269 14.1415 10.3926 14.2855 10.6251L16.3154 13.9021\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconUfo;\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,EAAqCC,GAE9CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+WACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uGACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8LACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconUfo","props","React","CentralIconBase","IconUfo_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
@@ -1965,6 +1968,10 @@ Below is a complete list of available icons:
1965
1968
  - IconVerticalAlignmentRight
1966
1969
  - IconWrite
1967
1970
 
1971
+ ### Vehicles
1972
+
1973
+ - IconSteeringWheel1
1974
+
1968
1975
  ### Vehicles & Aircrafts
1969
1976
 
1970
1977
  - IconAirplane
@@ -8750,6 +8750,20 @@
8750
8750
  "packageName": "round-outlined-radius-1-stroke-1.5",
8751
8751
  "componentName": "IconDotGrid1x3Horizontal"
8752
8752
  },
8753
+ {
8754
+ "category": "Interface General",
8755
+ "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\"/>",
8756
+ "iconName": "dot-grid-1x3-horizontal-tight, menu, drag, grab",
8757
+ "variant": {
8758
+ "join": "round",
8759
+ "filled": "off",
8760
+ "radius": "1",
8761
+ "stroke": "1.5"
8762
+ },
8763
+ "createdAt": "2026-02-10T08:00:47.98276+00:00",
8764
+ "packageName": "round-outlined-radius-1-stroke-1.5",
8765
+ "componentName": "IconDotGrid1x3HorizontalTight"
8766
+ },
8753
8767
  {
8754
8768
  "category": "Interface General",
8755
8769
  "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 +8778,20 @@
8764
8778
  "packageName": "round-outlined-radius-1-stroke-1.5",
8765
8779
  "componentName": "IconDotGrid1x3Vertical"
8766
8780
  },
8781
+ {
8782
+ "category": "Interface General",
8783
+ "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\"/>",
8784
+ "iconName": "dot-grid-1x3-vertical-tight, menu, drag, grab",
8785
+ "variant": {
8786
+ "join": "round",
8787
+ "filled": "off",
8788
+ "radius": "1",
8789
+ "stroke": "1.5"
8790
+ },
8791
+ "createdAt": "2026-02-10T08:00:47.98276+00:00",
8792
+ "packageName": "round-outlined-radius-1-stroke-1.5",
8793
+ "componentName": "IconDotGrid1x3VerticalTight"
8794
+ },
8767
8795
  {
8768
8796
  "category": "Interface General",
8769
8797
  "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\"/>",
@@ -17584,6 +17612,20 @@
17584
17612
  "packageName": "round-outlined-radius-1-stroke-1.5",
17585
17613
  "componentName": "IconPokeball"
17586
17614
  },
17615
+ {
17616
+ "category": "Things",
17617
+ "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.75C3.75 8.19772 4.19772 7.75 4.75 7.75H19.25C19.8023 7.75 20.25 8.19772 20.25 8.75V10.25C20.25 10.8023 19.8023 11.25 19.25 11.25H4.75C4.19772 11.25 3.75 10.8023 3.75 10.25V8.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M5 11.5L5.89869 19.3635C5.95641 19.8686 6.38387 20.25 6.89222 20.25H17.1078C17.6161 20.25 18.0436 19.8686 18.1013 19.3635L19 11.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
17618
+ "iconName": "politics, speaker, press-conference, speech",
17619
+ "variant": {
17620
+ "join": "round",
17621
+ "filled": "off",
17622
+ "radius": "1",
17623
+ "stroke": "1.5"
17624
+ },
17625
+ "createdAt": "2026-02-10T08:00:47.98276+00:00",
17626
+ "packageName": "round-outlined-radius-1-stroke-1.5",
17627
+ "componentName": "IconPolitics"
17628
+ },
17587
17629
  {
17588
17630
  "category": "Emoji",
17589
17631
  "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\"/>",
@@ -21252,6 +21294,20 @@
21252
21294
  "packageName": "round-outlined-radius-1-stroke-1.5",
21253
21295
  "componentName": "IconSteeringWheel"
21254
21296
  },
21297
+ {
21298
+ "category": "Vehicles",
21299
+ "svg": "<path d=\"M3 11.75C10 8.75005 14 8.75 21 11.75\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M3.5 15.5C5.66826 14.6661 6.75238 14.2491 7.62164 14.4332C8.40081 14.5982 9.08237 15.0663 9.51611 15.7343C10 16.4795 10 17.6411 10 19.9642V21\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M20.5 15.5C18.3317 14.6661 17.2476 14.2491 16.3784 14.4332C15.5992 14.5982 14.9176 15.0663 14.4839 15.7343C14 16.4795 14 17.6411 14 19.9642V21\" stroke=\"currentColor\" stroke-width=\"1.5\"/><circle cx=\"12\" cy=\"12\" r=\"9.25\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
21300
+ "iconName": "steering-wheel, autopilot, drive",
21301
+ "variant": {
21302
+ "join": "round",
21303
+ "filled": "off",
21304
+ "radius": "1",
21305
+ "stroke": "1.5"
21306
+ },
21307
+ "createdAt": "2026-02-09T16:00:58.002942+00:00",
21308
+ "packageName": "round-outlined-radius-1-stroke-1.5",
21309
+ "componentName": "IconSteeringWheel1"
21310
+ },
21255
21311
  {
21256
21312
  "category": "Arrows",
21257
21313
  "svg": "<path d=\"M6.75 3.25L3.75 6.25L6.75 9.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.5 6.25H14.25C17.7018 6.25 20.5 9.04822 20.5 12.5C20.5 15.9518 17.7018 18.75 14.25 18.75H5.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -23060,7 +23116,7 @@
23060
23116
  },
23061
23117
  {
23062
23118
  "category": "Vehicles & Aircrafts",
23063
- "svg": "<path d=\"M3.75 20.25L6.89971 15.1652C7.2735 14.5617 6.91578 13.7712 6.22711 13.5991C3.52421 12.9239 1.75 11.7878 1.75 10.5C1.75 9.02898 4.06511 7.75579 7.43504 7.14151C7.62077 7.10766 7.75 6.93878 7.75 6.75C7.75 4.54086 9.65279 2.75 12 2.75C14.3472 2.75 16.25 4.54086 16.25 6.75C16.25 6.93878 16.3792 7.10766 16.565 7.14151C19.9349 7.75579 22.25 9.02898 22.25 10.5C22.25 11.7878 20.4758 12.9239 17.7729 13.5991C17.0842 13.7712 16.7265 14.5617 17.1003 15.1652L20.25 20.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.76562 7.0841C9.05659 6.86951 10.4906 6.75 12.001 6.75C13.5114 6.75 14.9454 6.86951 16.2364 7.0841\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.67969 13.9021L9.70957 10.6251C9.85356 10.3926 10.0861 10.2269 10.3557 10.1811C11.4643 9.993 12.5308 9.993 13.6394 10.1811C13.909 10.2269 14.1415 10.3926 14.2855 10.6251L16.3154 13.9021\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
23119
+ "svg": "<path d=\"M3.75 20.25L7.68216 13.902C4.17881 13.3059 1.75 12.0067 1.75 10.5C1.75 9.02898 4.06511 7.75579 7.43504 7.14151C7.62077 7.10766 7.75 6.93878 7.75 6.75C7.75 4.54086 9.65279 2.75 12 2.75C14.3472 2.75 16.25 4.54086 16.25 6.75C16.25 6.93878 16.3792 7.10766 16.565 7.14151C19.9349 7.75579 22.25 9.02898 22.25 10.5C22.25 12.0067 19.8212 13.3059 16.3178 13.902L20.25 20.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.76562 7.0841C9.05659 6.86951 10.4906 6.75 12.001 6.75C13.5114 6.75 14.9454 6.86951 16.2364 7.0841\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.67969 13.9021L9.70957 10.6251C9.85356 10.3926 10.0861 10.2269 10.3557 10.1811C11.4643 9.993 12.5308 9.993 13.6394 10.1811C13.909 10.2269 14.1415 10.3926 14.2855 10.6251L16.3154 13.9021\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
23064
23120
  "iconName": "ufo, beam",
23065
23121
  "variant": {
23066
23122
  "join": "round",
package/icons/index.d.ts CHANGED
@@ -624,7 +624,9 @@ export type CentralIconName =
624
624
  | "IconDoorHanger"
625
625
  | "IconDossier"
626
626
  | "IconDotGrid1x3Horizontal"
627
+ | "IconDotGrid1x3HorizontalTight"
627
628
  | "IconDotGrid1x3Vertical"
629
+ | "IconDotGrid1x3VerticalTight"
628
630
  | "IconDotGrid2x3"
629
631
  | "IconDotGrid3x3"
630
632
  | "IconDoupleCheck"
@@ -1255,6 +1257,7 @@ export type CentralIconName =
1255
1257
  | "IconPointChart"
1256
1258
  | "IconPointer"
1257
1259
  | "IconPokeball"
1260
+ | "IconPolitics"
1258
1261
  | "IconPoop"
1259
1262
  | "IconPopcorn"
1260
1263
  | "IconPopsicle1"
@@ -1517,6 +1520,7 @@ export type CentralIconName =
1517
1520
  | "IconSteakSteamLines"
1518
1521
  | "IconSteam"
1519
1522
  | "IconSteeringWheel"
1523
+ | "IconSteeringWheel1"
1520
1524
  | "IconStepBack"
1521
1525
  | "IconStepForwards"
1522
1526
  | "IconSteveJobs"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-1-stroke-1.5",
3
- "version": "1.1.121",
3
+ "version": "1.1.123",
4
4
  "style": "round-outlined-radius-1-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-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": 1770,
14
+ "totalIcons": 1774,
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",
@@ -1904,6 +1907,10 @@
1904
1907
  "IconWrite"
1905
1908
  ]
1906
1909
  },
1910
+ "Vehicles": {
1911
+ "count": 1,
1912
+ "icons": ["IconSteeringWheel1"]
1913
+ },
1907
1914
  "Vehicles & Aircrafts": {
1908
1915
  "count": 35,
1909
1916
  "icons": [
@@ -2595,7 +2602,9 @@
2595
2602
  "IconDoorHanger": "door-hanger, sign, do-not-disdurb",
2596
2603
  "IconDossier": "dossier",
2597
2604
  "IconDotGrid1x3Horizontal": "dot-grid-1x3-horizontal, menu, drag, grab",
2605
+ "IconDotGrid1x3HorizontalTight": "dot-grid-1x3-horizontal-tight, menu, drag, grab",
2598
2606
  "IconDotGrid1x3Vertical": "dot-grid-1x3-vertical, menu, drag, grab",
2607
+ "IconDotGrid1x3VerticalTight": "dot-grid-1x3-vertical-tight, menu, drag, grab",
2599
2608
  "IconDotGrid2x3": "dot-grid-2x3, menu, drag, grab",
2600
2609
  "IconDotGrid3x3": "dot-grid-3x3, menu, drag, grab",
2601
2610
  "IconDoupleCheck": "douple-check",
@@ -3226,6 +3235,7 @@
3226
3235
  "IconPointChart": "point-chart, dots",
3227
3236
  "IconPointer": "pointer, hand",
3228
3237
  "IconPokeball": "pokeball, catch",
3238
+ "IconPolitics": "politics, speaker, press-conference, speech",
3229
3239
  "IconPoop": "poop, spam",
3230
3240
  "IconPopcorn": "popcorn, movies, series",
3231
3241
  "IconPopsicle1": "popsicle-1, ice-cream, sweets",
@@ -3488,6 +3498,7 @@
3488
3498
  "IconSteakSteamLines": "steak-steam-lines, t-bone",
3489
3499
  "IconSteam": "steam",
3490
3500
  "IconSteeringWheel": "steering-wheel, control, navigate, boot",
3501
+ "IconSteeringWheel1": "steering-wheel, autopilot, drive",
3491
3502
  "IconStepBack": "step-back, undo",
3492
3503
  "IconStepForwards": "step-forwards, continue",
3493
3504
  "IconSteveJobs": "steve-jobs, professor, innovation",
package/index.d.ts CHANGED
@@ -623,7 +623,9 @@ export { IconDoor, default as IconDoorDefault } from "./IconDoor";
623
623
  export { IconDoorHanger, default as IconDoorHangerDefault, } from "./IconDoorHanger";
624
624
  export { IconDossier, default as IconDossierDefault } from "./IconDossier";
625
625
  export { IconDotGrid1x3Horizontal, default as IconDotGrid1x3HorizontalDefault, } from "./IconDotGrid1x3Horizontal";
626
+ export { IconDotGrid1x3HorizontalTight, default as IconDotGrid1x3HorizontalTightDefault, } from "./IconDotGrid1x3HorizontalTight";
626
627
  export { IconDotGrid1x3Vertical, default as IconDotGrid1x3VerticalDefault, } from "./IconDotGrid1x3Vertical";
628
+ export { IconDotGrid1x3VerticalTight, default as IconDotGrid1x3VerticalTightDefault, } from "./IconDotGrid1x3VerticalTight";
627
629
  export { IconDotGrid2x3, default as IconDotGrid2x3Default, } from "./IconDotGrid2x3";
628
630
  export { IconDotGrid3x3, default as IconDotGrid3x3Default, } from "./IconDotGrid3x3";
629
631
  export { IconDoupleCheck, default as IconDoupleCheckDefault, } from "./IconDoupleCheck";
@@ -1254,6 +1256,7 @@ export { IconPodcast2, default as IconPodcast2Default } from "./IconPodcast2";
1254
1256
  export { IconPointChart, default as IconPointChartDefault, } from "./IconPointChart";
1255
1257
  export { IconPointer, default as IconPointerDefault } from "./IconPointer";
1256
1258
  export { IconPokeball, default as IconPokeballDefault } from "./IconPokeball";
1259
+ export { IconPolitics, default as IconPoliticsDefault } from "./IconPolitics";
1257
1260
  export { IconPoop, default as IconPoopDefault } from "./IconPoop";
1258
1261
  export { IconPopcorn, default as IconPopcornDefault } from "./IconPopcorn";
1259
1262
  export { IconPopsicle1, default as IconPopsicle1Default, } from "./IconPopsicle1";
@@ -1516,6 +1519,7 @@ export { IconSteak, default as IconSteakDefault } from "./IconSteak";
1516
1519
  export { IconSteakSteamLines, default as IconSteakSteamLinesDefault, } from "./IconSteakSteamLines";
1517
1520
  export { IconSteam, default as IconSteamDefault } from "./IconSteam";
1518
1521
  export { IconSteeringWheel, default as IconSteeringWheelDefault, } from "./IconSteeringWheel";
1522
+ export { IconSteeringWheel1, default as IconSteeringWheel1Default, } from "./IconSteeringWheel1";
1519
1523
  export { IconStepBack, default as IconStepBackDefault } from "./IconStepBack";
1520
1524
  export { IconStepForwards, default as IconStepForwardsDefault, } from "./IconStepForwards";
1521
1525
  export { IconSteveJobs, default as IconSteveJobsDefault, } from "./IconSteveJobs";