@central-icons-react-native/round-filled-radius-0-stroke-1 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 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:"M7.82129 11.3779C9.07561 11.4347 10.1914 11.8245 11.3506 12.2783C10.8907 13.4265 10.4472 14.6549 10.3828 16.0703C10.3174 17.509 10.6414 19.1038 11.6445 21H3.5C3.22386 21 3 20.7761 3 20.5V12.7793C4.92921 11.6403 6.47477 11.3171 7.82129 11.3779Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M21 20.5C21 20.7761 20.7761 21 20.5 21H12.7871C11.6447 19.0168 11.321 17.4565 11.3818 16.1162C11.4386 14.869 11.8291 13.7764 12.2832 12.6416C13.4574 13.1025 14.7093 13.5488 16.1328 13.6133C17.5722 13.6784 19.1514 13.3565 21 12.3604V20.5Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M20.5 3C20.7761 3 21 3.22386 21 3.5V11.2119C19.0708 12.3509 17.5252 12.6751 16.1787 12.6143C14.9254 12.5575 13.8105 12.1664 12.6523 11.7129C13.1107 10.5673 13.553 9.34148 13.6172 7.92969C13.6825 6.49084 13.3578 4.89634 12.3545 3H20.5Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M11.2119 3C12.3545 4.98329 12.6789 6.54348 12.6182 7.88379C12.5616 9.12771 12.1721 10.218 11.7197 11.3496C10.5447 10.8885 9.2918 10.4434 7.86719 10.3789C6.42794 10.3138 4.84838 10.6331 3 11.6289V3.5C3 3.22386 3.22386 3 3.5 3H11.2119Z",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=\"M7.82129 11.3779C9.07561 11.4347 10.1914 11.8245 11.3506 12.2783C10.8907 13.4265 10.4472 14.6549 10.3828 16.0703C10.3174 17.509 10.6414 19.1038 11.6445 21H3.5C3.22386 21 3 20.7761 3 20.5V12.7793C4.92921 11.6403 6.47477 11.3171 7.82129 11.3779Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21 20.5C21 20.7761 20.7761 21 20.5 21H12.7871C11.6447 19.0168 11.321 17.4565 11.3818 16.1162C11.4386 14.869 11.8291 13.7764 12.2832 12.6416C13.4574 13.1025 14.7093 13.5488 16.1328 13.6133C17.5722 13.6784 19.1514 13.3565 21 12.3604V20.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.5 3C20.7761 3 21 3.22386 21 3.5V11.2119C19.0708 12.3509 17.5252 12.6751 16.1787 12.6143C14.9254 12.5575 13.8105 12.1664 12.6523 11.7129C13.1107 10.5673 13.553 9.34148 13.6172 7.92969C13.6825 6.49084 13.3578 4.89634 12.3545 3H20.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.2119 3C12.3545 4.98329 12.6789 6.54348 12.6182 7.88379C12.5616 9.12771 12.1721 10.218 11.7197 11.3496C10.5447 10.8885 9.2918 10.4434 7.86719 10.3789C6.42794 10.3138 4.84838 10.6331 3 11.6289V3.5C3 3.22386 3.22386 3 3.5 3H11.2119Z\"\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,sPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6OACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4OACF,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:"M7.82129 11.3779C9.07561 11.4347 10.1914 11.8245 11.3506 12.2783C10.8907 13.4265 10.4472 14.6549 10.3828 16.0703C10.3174 17.509 10.6414 19.1038 11.6445 21H3.5C3.22386 21 3 20.7761 3 20.5V12.7793C4.92921 11.6403 6.47477 11.3171 7.82129 11.3779Z",fill:"currentColor"}),o.createElement(C,{d:"M21 20.5C21 20.7761 20.7761 21 20.5 21H12.7871C11.6447 19.0168 11.321 17.4565 11.3818 16.1162C11.4386 14.869 11.8291 13.7764 12.2832 12.6416C13.4574 13.1025 14.7093 13.5488 16.1328 13.6133C17.5722 13.6784 19.1514 13.3565 21 12.3604V20.5Z",fill:"currentColor"}),o.createElement(C,{d:"M20.5 3C20.7761 3 21 3.22386 21 3.5V11.2119C19.0708 12.3509 17.5252 12.6751 16.1787 12.6143C14.9254 12.5575 13.8105 12.1664 12.6523 11.7129C13.1107 10.5673 13.553 9.34148 13.6172 7.92969C13.6825 6.49084 13.3578 4.89634 12.3545 3H20.5Z",fill:"currentColor"}),o.createElement(C,{d:"M11.2119 3C12.3545 4.98329 12.6789 6.54348 12.6182 7.88379C12.5616 9.12771 12.1721 10.218 11.7197 11.3496C10.5447 10.8885 9.2918 10.4434 7.86719 10.3789C6.42794 10.3138 4.84838 10.6331 3 11.6289V3.5C3 3.22386 3.22386 3 3.5 3H11.2119Z",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=\"M7.82129 11.3779C9.07561 11.4347 10.1914 11.8245 11.3506 12.2783C10.8907 13.4265 10.4472 14.6549 10.3828 16.0703C10.3174 17.509 10.6414 19.1038 11.6445 21H3.5C3.22386 21 3 20.7761 3 20.5V12.7793C4.92921 11.6403 6.47477 11.3171 7.82129 11.3779Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21 20.5C21 20.7761 20.7761 21 20.5 21H12.7871C11.6447 19.0168 11.321 17.4565 11.3818 16.1162C11.4386 14.869 11.8291 13.7764 12.2832 12.6416C13.4574 13.1025 14.7093 13.5488 16.1328 13.6133C17.5722 13.6784 19.1514 13.3565 21 12.3604V20.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.5 3C20.7761 3 21 3.22386 21 3.5V11.2119C19.0708 12.3509 17.5252 12.6751 16.1787 12.6143C14.9254 12.5575 13.8105 12.1664 12.6523 11.7129C13.1107 10.5673 13.553 9.34148 13.6172 7.92969C13.6825 6.49084 13.3578 4.89634 12.3545 3H20.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.2119 3C12.3545 4.98329 12.6789 6.54348 12.6182 7.88379C12.5616 9.12771 12.1721 10.218 11.7197 11.3496C10.5447 10.8885 9.2918 10.4434 7.86719 10.3789C6.42794 10.3138 4.84838 10.6331 3 11.6289V3.5C3 3.22386 3.22386 3 3.5 3H11.2119Z\"\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,sPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6OACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4OACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","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": "round-filled-radius-0-stroke-1",
7799
7799
  "componentName": "IconDispersion"
7800
7800
  },
7801
+ {
7802
+ "category": "Edit",
7803
+ "svg": "<path d=\"M7.82129 11.3779C9.07561 11.4347 10.1914 11.8245 11.3506 12.2783C10.8907 13.4265 10.4472 14.6549 10.3828 16.0703C10.3174 17.509 10.6414 19.1038 11.6445 21H3.5C3.22386 21 3 20.7761 3 20.5V12.7793C4.92921 11.6403 6.47477 11.3171 7.82129 11.3779Z\" fill=\"currentColor\"/><path d=\"M21 20.5C21 20.7761 20.7761 21 20.5 21H12.7871C11.6447 19.0168 11.321 17.4565 11.3818 16.1162C11.4386 14.869 11.8291 13.7764 12.2832 12.6416C13.4574 13.1025 14.7093 13.5488 16.1328 13.6133C17.5722 13.6784 19.1514 13.3565 21 12.3604V20.5Z\" fill=\"currentColor\"/><path d=\"M20.5 3C20.7761 3 21 3.22386 21 3.5V11.2119C19.0708 12.3509 17.5252 12.6751 16.1787 12.6143C14.9254 12.5575 13.8105 12.1664 12.6523 11.7129C13.1107 10.5673 13.553 9.34148 13.6172 7.92969C13.6825 6.49084 13.3578 4.89634 12.3545 3H20.5Z\" fill=\"currentColor\"/><path d=\"M11.2119 3C12.3545 4.98329 12.6789 6.54348 12.6182 7.88379C12.5616 9.12771 12.1721 10.218 11.7197 11.3496C10.5447 10.8885 9.2918 10.4434 7.86719 10.3789C6.42794 10.3138 4.84838 10.6331 3 11.6289V3.5C3 3.22386 3.22386 3 3.5 3H11.2119Z\" fill=\"currentColor\"/>",
7804
+ "iconName": "distortion, liquid, material",
7805
+ "variant": {
7806
+ "join": "round",
7807
+ "filled": "on",
7808
+ "radius": "0",
7809
+ "stroke": "1"
7810
+ },
7811
+ "createdAt": "2025-10-25T17:00:57.56173+00:00",
7812
+ "packageName": "round-filled-radius-0-stroke-1",
7813
+ "componentName": "IconDistortion"
7814
+ },
7801
7815
  {
7802
7816
  "category": "Typography",
7803
7817
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 4.5C2 4.22386 2.22386 4 2.5 4H5.5C5.77614 4 6 4.22386 6 4.5C6 4.77614 5.77614 5 5.5 5H2.5C2.22386 5 2 4.77614 2 4.5ZM10 4.5C10 4.22386 10.2239 4 10.5 4H13.5C13.7761 4 14 4.22386 14 4.5C14 4.77614 13.7761 5 13.5 5H10.5C10.2239 5 10 4.77614 10 4.5ZM18 4.5C18 4.22386 18.2239 4 18.5 4H21.5C21.7761 4 22 4.22386 22 4.5C22 4.77614 21.7761 5 21.5 5H18.5C18.2239 5 18 4.77614 18 4.5ZM2 12C2 11.7239 2.22386 11.5 2.5 11.5H21.5C21.7761 11.5 22 11.7239 22 12C22 12.2761 21.7761 12.5 21.5 12.5H2.5C2.22386 12.5 2 12.2761 2 12ZM2 19.5C2 19.2239 2.22386 19 2.5 19H5.5C5.77614 19 6 19.2239 6 19.5C6 19.7761 5.77614 20 5.5 20H2.5C2.22386 20 2 19.7761 2 19.5ZM10 19.5C10 19.2239 10.2239 19 10.5 19H13.5C13.7761 19 14 19.2239 14 19.5C14 19.7761 13.7761 20 13.5 20H10.5C10.2239 20 10 19.7761 10 19.5ZM18 19.5C18 19.2239 18.2239 19 18.5 19H21.5C21.7761 19 22 19.2239 22 19.5C22 19.7761 21.7761 20 21.5 20H18.5C18.2239 20 18 19.7761 18 19.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/round-filled-radius-0-stroke-1",
3
- "version": "1.1.18",
3
+ "version": "1.1.19",
4
4
  "style": "round-filled-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-stroke-1/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";