@central-icons-react-native/round-filled-radius-0-stroke-2 1.1.17 → 1.1.19
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/IconDistortion/index.d.ts +4 -0
- package/IconDistortion/index.js +2 -0
- package/IconDistortion/index.js.map +1 -0
- package/IconDistortion/index.mjs +2 -0
- package/IconDistortion/index.mjs.map +1 -0
- package/IconTumblr/index.d.ts +4 -0
- package/IconTumblr/index.js +2 -0
- package/IconTumblr/index.js.map +1 -0
- package/IconTumblr/index.mjs +2 -0
- package/IconTumblr/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +8 -4
- package/index.d.ts +2 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +14 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var l=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var C in o)l(r,C,{get:o[C],enumerable:!0})},f=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!P.call(r,n)&&n!==C&&l(r,n,{get:()=>o[n],enumerable:!(p=B(o,n))||p.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(x(r)):{},f(o||!r||!r.__esModule?l(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>f(l({},"__esModule",{value:!0}),r);var h={};d(h,{IconDistortion:()=>c,default:()=>v});module.exports=g(h);var t=m(require("react"));var s=m(require("react")),a=require("react-native-svg"),i=({children:r,size:o=24,...C})=>s.default.createElement(a.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var e=require("react-native-svg"),c=r=>t.default.createElement(i,{...r},t.default.createElement(e.Path,{d:"M3 12.5293C4.80073 11.3549 6.22283 11.1152 7.44434 11.2617C8.54038 11.3933 9.55169 11.8412 10.6455 12.4121C10.0355 13.5771 9.44896 14.8713 9.27539 16.3184C9.10115 17.7718 9.34514 19.3088 10.2168 21H4C3.44772 21 3 20.5523 3 20V12.5293Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M12.4121 13.3535C13.5772 13.9636 14.8711 14.551 16.3184 14.7246C17.7718 14.8989 19.3088 14.6549 21 13.7832V20C21 20.5523 20.5523 21 20 21H12.5293C11.3549 19.1993 11.1152 17.7772 11.2617 16.5557C11.3933 15.4594 11.841 14.4476 12.4121 13.3535Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M20 3C20.5523 3 21 3.44772 21 4V11.4697C19.1991 12.6443 17.7773 12.8848 16.5557 12.7383C15.4592 12.6067 14.4478 12.1581 13.3535 11.5869C13.9634 10.422 14.5511 9.12858 14.7246 7.68164C14.8988 6.22819 14.6548 4.69121 13.7832 3H20Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M11.4707 3C12.6451 4.80073 12.8848 6.22283 12.7383 7.44434C12.6067 8.54052 12.1579 9.55153 11.5869 10.6455C10.4222 10.0357 9.12842 9.44892 7.68164 9.27539C6.2283 9.10117 4.69106 9.34434 3 10.2158V4C3 3.44772 3.44772 3 4 3H11.4707Z",fill:"currentColor"})),v=c;0&&(module.exports={IconDistortion});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDistortion/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 IconDistortion: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3 12.5293C4.80073 11.3549 6.22283 11.1152 7.44434 11.2617C8.54038 11.3933 9.55169 11.8412 10.6455 12.4121C10.0355 13.5771 9.44896 14.8713 9.27539 16.3184C9.10115 17.7718 9.34514 19.3088 10.2168 21H4C3.44772 21 3 20.5523 3 20V12.5293Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.4121 13.3535C13.5772 13.9636 14.8711 14.551 16.3184 14.7246C17.7718 14.8989 19.3088 14.6549 21 13.7832V20C21 20.5523 20.5523 21 20 21H12.5293C11.3549 19.1993 11.1152 17.7772 11.2617 16.5557C11.3933 15.4594 11.841 14.4476 12.4121 13.3535Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20 3C20.5523 3 21 3.44772 21 4V11.4697C19.1991 12.6443 17.7773 12.8848 16.5557 12.7383C15.4592 12.6067 14.4478 12.1581 13.3535 11.5869C13.9634 10.422 14.5511 9.12858 14.7246 7.68164C14.8988 6.22819 14.6548 4.69121 13.7832 3H20Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.4707 3C12.6451 4.80073 12.8848 6.22283 12.7383 7.44434C12.6067 8.54052 12.1579 9.55153 11.5869 10.6455C10.4222 10.0357 9.12842 9.44892 7.68164 9.27539C6.2283 9.10117 4.69106 9.34434 3 10.2158V4C3 3.44772 3.44772 3 4 3H11.4707Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDistortion;\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,6OACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uOACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yOACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconDistortion_exports","__export","IconDistortion","IconDistortion_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconDistortion","props","React","CentralIconBase","IconDistortion_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var n=({children:t,size:r=24,...e})=>l.createElement(p,{...e,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 C}from"react-native-svg";var f=t=>o.createElement(n,{...t},o.createElement(C,{d:"M3 12.5293C4.80073 11.3549 6.22283 11.1152 7.44434 11.2617C8.54038 11.3933 9.55169 11.8412 10.6455 12.4121C10.0355 13.5771 9.44896 14.8713 9.27539 16.3184C9.10115 17.7718 9.34514 19.3088 10.2168 21H4C3.44772 21 3 20.5523 3 20V12.5293Z",fill:"currentColor"}),o.createElement(C,{d:"M12.4121 13.3535C13.5772 13.9636 14.8711 14.551 16.3184 14.7246C17.7718 14.8989 19.3088 14.6549 21 13.7832V20C21 20.5523 20.5523 21 20 21H12.5293C11.3549 19.1993 11.1152 17.7772 11.2617 16.5557C11.3933 15.4594 11.841 14.4476 12.4121 13.3535Z",fill:"currentColor"}),o.createElement(C,{d:"M20 3C20.5523 3 21 3.44772 21 4V11.4697C19.1991 12.6443 17.7773 12.8848 16.5557 12.7383C15.4592 12.6067 14.4478 12.1581 13.3535 11.5869C13.9634 10.422 14.5511 9.12858 14.7246 7.68164C14.8988 6.22819 14.6548 4.69121 13.7832 3H20Z",fill:"currentColor"}),o.createElement(C,{d:"M11.4707 3C12.6451 4.80073 12.8848 6.22283 12.7383 7.44434C12.6067 8.54052 12.1579 9.55153 11.5869 10.6455C10.4222 10.0357 9.12842 9.44892 7.68164 9.27539C6.2283 9.10117 4.69106 9.34434 3 10.2158V4C3 3.44772 3.44772 3 4 3H11.4707Z",fill:"currentColor"})),P=f;export{f as IconDistortion,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDistortion/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 IconDistortion: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3 12.5293C4.80073 11.3549 6.22283 11.1152 7.44434 11.2617C8.54038 11.3933 9.55169 11.8412 10.6455 12.4121C10.0355 13.5771 9.44896 14.8713 9.27539 16.3184C9.10115 17.7718 9.34514 19.3088 10.2168 21H4C3.44772 21 3 20.5523 3 20V12.5293Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.4121 13.3535C13.5772 13.9636 14.8711 14.551 16.3184 14.7246C17.7718 14.8989 19.3088 14.6549 21 13.7832V20C21 20.5523 20.5523 21 20 21H12.5293C11.3549 19.1993 11.1152 17.7772 11.2617 16.5557C11.3933 15.4594 11.841 14.4476 12.4121 13.3535Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20 3C20.5523 3 21 3.44772 21 4V11.4697C19.1991 12.6443 17.7773 12.8848 16.5557 12.7383C15.4592 12.6067 14.4478 12.1581 13.3535 11.5869C13.9634 10.422 14.5511 9.12858 14.7246 7.68164C14.8988 6.22819 14.6548 4.69121 13.7832 3H20Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.4707 3C12.6451 4.80073 12.8848 6.22283 12.7383 7.44434C12.6067 8.54052 12.1579 9.55153 11.5869 10.6455C10.4222 10.0357 9.12842 9.44892 7.68164 9.27539C6.2283 9.10117 4.69106 9.34434 3 10.2158V4C3 3.44772 3.44772 3 4 3H11.4707Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDistortion;\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,6OACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uOACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yOACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDistortion","props","React","CentralIconBase","IconDistortion_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,a)=>{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:!(a=I(o,e))||a.enumerable});return r};var l=(r,o,t)=>(t=r!=null?B(x(r)):{},C(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),H=r=>C(n({},"__esModule",{value:!0}),r);var v={};g(v,{IconTumblr:()=>u,default:()=>V});module.exports=H(v);var p=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.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 f=require("react-native-svg"),u=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M17.6592 22H14.3188C11.3109 22 9.0691 20.4524 9.0691 16.7503V10.8215H6.33594V7.61109C9.34383 6.82988 10.6019 4.24148 10.7467 2H13.8701V7.09052H17.5141V10.8215H13.8701V15.9842C13.8701 17.5315 14.6513 18.0665 15.8946 18.0665H17.6592V22Z",fill:"currentColor"})),V=u;0&&(module.exports={IconTumblr});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconTumblr/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 IconTumblr: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.6592 22H14.3188C11.3109 22 9.0691 20.4524 9.0691 16.7503V10.8215H6.33594V7.61109C9.34383 6.82988 10.6019 4.24148 10.7467 2H13.8701V7.09052H17.5141V10.8215H13.8701V15.9842C13.8701 17.5315 14.6513 18.0665 15.8946 18.0665H17.6592V22Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTumblr;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,6OACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconTumblr_exports","__export","IconTumblr","IconTumblr_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconTumblr","props","React","CentralIconBase","IconTumblr_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import p from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(a,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as C}from"react-native-svg";var l=o=>e.createElement(t,{...o},e.createElement(C,{d:"M17.6592 22H14.3188C11.3109 22 9.0691 20.4524 9.0691 16.7503V10.8215H6.33594V7.61109C9.34383 6.82988 10.6019 4.24148 10.7467 2H13.8701V7.09052H17.5141V10.8215H13.8701V15.9842C13.8701 17.5315 14.6513 18.0665 15.8946 18.0665H17.6592V22Z",fill:"currentColor"})),P=l;export{l as IconTumblr,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconTumblr/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 IconTumblr: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.6592 22H14.3188C11.3109 22 9.0691 20.4524 9.0691 16.7503V10.8215H6.33594V7.61109C9.34383 6.82988 10.6019 4.24148 10.7467 2H13.8701V7.09052H17.5141V10.8215H13.8701V15.9842C13.8701 17.5315 14.6513 18.0665 15.8946 18.0665H17.6592V22Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTumblr;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,6OACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTumblr","props","React","CentralIconBase","IconTumblr_default"]}
|
package/README.md
CHANGED
|
@@ -583,6 +583,7 @@ Below is a complete list of available icons:
|
|
|
583
583
|
- IconComponents
|
|
584
584
|
- IconCornerRadius
|
|
585
585
|
- IconDispersion
|
|
586
|
+
- IconDistortion
|
|
586
587
|
- IconDraw
|
|
587
588
|
- IconEditBig
|
|
588
589
|
- IconEditSmall1
|
|
@@ -1414,6 +1415,7 @@ Below is a complete list of available icons:
|
|
|
1414
1415
|
- IconTelegram
|
|
1415
1416
|
- IconThreads
|
|
1416
1417
|
- IconTiktok
|
|
1418
|
+
- IconTumblr
|
|
1417
1419
|
- IconTwitch
|
|
1418
1420
|
- IconTwitter
|
|
1419
1421
|
- IconTypescript
|
package/filtered-icons.json
CHANGED
|
@@ -7798,6 +7798,20 @@
|
|
|
7798
7798
|
"packageName": "round-filled-radius-0-stroke-2",
|
|
7799
7799
|
"componentName": "IconDispersion"
|
|
7800
7800
|
},
|
|
7801
|
+
{
|
|
7802
|
+
"category": "Edit",
|
|
7803
|
+
"svg": "<path d=\"M3 12.5293C4.80073 11.3549 6.22283 11.1152 7.44434 11.2617C8.54038 11.3933 9.55169 11.8412 10.6455 12.4121C10.0355 13.5771 9.44896 14.8713 9.27539 16.3184C9.10115 17.7718 9.34514 19.3088 10.2168 21H4C3.44772 21 3 20.5523 3 20V12.5293Z\" fill=\"currentColor\"/><path d=\"M12.4121 13.3535C13.5772 13.9636 14.8711 14.551 16.3184 14.7246C17.7718 14.8989 19.3088 14.6549 21 13.7832V20C21 20.5523 20.5523 21 20 21H12.5293C11.3549 19.1993 11.1152 17.7772 11.2617 16.5557C11.3933 15.4594 11.841 14.4476 12.4121 13.3535Z\" fill=\"currentColor\"/><path d=\"M20 3C20.5523 3 21 3.44772 21 4V11.4697C19.1991 12.6443 17.7773 12.8848 16.5557 12.7383C15.4592 12.6067 14.4478 12.1581 13.3535 11.5869C13.9634 10.422 14.5511 9.12858 14.7246 7.68164C14.8988 6.22819 14.6548 4.69121 13.7832 3H20Z\" fill=\"currentColor\"/><path d=\"M11.4707 3C12.6451 4.80073 12.8848 6.22283 12.7383 7.44434C12.6067 8.54052 12.1579 9.55153 11.5869 10.6455C10.4222 10.0357 9.12842 9.44892 7.68164 9.27539C6.2283 9.10117 4.69106 9.34434 3 10.2158V4C3 3.44772 3.44772 3 4 3H11.4707Z\" fill=\"currentColor\"/>",
|
|
7804
|
+
"iconName": "distortion, liquid, material",
|
|
7805
|
+
"variant": {
|
|
7806
|
+
"join": "round",
|
|
7807
|
+
"filled": "on",
|
|
7808
|
+
"radius": "0",
|
|
7809
|
+
"stroke": "2"
|
|
7810
|
+
},
|
|
7811
|
+
"createdAt": "2025-10-25T17:00:57.56173+00:00",
|
|
7812
|
+
"packageName": "round-filled-radius-0-stroke-2",
|
|
7813
|
+
"componentName": "IconDistortion"
|
|
7814
|
+
},
|
|
7801
7815
|
{
|
|
7802
7816
|
"category": "Typography",
|
|
7803
7817
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 5C2 4.44772 2.44772 4 3 4H5C5.55228 4 6 4.44772 6 5C6 5.55228 5.55228 6 5 6H3C2.44772 6 2 5.55228 2 5ZM10 5C10 4.44772 10.4477 4 11 4H13C13.5523 4 14 4.44772 14 5C14 5.55228 13.5523 6 13 6H11C10.4477 6 10 5.55228 10 5ZM18 5C18 4.44772 18.4477 4 19 4H21C21.5523 4 22 4.44772 22 5C22 5.55228 21.5523 6 21 6H19C18.4477 6 18 5.55228 18 5ZM2 12C2 11.4477 2.44772 11 3 11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H3C2.44772 13 2 12.5523 2 12ZM2 19C2 18.4477 2.44772 18 3 18H5C5.55228 18 6 18.4477 6 19C6 19.5523 5.55228 20 5 20H3C2.44772 20 2 19.5523 2 19ZM10 19C10 18.4477 10.4477 18 11 18H13C13.5523 18 14 18.4477 14 19C14 19.5523 13.5523 20 13 20H11C10.4477 20 10 19.5523 10 19ZM18 19C18 18.4477 18.4477 18 19 18H21C21.5523 18 22 18.4477 22 19C22 19.5523 21.5523 20 21 20H19C18.4477 20 18 19.5523 18 19Z\" fill=\"currentColor\"/>",
|
|
@@ -20384,6 +20398,20 @@
|
|
|
20384
20398
|
"packageName": "round-filled-radius-0-stroke-2",
|
|
20385
20399
|
"componentName": "IconTruck"
|
|
20386
20400
|
},
|
|
20401
|
+
{
|
|
20402
|
+
"category": "Social Media & Brands",
|
|
20403
|
+
"svg": "<path d=\"M17.6592 22H14.3188C11.3109 22 9.0691 20.4524 9.0691 16.7503V10.8215H6.33594V7.61109C9.34383 6.82988 10.6019 4.24148 10.7467 2H13.8701V7.09052H17.5141V10.8215H13.8701V15.9842C13.8701 17.5315 14.6513 18.0665 15.8946 18.0665H17.6592V22Z\" fill=\"currentColor\"/>",
|
|
20404
|
+
"iconName": "tumblr",
|
|
20405
|
+
"variant": {
|
|
20406
|
+
"join": "round",
|
|
20407
|
+
"filled": "on",
|
|
20408
|
+
"radius": "0",
|
|
20409
|
+
"stroke": "2"
|
|
20410
|
+
},
|
|
20411
|
+
"createdAt": "2025-10-24T14:30:43.20209+00:00",
|
|
20412
|
+
"packageName": "round-filled-radius-0-stroke-2",
|
|
20413
|
+
"componentName": "IconTumblr"
|
|
20414
|
+
},
|
|
20387
20415
|
{
|
|
20388
20416
|
"category": "Social Media & Brands",
|
|
20389
20417
|
"svg": "<path d=\"M13.5421 6.60715H12.0004V11.2143H13.5421V6.60715Z\" fill=\"currentColor\"/><path d=\"M17.3962 11.2143V6.60715H15.8546V11.2143H17.3962Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.60417 2L2.75 5.83929V19.6607H7.375V23.5L11.2292 19.6607H14.3125L21.25 12.75V2H6.60417ZM16.6269 15.0536L19.7103 11.9821V3.53571H7.37693V15.0536H10.4603V18.125L13.5436 15.0536H16.6269Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -556,6 +556,7 @@ export type CentralIconName =
|
|
|
556
556
|
| "IconDiscord"
|
|
557
557
|
| "IconDishwasher"
|
|
558
558
|
| "IconDispersion"
|
|
559
|
+
| "IconDistortion"
|
|
559
560
|
| "IconDivider"
|
|
560
561
|
| "IconDollar"
|
|
561
562
|
| "IconDonut"
|
|
@@ -1455,6 +1456,7 @@ export type CentralIconName =
|
|
|
1455
1456
|
| "IconTriangleExclamation"
|
|
1456
1457
|
| "IconTrophy"
|
|
1457
1458
|
| "IconTruck"
|
|
1459
|
+
| "IconTumblr"
|
|
1458
1460
|
| "IconTwitch"
|
|
1459
1461
|
| "IconTwitter"
|
|
1460
1462
|
| "IconTypescript"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.19",
|
|
4
4
|
"style": "round-filled-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-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": 1555,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 44,
|
|
@@ -445,7 +445,7 @@
|
|
|
445
445
|
]
|
|
446
446
|
},
|
|
447
447
|
"Edit": {
|
|
448
|
-
"count":
|
|
448
|
+
"count": 72,
|
|
449
449
|
"icons": [
|
|
450
450
|
"IconAddKeyframe",
|
|
451
451
|
"IconBezier",
|
|
@@ -473,6 +473,7 @@
|
|
|
473
473
|
"IconComponents",
|
|
474
474
|
"IconCornerRadius",
|
|
475
475
|
"IconDispersion",
|
|
476
|
+
"IconDistortion",
|
|
476
477
|
"IconDraw",
|
|
477
478
|
"IconEditBig",
|
|
478
479
|
"IconEditSmall1",
|
|
@@ -1247,7 +1248,7 @@
|
|
|
1247
1248
|
]
|
|
1248
1249
|
},
|
|
1249
1250
|
"Social Media & Brands": {
|
|
1250
|
-
"count":
|
|
1251
|
+
"count": 101,
|
|
1251
1252
|
"icons": [
|
|
1252
1253
|
"IconAnthropic",
|
|
1253
1254
|
"IconApple",
|
|
@@ -1336,6 +1337,7 @@
|
|
|
1336
1337
|
"IconTelegram",
|
|
1337
1338
|
"IconThreads",
|
|
1338
1339
|
"IconTiktok",
|
|
1340
|
+
"IconTumblr",
|
|
1339
1341
|
"IconTwitch",
|
|
1340
1342
|
"IconTwitter",
|
|
1341
1343
|
"IconTypescript",
|
|
@@ -2300,6 +2302,7 @@
|
|
|
2300
2302
|
"IconDiscord": "discord",
|
|
2301
2303
|
"IconDishwasher": "dishwasher, clean",
|
|
2302
2304
|
"IconDispersion": "dispersion, refraction",
|
|
2305
|
+
"IconDistortion": "distortion, liquid, material",
|
|
2303
2306
|
"IconDivider": "divider, add-line",
|
|
2304
2307
|
"IconDollar": "dollar, currency, money, coin, USD",
|
|
2305
2308
|
"IconDonut": "donut",
|
|
@@ -3199,6 +3202,7 @@
|
|
|
3199
3202
|
"IconTriangleExclamation": "triangle-exclamation, error, warning, alert",
|
|
3200
3203
|
"IconTrophy": "trophy, win, champion",
|
|
3201
3204
|
"IconTruck": "truck, delivery",
|
|
3205
|
+
"IconTumblr": "tumblr",
|
|
3202
3206
|
"IconTwitch": "twitch",
|
|
3203
3207
|
"IconTwitter": "twitter, larry",
|
|
3204
3208
|
"IconTypescript": "typescript",
|
package/index.d.ts
CHANGED
|
@@ -555,6 +555,7 @@ export { IconDirectorChair, default as IconDirectorChairDefault, } from "./IconD
|
|
|
555
555
|
export { IconDiscord, default as IconDiscordDefault } from "./IconDiscord";
|
|
556
556
|
export { IconDishwasher, default as IconDishwasherDefault, } from "./IconDishwasher";
|
|
557
557
|
export { IconDispersion, default as IconDispersionDefault, } from "./IconDispersion";
|
|
558
|
+
export { IconDistortion, default as IconDistortionDefault, } from "./IconDistortion";
|
|
558
559
|
export { IconDivider, default as IconDividerDefault } from "./IconDivider";
|
|
559
560
|
export { IconDollar, default as IconDollarDefault } from "./IconDollar";
|
|
560
561
|
export { IconDonut, default as IconDonutDefault } from "./IconDonut";
|
|
@@ -1454,6 +1455,7 @@ export { IconTrendingCircle, default as IconTrendingCircleDefault, } from "./Ico
|
|
|
1454
1455
|
export { IconTriangleExclamation, default as IconTriangleExclamationDefault, } from "./IconTriangleExclamation";
|
|
1455
1456
|
export { IconTrophy, default as IconTrophyDefault } from "./IconTrophy";
|
|
1456
1457
|
export { IconTruck, default as IconTruckDefault } from "./IconTruck";
|
|
1458
|
+
export { IconTumblr, default as IconTumblrDefault } from "./IconTumblr";
|
|
1457
1459
|
export { IconTwitch, default as IconTwitchDefault } from "./IconTwitch";
|
|
1458
1460
|
export { IconTwitter, default as IconTwitterDefault } from "./IconTwitter";
|
|
1459
1461
|
export { IconTypescript, default as IconTypescriptDefault, } from "./IconTypescript";
|