@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.214 → 1.1.216
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/IconArrowRotateClockwise/index.js +1 -1
- package/IconArrowRotateClockwise/index.js.map +1 -1
- package/IconArrowRotateClockwise/index.mjs +1 -1
- package/IconArrowRotateClockwise/index.mjs.map +1 -1
- package/IconCard/index.d.ts +4 -0
- package/IconCard/index.js +2 -0
- package/IconCard/index.js.map +1 -0
- package/IconCard/index.mjs +2 -0
- package/IconCard/index.mjs.map +1 -0
- package/IconMoon/index.js +1 -1
- package/IconMoon/index.js.map +1 -1
- package/IconMoon/index.mjs +1 -1
- package/IconMoon/index.mjs.map +1 -1
- package/IconMoonStar/index.js +1 -1
- package/IconMoonStar/index.js.map +1 -1
- package/IconMoonStar/index.mjs +1 -1
- package/IconMoonStar/index.mjs.map +1 -1
- package/IconTextMotion/index.js +1 -1
- package/IconTextMotion/index.js.map +1 -1
- package/IconTextMotion/index.mjs +1 -1
- package/IconTextMotion/index.mjs.map +1 -1
- package/README.md +1 -0
- package/filtered-icons.json +18 -4
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +2 -1
- package/tsx-icons.json +11 -4
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(s=B(o,e))||s.enumerable});return r};var l=(r,o,t)=>(t=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var k={};d(k,{IconArrowRotateClockwise:()=>i,default:()=>h});module.exports=g(k);var p=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>m.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),i=r=>p.default.createElement(f,{...r},p.default.createElement(C.Path,{d:"M18.9297 8C17.5465 5.60879 14.9611 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C15.7277 20 18.8599 17.4505 19.748 14",stroke:"currentColor",strokeWidth:"2"}),p.default.createElement(C.Path,{d:"M19 3V8H14",stroke:"currentColor",strokeWidth:"2"})),h=i;0&&(module.exports={IconArrowRotateClockwise});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconArrowRotateClockwise/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 IconArrowRotateClockwise: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconArrowRotateClockwise/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 IconArrowRotateClockwise: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.9297 8C17.5465 5.60879 14.9611 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C15.7277 20 18.8599 17.4505 19.748 14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path d=\"M19 3V8H14\" stroke=\"currentColor\" strokeWidth=\"2\" />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowRotateClockwise;\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,8BAAAE,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,EAAsDC,GAE/D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,qIACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,YAAY,IAAI,CAC7D,EAIGE,EAAQJ","names":["IconArrowRotateClockwise_exports","__export","IconArrowRotateClockwise","IconArrowRotateClockwise_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowRotateClockwise","props","React","CentralIconBase","IconArrowRotateClockwise_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import t from"react";import C from"react";import{Svg as s}from"react-native-svg";var e=({children:o,size:r=24,...p})=>C.createElement(s,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M18.9297 8C17.5465 5.60879 14.9611 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C15.7277 20 18.8599 17.4505 19.748 14",stroke:"currentColor",strokeWidth:"2"}),t.createElement(n,{d:"M19 3V8H14",stroke:"currentColor",strokeWidth:"2"})),P=a;export{a as IconArrowRotateClockwise,P as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconArrowRotateClockwise/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 IconArrowRotateClockwise: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconArrowRotateClockwise/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 IconArrowRotateClockwise: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.9297 8C17.5465 5.60879 14.9611 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C15.7277 20 18.8599 17.4505 19.748 14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path d=\"M19 3V8H14\" stroke=\"currentColor\" strokeWidth=\"2\" />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowRotateClockwise;\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,EAAsDC,GAE/DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,qIACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,aAAa,OAAO,eAAe,YAAY,IAAI,CAC7D,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowRotateClockwise","props","React","CentralIconBase","IconArrowRotateClockwise_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var s=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)s(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let p of h(o))!x.call(r,p)&&p!==t&&s(r,p,{get:()=>o[p],enumerable:!(C=f(o,p))||C.enumerable});return r};var a=(r,o,t)=>(t=r!=null?u(k(r)):{},l(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>l(s({},"__esModule",{value:!0}),r);var g={};B(g,{IconCard:()=>d,default:()=>P});module.exports=I(g);var e=a(require("react"));var c=a(require("react")),m=require("react-native-svg"),i=({children:r,size:o=24,...t})=>c.default.createElement(m.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),d=r=>e.default.createElement(i,{...r},e.default.createElement(n.Path,{d:"M5 3H19V21H5V3Z",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Circle,{cx:"12",cy:"9",r:"2",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M8 14H16",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M8 17H16",stroke:"currentColor",strokeWidth:"2"})),P=d;0&&(module.exports={IconCard});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCard/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 IconCard: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M5 3H19V21H5V3Z\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Circle cx=\"12\" cy=\"9\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M8 14H16\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M8 17H16\" stroke=\"currentColor\" strokeWidth=\"2\" />\n </CentralIconBase>\n );\n};\n\nexport default IconCard;\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,EAA6B,4BAEhBC,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,YAAY,IAAI,EAChE,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,IAAI,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACnE,EAAAA,QAAA,cAAC,QAAK,EAAE,WAAW,OAAO,eAAe,YAAY,IAAI,EACzD,EAAAA,QAAA,cAAC,QAAK,EAAE,WAAW,OAAO,eAAe,YAAY,IAAI,CAC3D,EAIGE,EAAQJ","names":["IconCard_exports","__export","IconCard","IconCard_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCard","props","React","CentralIconBase","IconCard_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:t,size:r=24,...p})=>s.createElement(C,{...p,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 a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M5 3H19V21H5V3Z",stroke:"currentColor",strokeWidth:"2"}),o.createElement(l,{cx:"12",cy:"9",r:"2",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{d:"M8 14H16",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{d:"M8 17H16",stroke:"currentColor",strokeWidth:"2"})),B=a;export{a as IconCard,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCard/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 IconCard: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M5 3H19V21H5V3Z\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Circle cx=\"12\" cy=\"9\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M8 14H16\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M8 17H16\" stroke=\"currentColor\" strokeWidth=\"2\" />\n </CentralIconBase>\n );\n};\n\nexport default IconCard;\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,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,kBAAkB,OAAO,eAAe,YAAY,IAAI,EAChEG,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,IAAI,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACnEI,EAAA,cAACH,EAAA,CAAK,EAAE,WAAW,OAAO,eAAe,YAAY,IAAI,EACzDG,EAAA,cAACH,EAAA,CAAK,EAAE,WAAW,OAAO,eAAe,YAAY,IAAI,CAC3D,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconCard","props","React","CentralIconBase","IconCard_default"]}
|
package/IconMoon/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(o,r)=>{for(var t in r)n(o,t,{get:r[t],enumerable:!0})},a=(o,r,t,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of I(r))!P.call(o,e)&&e!==t&&n(o,e,{get:()=>r[e],enumerable:!(C=B(r,e))||C.enumerable});return o};var s=(o,r,t)=>(t=o!=null?u(x(o)):{},a(r||!o||!o.__esModule?n(t,"default",{value:o,enumerable:!0}):t,o)),d=o=>a(n({},"__esModule",{value:!0}),o);var v={};g(v,{IconMoon:()=>i,default:()=>h});module.exports=d(v);var p=s(require("react"));var m=s(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 f=require("react-native-svg"),i=o=>p.default.createElement(l,{...o},p.default.createElement(f.Path,{d:"
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(o,r)=>{for(var t in r)n(o,t,{get:r[t],enumerable:!0})},a=(o,r,t,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of I(r))!P.call(o,e)&&e!==t&&n(o,e,{get:()=>r[e],enumerable:!(C=B(r,e))||C.enumerable});return o};var s=(o,r,t)=>(t=o!=null?u(x(o)):{},a(r||!o||!o.__esModule?n(t,"default",{value:o,enumerable:!0}):t,o)),d=o=>a(n({},"__esModule",{value:!0}),o);var v={};g(v,{IconMoon:()=>i,default:()=>h});module.exports=d(v);var p=s(require("react"));var m=s(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 f=require("react-native-svg"),i=o=>p.default.createElement(l,{...o},p.default.createElement(f.Path,{d:"M10.5508 3.08118C10.1961 3.98594 10.001 4.97083 10.001 6.00012C10.001 10.4183 13.5827 14.0001 18.001 14.0001C19.0301 14.0001 20.0143 13.804 20.9189 13.4493C20.2246 17.7487 16.4982 21.0323 12.0029 21.0323C7.01352 21.0323 2.96877 16.9876 2.96875 11.9982C2.96875 7.50313 6.25182 3.77588 10.5508 3.08118Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})),h=i;0&&(module.exports={IconMoon});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/IconMoon/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconMoon/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 IconMoon: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconMoon/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 IconMoon: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.5508 3.08118C10.1961 3.98594 10.001 4.97083 10.001 6.00012C10.001 10.4183 13.5827 14.0001 18.001 14.0001C19.0301 14.0001 20.0143 13.804 20.9189 13.4493C20.2246 17.7487 16.4982 21.0323 12.0029 21.0323C7.01352 21.0323 2.96877 16.9876 2.96875 11.9982C2.96875 7.50313 6.25182 3.77588 10.5508 3.08118Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMoon;\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,+SACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,CACF,EAIGE,EAAQJ","names":["IconMoon_exports","__export","IconMoon","IconMoon_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMoon","props","React","CentralIconBase","IconMoon_default"]}
|
package/IconMoon/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:r,size:o=24,...n})=>p.createElement(C,{...n,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 a}from"react-native-svg";var s=r=>e.createElement(t,{...r},e.createElement(a,{d:"
|
|
1
|
+
import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:r,size:o=24,...n})=>p.createElement(C,{...n,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 a}from"react-native-svg";var s=r=>e.createElement(t,{...r},e.createElement(a,{d:"M10.5508 3.08118C10.1961 3.98594 10.001 4.97083 10.001 6.00012C10.001 10.4183 13.5827 14.0001 18.001 14.0001C19.0301 14.0001 20.0143 13.804 20.9189 13.4493C20.2246 17.7487 16.4982 21.0323 12.0029 21.0323C7.01352 21.0323 2.96877 16.9876 2.96875 11.9982C2.96875 7.50313 6.25182 3.77588 10.5508 3.08118Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})),P=s;export{s as IconMoon,P as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/IconMoon/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconMoon/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 IconMoon: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconMoon/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 IconMoon: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.5508 3.08118C10.1961 3.98594 10.001 4.97083 10.001 6.00012C10.001 10.4183 13.5827 14.0001 18.001 14.0001C19.0301 14.0001 20.0143 13.804 20.9189 13.4493C20.2246 17.7487 16.4982 21.0323 12.0029 21.0323C7.01352 21.0323 2.96877 16.9876 2.96875 11.9982C2.96875 7.50313 6.25182 3.77588 10.5508 3.08118Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMoon;\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,+SACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMoon","props","React","CentralIconBase","IconMoon_default"]}
|
package/IconMoonStar/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var n=Object.defineProperty;var
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=L(o,e))||a.enumerable});return r};var l=(r,o,t)=>(t=r!=null?u(I(r)):{},s(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),d=r=>s(n({},"__esModule",{value:!0}),r);var h={};P(h,{IconMoonStar:()=>i,default:()=>g});module.exports=d(h);var p=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>m.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),i=r=>p.default.createElement(f,{...r},p.default.createElement(C.Path,{d:"M10.5508 3.08118C10.1961 3.98594 10.001 4.97083 10.001 6.00012C10.001 10.4183 13.5827 14.0001 18.001 14.0001C19.0301 14.0001 20.0143 13.804 20.9189 13.4493C20.2246 17.7487 16.4982 21.0323 12.0029 21.0323C7.01352 21.0323 2.96877 16.9876 2.96875 11.9982C2.96875 7.50313 6.25182 3.77588 10.5508 3.08118Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),p.default.createElement(C.Path,{d:"M17.85 3H17.15L16.275 5.275L14 6.15V6.85L16.275 7.725L17.15 10H17.85L18.725 7.725L21 6.85V6.15L18.725 5.275L17.85 3Z",fill:"currentColor"})),g=i;0&&(module.exports={IconMoonStar});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconMoonStar/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 IconMoonStar: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n
|
|
1
|
+
{"version":3,"sources":["../src/IconMoonStar/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 IconMoonStar: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.5508 3.08118C10.1961 3.98594 10.001 4.97083 10.001 6.00012C10.001 10.4183 13.5827 14.0001 18.001 14.0001C19.0301 14.0001 20.0143 13.804 20.9189 13.4493C20.2246 17.7487 16.4982 21.0323 12.0029 21.0323C7.01352 21.0323 2.96877 16.9876 2.96875 11.9982C2.96875 7.50313 6.25182 3.77588 10.5508 3.08118Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M17.85 3H17.15L16.275 5.275L14 6.15V6.85L16.275 7.725L17.15 10H17.85L18.725 7.725L21 6.85V6.15L18.725 5.275L17.85 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMoonStar;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,kBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+SACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uHACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconMoonStar_exports","__export","IconMoonStar","IconMoonStar_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMoonStar","props","React","CentralIconBase","IconMoonStar_default"]}
|
package/IconMoonStar/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import t from"react";import C from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...p})=>C.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var s=o=>t.createElement(e,{...o},t.createElement(n,{d:"M10.5508 3.08118C10.1961 3.98594 10.001 4.97083 10.001 6.00012C10.001 10.4183 13.5827 14.0001 18.001 14.0001C19.0301 14.0001 20.0143 13.804 20.9189 13.4493C20.2246 17.7487 16.4982 21.0323 12.0029 21.0323C7.01352 21.0323 2.96877 16.9876 2.96875 11.9982C2.96875 7.50313 6.25182 3.77588 10.5508 3.08118Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),t.createElement(n,{d:"M17.85 3H17.15L16.275 5.275L14 6.15V6.85L16.275 7.725L17.15 10H17.85L18.725 7.725L21 6.85V6.15L18.725 5.275L17.85 3Z",fill:"currentColor"})),x=s;export{s as IconMoonStar,x as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconMoonStar/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 IconMoonStar: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n
|
|
1
|
+
{"version":3,"sources":["../src/IconMoonStar/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 IconMoonStar: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.5508 3.08118C10.1961 3.98594 10.001 4.97083 10.001 6.00012C10.001 10.4183 13.5827 14.0001 18.001 14.0001C19.0301 14.0001 20.0143 13.804 20.9189 13.4493C20.2246 17.7487 16.4982 21.0323 12.0029 21.0323C7.01352 21.0323 2.96877 16.9876 2.96875 11.9982C2.96875 7.50313 6.25182 3.77588 10.5508 3.08118Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M17.85 3H17.15L16.275 5.275L14 6.15V6.85L16.275 7.725L17.15 10H17.85L18.725 7.725L21 6.85V6.15L18.725 5.275L17.85 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMoonStar;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+SACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uHACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMoonStar","props","React","CentralIconBase","IconMoonStar_default"]}
|
package/IconTextMotion/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var m=Object.create;var p=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of f(o))!x.call(r,s)&&s!==e&&p(r,s,{get:()=>o[s],enumerable:!(a=d(o,s))||a.enumerable});return r};var u=(r,o,e)=>(e=r!=null?m(h(r)):{},i(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>i(p({},"__esModule",{value:!0}),r);var P={};B(P,{IconTextMotion:()=>l,default:()=>L});module.exports=I(P);var t=u(require("react"));var C=u(require("react")),c=require("react-native-svg"),k=({children:r,size:o=24,...e})=>C.default.createElement(c.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 n=require("react-native-svg"),l=r=>t.default.createElement(k,{...r},t.default.createElement(n.Path,{d:"M12.5 14H18.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M6 7H10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M4 17H6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M3 12H8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"
|
|
1
|
+
"use strict";var m=Object.create;var p=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of f(o))!x.call(r,s)&&s!==e&&p(r,s,{get:()=>o[s],enumerable:!(a=d(o,s))||a.enumerable});return r};var u=(r,o,e)=>(e=r!=null?m(h(r)):{},i(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>i(p({},"__esModule",{value:!0}),r);var P={};B(P,{IconTextMotion:()=>l,default:()=>L});module.exports=I(P);var t=u(require("react"));var C=u(require("react")),c=require("react-native-svg"),k=({children:r,size:o=24,...e})=>C.default.createElement(c.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 n=require("react-native-svg"),l=r=>t.default.createElement(k,{...r},t.default.createElement(n.Path,{d:"M12.5 14H18.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M6 7H10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M4 17H6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M3 12H8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M21 19V18.75L16 6H15L10 18.75V19",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),L=l;0&&(module.exports={IconTextMotion});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconTextMotion/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 IconTextMotion: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.5 14H18.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M6 7H10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M4 17H6\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M3 12H8\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconTextMotion/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 IconTextMotion: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.5 14H18.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M6 7H10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M4 17H6\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M3 12H8\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M21 19V18.75L16 6H15L10 18.75V19\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTextMotion;\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,oBAAAE,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,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mCACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["IconTextMotion_exports","__export","IconTextMotion","IconTextMotion_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconTextMotion","props","React","CentralIconBase","IconTextMotion_default"]}
|
package/IconTextMotion/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import o from"react";import p from"react";import{Svg as a}from"react-native-svg";var n=({children:t,size:r=24,...s})=>p.createElement(a,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var i=t=>o.createElement(n,{...t},o.createElement(e,{d:"M12.5 14H18.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(e,{d:"M6 7H10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(e,{d:"M4 17H6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(e,{d:"M3 12H8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(e,{d:"
|
|
1
|
+
import o from"react";import p from"react";import{Svg as a}from"react-native-svg";var n=({children:t,size:r=24,...s})=>p.createElement(a,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var i=t=>o.createElement(n,{...t},o.createElement(e,{d:"M12.5 14H18.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(e,{d:"M6 7H10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(e,{d:"M4 17H6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(e,{d:"M3 12H8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(e,{d:"M21 19V18.75L16 6H15L10 18.75V19",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),x=i;export{i as IconTextMotion,x as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconTextMotion/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 IconTextMotion: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.5 14H18.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M6 7H10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M4 17H6\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M3 12H8\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconTextMotion/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 IconTextMotion: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.5 14H18.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M6 7H10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M4 17H6\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M3 12H8\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M21 19V18.75L16 6H15L10 18.75V19\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTextMotion;\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,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mCACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTextMotion","props","React","CentralIconBase","IconTextMotion_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -1780,7 +1780,7 @@
|
|
|
1780
1780
|
},
|
|
1781
1781
|
{
|
|
1782
1782
|
"category": "Arrows",
|
|
1783
|
-
"svg": "<path d=\"
|
|
1783
|
+
"svg": "<path d=\"M18.9297 8C17.5465 5.60879 14.9611 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C15.7277 20 18.8599 17.4505 19.748 14\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M19 3V8H14\" stroke=\"currentColor\" stroke-width=\"2\"/>",
|
|
1784
1784
|
"iconName": "arrow-rotate-clockwise, rotate-right",
|
|
1785
1785
|
"variant": {
|
|
1786
1786
|
"join": "square",
|
|
@@ -5768,6 +5768,20 @@
|
|
|
5768
5768
|
"packageName": "square-outlined-radius-0-stroke-2",
|
|
5769
5769
|
"componentName": "IconCar9Ev"
|
|
5770
5770
|
},
|
|
5771
|
+
{
|
|
5772
|
+
"category": "Interface General",
|
|
5773
|
+
"svg": "<path d=\"M5 3H19V21H5V3Z\" stroke=\"currentColor\" stroke-width=\"2\"/><circle cx=\"12\" cy=\"9\" r=\"2\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M8 14H16\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M8 17H16\" stroke=\"currentColor\" stroke-width=\"2\"/>",
|
|
5774
|
+
"iconName": "card, profile, avatar, account",
|
|
5775
|
+
"variant": {
|
|
5776
|
+
"join": "square",
|
|
5777
|
+
"filled": "off",
|
|
5778
|
+
"radius": "0",
|
|
5779
|
+
"stroke": "2"
|
|
5780
|
+
},
|
|
5781
|
+
"createdAt": "2026-04-27T10:02:27.997505+00:00",
|
|
5782
|
+
"packageName": "square-outlined-radius-0-stroke-2",
|
|
5783
|
+
"componentName": "IconCard"
|
|
5784
|
+
},
|
|
5771
5785
|
{
|
|
5772
5786
|
"category": "Vehicles & Aircrafts",
|
|
5773
5787
|
"svg": "<path d=\"M3 19V11L7 5H17L21 11V19H17V17H7V19H3Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M1 10H3.5\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M20.5 10H23\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M5 13H8\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M16 13H19\" stroke=\"currentColor\" stroke-width=\"2\"/>",
|
|
@@ -16592,7 +16606,7 @@
|
|
|
16592
16606
|
},
|
|
16593
16607
|
{
|
|
16594
16608
|
"category": "Weather",
|
|
16595
|
-
"svg": "<path d=\"
|
|
16609
|
+
"svg": "<path d=\"M10.5508 3.08118C10.1961 3.98594 10.001 4.97083 10.001 6.00012C10.001 10.4183 13.5827 14.0001 18.001 14.0001C19.0301 14.0001 20.0143 13.804 20.9189 13.4493C20.2246 17.7487 16.4982 21.0323 12.0029 21.0323C7.01352 21.0323 2.96877 16.9876 2.96875 11.9982C2.96875 7.50313 6.25182 3.77588 10.5508 3.08118Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>",
|
|
16596
16610
|
"iconName": "moon, dark-mode, night",
|
|
16597
16611
|
"variant": {
|
|
16598
16612
|
"join": "square",
|
|
@@ -16606,7 +16620,7 @@
|
|
|
16606
16620
|
},
|
|
16607
16621
|
{
|
|
16608
16622
|
"category": "Weather",
|
|
16609
|
-
"svg": "<path
|
|
16623
|
+
"svg": "<path d=\"M10.5508 3.08118C10.1961 3.98594 10.001 4.97083 10.001 6.00012C10.001 10.4183 13.5827 14.0001 18.001 14.0001C19.0301 14.0001 20.0143 13.804 20.9189 13.4493C20.2246 17.7487 16.4982 21.0323 12.0029 21.0323C7.01352 21.0323 2.96877 16.9876 2.96875 11.9982C2.96875 7.50313 6.25182 3.77588 10.5508 3.08118Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M17.85 3H17.15L16.275 5.275L14 6.15V6.85L16.275 7.725L17.15 10H17.85L18.725 7.725L21 6.85V6.15L18.725 5.275L17.85 3Z\" fill=\"currentColor\"/>",
|
|
16610
16624
|
"iconName": "moon-star, night",
|
|
16611
16625
|
"variant": {
|
|
16612
16626
|
"join": "square",
|
|
@@ -25006,7 +25020,7 @@
|
|
|
25006
25020
|
},
|
|
25007
25021
|
{
|
|
25008
25022
|
"category": "Typography",
|
|
25009
|
-
"svg": "<path d=\"M12.5 14H18.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M6 7H10\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M4 17H6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M3 12H8\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"
|
|
25023
|
+
"svg": "<path d=\"M12.5 14H18.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M6 7H10\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M4 17H6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M3 12H8\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M21 19V18.75L16 6H15L10 18.75V19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
|
|
25010
25024
|
"iconName": "text-motion, text-animation",
|
|
25011
25025
|
"variant": {
|
|
25012
25026
|
"join": "square",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-outlined-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.216",
|
|
4
4
|
"style": "square-outlined-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-stroke-2/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1977,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 85,
|
|
@@ -951,7 +951,7 @@
|
|
|
951
951
|
]
|
|
952
952
|
},
|
|
953
953
|
"Interface General": {
|
|
954
|
-
"count":
|
|
954
|
+
"count": 199,
|
|
955
955
|
"icons": [
|
|
956
956
|
"IconAnchor1",
|
|
957
957
|
"IconAnchor2",
|
|
@@ -992,6 +992,7 @@
|
|
|
992
992
|
"IconBrokenHeart",
|
|
993
993
|
"IconBrowserTabs",
|
|
994
994
|
"IconBucket",
|
|
995
|
+
"IconCard",
|
|
995
996
|
"IconChainLink1",
|
|
996
997
|
"IconChainLink2",
|
|
997
998
|
"IconChainLink3",
|
|
@@ -2589,6 +2590,7 @@
|
|
|
2589
2590
|
"IconCar8Ev": "car-8-ev, mini-van",
|
|
2590
2591
|
"IconCar9": "car-9, van",
|
|
2591
2592
|
"IconCar9Ev": "car-9-ev, van",
|
|
2593
|
+
"IconCard": "card, profile, avatar, account",
|
|
2592
2594
|
"IconCarFrontView": "car-front-view",
|
|
2593
2595
|
"IconCarTaxi": "car-taxi, uber",
|
|
2594
2596
|
"IconCarussel": "carussel, slides",
|
package/index.d.ts
CHANGED
|
@@ -412,6 +412,7 @@ export { IconCar9, default as IconCar9Default } from "./IconCar9";
|
|
|
412
412
|
export { IconCar9Ev, default as IconCar9EvDefault } from "./IconCar9Ev";
|
|
413
413
|
export { IconCarFrontView, default as IconCarFrontViewDefault, } from "./IconCarFrontView";
|
|
414
414
|
export { IconCarTaxi, default as IconCarTaxiDefault } from "./IconCarTaxi";
|
|
415
|
+
export { IconCard, default as IconCardDefault } from "./IconCard";
|
|
415
416
|
export { IconCarussel, default as IconCarusselDefault } from "./IconCarussel";
|
|
416
417
|
export { IconCash, default as IconCashDefault } from "./IconCash";
|
|
417
418
|
export { IconCat, default as IconCatDefault } from "./IconCat";
|