@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.18 → 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/README.md +1 -0
- package/filtered-icons.json +14 -0
- 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/tsx-icons.json +7 -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 t in o)l(r,t,{get:o[t],enumerable:!0})},f=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!P.call(r,n)&&n!==t&&l(r,n,{get:()=>o[n],enumerable:!(p=B(o,n))||p.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(x(r)):{},f(o||!r||!r.__esModule?l(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>f(l({},"__esModule",{value:!0}),r);var h={};d(h,{IconDistortion:()=>c,default:()=>v});module.exports=g(h);var C=m(require("react"));var s=m(require("react")),a=require("react-native-svg"),i=({children:r,size:o=24,...t})=>s.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 e=require("react-native-svg"),c=r=>C.default.createElement(i,{...r},C.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 21H3V12.5293Z",fill:"currentColor"}),C.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.7832V21H12.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"}),C.default.createElement(e.Path,{d:"M21 11.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 3H21V11.4697Z",fill:"currentColor"}),C.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.2158V3H11.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 21H3V12.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.7832V21H12.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=\"M21 11.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 3H21V11.4697Z\"\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.2158V3H11.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,mNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iNACF,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:C,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"},C);import{Path as t}from"react-native-svg";var f=C=>o.createElement(n,{...C},o.createElement(t,{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 21H3V12.5293Z",fill:"currentColor"}),o.createElement(t,{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.7832V21H12.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(t,{d:"M21 11.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 3H21V11.4697Z",fill:"currentColor"}),o.createElement(t,{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.2158V3H11.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 21H3V12.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.7832V21H12.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=\"M21 11.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 3H21V11.4697Z\"\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.2158V3H11.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,mNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iNACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDistortion","props","React","CentralIconBase","IconDistortion_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -7798,6 +7798,20 @@
|
|
|
7798
7798
|
"packageName": "square-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 21H3V12.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.7832V21H12.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=\"M21 11.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 3H21V11.4697Z\" 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.2158V3H11.4707Z\" fill=\"currentColor\"/>",
|
|
7804
|
+
"iconName": "distortion, liquid, material",
|
|
7805
|
+
"variant": {
|
|
7806
|
+
"join": "square",
|
|
7807
|
+
"filled": "on",
|
|
7808
|
+
"radius": "0",
|
|
7809
|
+
"stroke": "2"
|
|
7810
|
+
},
|
|
7811
|
+
"createdAt": "2025-10-25T17:00:57.56173+00:00",
|
|
7812
|
+
"packageName": "square-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 4H6V6H2V4ZM10 4H14V6H10V4ZM18 4H22V6H18V4ZM2 11H22V13H2V11ZM2 18H6V20H2V18ZM10 18H14V20H10V18ZM18 18H22V20H18V18Z\" fill=\"currentColor\"/>",
|
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-filled-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.19",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-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",
|
|
@@ -2301,6 +2302,7 @@
|
|
|
2301
2302
|
"IconDiscord": "discord",
|
|
2302
2303
|
"IconDishwasher": "dishwasher, clean",
|
|
2303
2304
|
"IconDispersion": "dispersion, refraction",
|
|
2305
|
+
"IconDistortion": "distortion, liquid, material",
|
|
2304
2306
|
"IconDivider": "divider, add-line",
|
|
2305
2307
|
"IconDollar": "dollar, currency, money, coin, USD",
|
|
2306
2308
|
"IconDonut": "donut",
|
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";
|