@central-icons-react-native/square-filled-radius-0-stroke-1.5 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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconDistortion: FC<CentralIconBaseProps>;
4
+ export default IconDistortion;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var e=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var P=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},i=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of P(o))!B.call(r,n)&&n!==C&&e(r,n,{get:()=>o[n],enumerable:!(p=c(o,n))||p.enumerable});return r};var f=(r,o,C)=>(C=r!=null?u(d(r)):{},i(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>i(e({},"__esModule",{value:!0}),r);var v={};I(v,{IconDistortion:()=>h,default:()=>x});module.exports=g(v);var l=f(require("react"));var s=f(require("react")),m=require("react-native-svg"),a=({children:r,size:o=24,...C})=>s.default.createElement(m.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 t=require("react-native-svg"),h=r=>l.default.createElement(a,{...r},l.default.createElement(t.G,{"clip-Path":"url(#clip0_13463_26295)"},l.default.createElement(t.Path,{d:"M7.53125 11.6318C8.75698 11.6843 9.87079 12.0293 11.0381 12.4492C10.6036 13.6543 10.1949 14.9545 10.1328 16.4053C10.073 17.8039 10.3339 19.3062 11.1201 21H3V12.7959C4.77583 11.8462 6.2376 11.5765 7.53125 11.6318Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M21 21H12.7969C11.8469 19.2239 11.5765 17.7625 11.6318 16.4688C11.6844 15.2427 12.0292 14.1286 12.4492 12.9609C13.6543 13.3955 14.9544 13.8052 16.4053 13.8672C17.8039 13.9269 19.3062 13.6654 21 12.8789V21Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M21 11.2031C19.2239 12.1531 17.7625 12.4235 16.4688 12.3682C15.2426 12.3157 14.1287 11.9699 12.9609 11.5498C13.3954 10.3449 13.8051 9.04519 13.8672 7.59473C13.927 6.19616 13.6661 4.69375 12.8799 3H21V11.2031Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M11.2031 3C12.1531 4.77603 12.4235 6.23749 12.3682 7.53125C12.3157 8.75708 11.9698 9.87067 11.5498 11.0381C10.345 10.6037 9.04506 10.1948 7.59473 10.1328C6.19615 10.0731 4.69377 10.3346 3 11.1211V3H11.2031Z",fill:"currentColor"})),l.default.createElement(t.Defs,null,l.default.createElement(t.ClipPath,{id:"clip0_13463_26295"},l.default.createElement(t.Rect,{width:"24",height:"24",fill:"white"})))),x=h;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 { ClipPath, Defs, G, Path, Rect } from \"react-native-svg\";\n\nexport const IconDistortion: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <G clip-Path=\"url(#clip0_13463_26295)\">\n <Path\n d=\"M7.53125 11.6318C8.75698 11.6843 9.87079 12.0293 11.0381 12.4492C10.6036 13.6543 10.1949 14.9545 10.1328 16.4053C10.073 17.8039 10.3339 19.3062 11.1201 21H3V12.7959C4.77583 11.8462 6.2376 11.5765 7.53125 11.6318Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21 21H12.7969C11.8469 19.2239 11.5765 17.7625 11.6318 16.4688C11.6844 15.2427 12.0292 14.1286 12.4492 12.9609C13.6543 13.3955 14.9544 13.8052 16.4053 13.8672C17.8039 13.9269 19.3062 13.6654 21 12.8789V21Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21 11.2031C19.2239 12.1531 17.7625 12.4235 16.4688 12.3682C15.2426 12.3157 14.1287 11.9699 12.9609 11.5498C13.3954 10.3449 13.8051 9.04519 13.8672 7.59473C13.927 6.19616 13.6661 4.69375 12.8799 3H21V11.2031Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.2031 3C12.1531 4.77603 12.4235 6.23749 12.3682 7.53125C12.3157 8.75708 11.9698 9.87067 11.5498 11.0381C10.345 10.6037 9.04506 10.1948 7.59473 10.1328C6.19615 10.0731 4.69377 10.3346 3 11.1211V3H11.2031Z\"\n fill=\"currentColor\"\n />\n </G>\n <Defs>\n <ClipPath id=\"clip0_13463_26295\">\n <Rect width=\"24\" height=\"24\" fill=\"white\" />\n </ClipPath>\n </Defs>\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,EAA8C,4BAEjCC,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,KAAE,YAAU,2BACX,EAAAA,QAAA,cAAC,QACC,EAAE,uNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iNACF,KAAK,eACP,CACF,EACA,EAAAA,QAAA,cAAC,YACC,EAAAA,QAAA,cAAC,YAAS,GAAG,qBACX,EAAAA,QAAA,cAAC,QAAK,MAAM,KAAK,OAAO,KAAK,KAAK,QAAQ,CAC5C,CACF,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 r from"react";import e from"react";import{Svg as p}from"react-native-svg";var l=({children:C,size:o=24,...n})=>e.createElement(p,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},C);import{ClipPath as i,Defs as f,G as s,Path as t,Rect as m}from"react-native-svg";var a=C=>r.createElement(l,{...C},r.createElement(s,{"clip-Path":"url(#clip0_13463_26295)"},r.createElement(t,{d:"M7.53125 11.6318C8.75698 11.6843 9.87079 12.0293 11.0381 12.4492C10.6036 13.6543 10.1949 14.9545 10.1328 16.4053C10.073 17.8039 10.3339 19.3062 11.1201 21H3V12.7959C4.77583 11.8462 6.2376 11.5765 7.53125 11.6318Z",fill:"currentColor"}),r.createElement(t,{d:"M21 21H12.7969C11.8469 19.2239 11.5765 17.7625 11.6318 16.4688C11.6844 15.2427 12.0292 14.1286 12.4492 12.9609C13.6543 13.3955 14.9544 13.8052 16.4053 13.8672C17.8039 13.9269 19.3062 13.6654 21 12.8789V21Z",fill:"currentColor"}),r.createElement(t,{d:"M21 11.2031C19.2239 12.1531 17.7625 12.4235 16.4688 12.3682C15.2426 12.3157 14.1287 11.9699 12.9609 11.5498C13.3954 10.3449 13.8051 9.04519 13.8672 7.59473C13.927 6.19616 13.6661 4.69375 12.8799 3H21V11.2031Z",fill:"currentColor"}),r.createElement(t,{d:"M11.2031 3C12.1531 4.77603 12.4235 6.23749 12.3682 7.53125C12.3157 8.75708 11.9698 9.87067 11.5498 11.0381C10.345 10.6037 9.04506 10.1948 7.59473 10.1328C6.19615 10.0731 4.69377 10.3346 3 11.1211V3H11.2031Z",fill:"currentColor"})),r.createElement(f,null,r.createElement(i,{id:"clip0_13463_26295"},r.createElement(m,{width:"24",height:"24",fill:"white"})))),v=a;export{a as IconDistortion,v 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 { ClipPath, Defs, G, Path, Rect } from \"react-native-svg\";\n\nexport const IconDistortion: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <G clip-Path=\"url(#clip0_13463_26295)\">\n <Path\n d=\"M7.53125 11.6318C8.75698 11.6843 9.87079 12.0293 11.0381 12.4492C10.6036 13.6543 10.1949 14.9545 10.1328 16.4053C10.073 17.8039 10.3339 19.3062 11.1201 21H3V12.7959C4.77583 11.8462 6.2376 11.5765 7.53125 11.6318Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21 21H12.7969C11.8469 19.2239 11.5765 17.7625 11.6318 16.4688C11.6844 15.2427 12.0292 14.1286 12.4492 12.9609C13.6543 13.3955 14.9544 13.8052 16.4053 13.8672C17.8039 13.9269 19.3062 13.6654 21 12.8789V21Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21 11.2031C19.2239 12.1531 17.7625 12.4235 16.4688 12.3682C15.2426 12.3157 14.1287 11.9699 12.9609 11.5498C13.3954 10.3449 13.8051 9.04519 13.8672 7.59473C13.927 6.19616 13.6661 4.69375 12.8799 3H21V11.2031Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.2031 3C12.1531 4.77603 12.4235 6.23749 12.3682 7.53125C12.3157 8.75708 11.9698 9.87067 11.5498 11.0381C10.345 10.6037 9.04506 10.1948 7.59473 10.1328C6.19615 10.0731 4.69377 10.3346 3 11.1211V3H11.2031Z\"\n fill=\"currentColor\"\n />\n </G>\n <Defs>\n <ClipPath id=\"clip0_13463_26295\">\n <Rect width=\"24\" height=\"24\" fill=\"white\" />\n </ClipPath>\n </Defs>\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,YAAAG,EAAU,QAAAC,EAAM,KAAAC,EAAG,QAAAC,EAAM,QAAAC,MAAY,mBAEvC,IAAMC,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACL,EAAA,CAAE,YAAU,2BACXK,EAAA,cAACJ,EAAA,CACC,EAAE,uNACF,KAAK,eACP,EACAI,EAAA,cAACJ,EAAA,CACC,EAAE,gNACF,KAAK,eACP,EACAI,EAAA,cAACJ,EAAA,CACC,EAAE,mNACF,KAAK,eACP,EACAI,EAAA,cAACJ,EAAA,CACC,EAAE,iNACF,KAAK,eACP,CACF,EACAI,EAAA,cAACN,EAAA,KACCM,EAAA,cAACP,EAAA,CAAS,GAAG,qBACXO,EAAA,cAACH,EAAA,CAAK,MAAM,KAAK,OAAO,KAAK,KAAK,QAAQ,CAC5C,CACF,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","ClipPath","Defs","G","Path","Rect","IconDistortion","props","React","CentralIconBase","IconDistortion_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
@@ -7798,6 +7798,20 @@
7798
7798
  "packageName": "square-filled-radius-0-stroke-1.5",
7799
7799
  "componentName": "IconDispersion"
7800
7800
  },
7801
+ {
7802
+ "category": "Edit",
7803
+ "svg": "<g clip-path=\"url(#clip0_13463_26295)\"><path d=\"M7.53125 11.6318C8.75698 11.6843 9.87079 12.0293 11.0381 12.4492C10.6036 13.6543 10.1949 14.9545 10.1328 16.4053C10.073 17.8039 10.3339 19.3062 11.1201 21H3V12.7959C4.77583 11.8462 6.2376 11.5765 7.53125 11.6318Z\" fill=\"currentColor\"/><path d=\"M21 21H12.7969C11.8469 19.2239 11.5765 17.7625 11.6318 16.4688C11.6844 15.2427 12.0292 14.1286 12.4492 12.9609C13.6543 13.3955 14.9544 13.8052 16.4053 13.8672C17.8039 13.9269 19.3062 13.6654 21 12.8789V21Z\" fill=\"currentColor\"/><path d=\"M21 11.2031C19.2239 12.1531 17.7625 12.4235 16.4688 12.3682C15.2426 12.3157 14.1287 11.9699 12.9609 11.5498C13.3954 10.3449 13.8051 9.04519 13.8672 7.59473C13.927 6.19616 13.6661 4.69375 12.8799 3H21V11.2031Z\" fill=\"currentColor\"/><path d=\"M11.2031 3C12.1531 4.77603 12.4235 6.23749 12.3682 7.53125C12.3157 8.75708 11.9698 9.87067 11.5498 11.0381C10.345 10.6037 9.04506 10.1948 7.59473 10.1328C6.19615 10.0731 4.69377 10.3346 3 11.1211V3H11.2031Z\" fill=\"currentColor\"/></g><defs><clipPath id=\"clip0_13463_26295\"><rect width=\"24\" height=\"24\" fill=\"white\"/></clipPath></defs>",
7804
+ "iconName": "distortion, liquid, material",
7805
+ "variant": {
7806
+ "join": "square",
7807
+ "filled": "on",
7808
+ "radius": "0",
7809
+ "stroke": "1.5"
7810
+ },
7811
+ "createdAt": "2025-10-25T17:00:57.56173+00:00",
7812
+ "packageName": "square-filled-radius-0-stroke-1.5",
7813
+ "componentName": "IconDistortion"
7814
+ },
7801
7815
  {
7802
7816
  "category": "Typography",
7803
7817
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 4H6V5.5H2V4ZM10 4H14V5.5H10V4ZM18 4H22V5.5H18V4ZM2 11.25H22V12.75H2V11.25ZM2 18.5H6V20H2V18.5ZM10 18.5H14V20H10V18.5ZM18 18.5H22V20H18V18.5Z\" 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"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-filled-radius-0-stroke-1.5",
3
- "version": "1.1.18",
3
+ "version": "1.1.19",
4
4
  "style": "square-filled-radius-0-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-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": 1554,
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": 71,
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";