@central-icons-react-native/square-filled-radius-0-stroke-1.5 1.0.0 → 1.0.2
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/IconShaderEffect/index.d.ts +4 -0
- package/IconShaderEffect/index.js +2 -0
- package/IconShaderEffect/index.js.map +1 -0
- package/IconShaderEffect/index.mjs +2 -0
- package/IconShaderEffect/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/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 p=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)p(r,t,{get:o[t],enumerable:!0})},f=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(a=B(o,e))||a.enumerable});return r};var C=(r,o,t)=>(t=r!=null?u(x(r)):{},f(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>f(p({},"__esModule",{value:!0}),r);var v={};d(v,{IconShaderEffect:()=>i,default:()=>h});module.exports=g(v);var n=C(require("react"));var m=C(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 l=require("react-native-svg"),i=r=>n.default.createElement(c,{...r},n.default.createElement(l.Path,{d:"M21 21H3.06055L21 3.06055V21Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M3 18.9395V13.0605L13.0605 3H18.9395L3 18.9395Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M3 10.9395V3H10.9395L3 10.9395Z",fill:"currentColor"})),h=i;0&&(module.exports={IconShaderEffect});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconShaderEffect/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 IconShaderEffect: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M21 21H3.06055L21 3.06055V21Z\" fill=\"currentColor\" />\n <Path\n d=\"M3 18.9395V13.0605L13.0605 3H18.9395L3 18.9395Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M3 10.9395V3H10.9395L3 10.9395Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconShaderEffect;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,gCAAgC,KAAK,eAAe,EAC5D,EAAAA,QAAA,cAAC,QACC,EAAE,kDACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,kCAAkC,KAAK,eAAe,CAChE,EAIGE,EAAQJ","names":["IconShaderEffect_exports","__export","IconShaderEffect","IconShaderEffect_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconShaderEffect","props","React","CentralIconBase","IconShaderEffect_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import l from"react";import{Svg as a}from"react-native-svg";var n=({children:t,size:r=24,...p})=>l.createElement(a,{...p,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 f=t=>o.createElement(n,{...t},o.createElement(e,{d:"M21 21H3.06055L21 3.06055V21Z",fill:"currentColor"}),o.createElement(e,{d:"M3 18.9395V13.0605L13.0605 3H18.9395L3 18.9395Z",fill:"currentColor"}),o.createElement(e,{d:"M3 10.9395V3H10.9395L3 10.9395Z",fill:"currentColor"})),P=f;export{f as IconShaderEffect,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconShaderEffect/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 IconShaderEffect: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M21 21H3.06055L21 3.06055V21Z\" fill=\"currentColor\" />\n <Path\n d=\"M3 18.9395V13.0605L13.0605 3H18.9395L3 18.9395Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M3 10.9395V3H10.9395L3 10.9395Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconShaderEffect;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,gCAAgC,KAAK,eAAe,EAC5DG,EAAA,cAACH,EAAA,CACC,EAAE,kDACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,kCAAkC,KAAK,eAAe,CAChE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconShaderEffect","props","React","CentralIconBase","IconShaderEffect_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -16562,6 +16562,20 @@
|
|
|
16562
16562
|
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
16563
16563
|
"componentName": "IconSettingsToggle2"
|
|
16564
16564
|
},
|
|
16565
|
+
{
|
|
16566
|
+
"category": "Edit",
|
|
16567
|
+
"svg": "<path d=\"M21 21H3.06055L21 3.06055V21Z\" fill=\"currentColor\"/><path d=\"M3 18.9395V13.0605L13.0605 3H18.9395L3 18.9395Z\" fill=\"currentColor\"/><path d=\"M3 10.9395V3H10.9395L3 10.9395Z\" fill=\"currentColor\"/>",
|
|
16568
|
+
"iconName": "shader-effect, material",
|
|
16569
|
+
"variant": {
|
|
16570
|
+
"join": "square",
|
|
16571
|
+
"filled": "on",
|
|
16572
|
+
"radius": "0",
|
|
16573
|
+
"stroke": "1.5"
|
|
16574
|
+
},
|
|
16575
|
+
"createdAt": "2025-09-02T10:30:34.835537+00:00",
|
|
16576
|
+
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
16577
|
+
"componentName": "IconShaderEffect"
|
|
16578
|
+
},
|
|
16565
16579
|
{
|
|
16566
16580
|
"category": "Edit",
|
|
16567
16581
|
"svg": "<path d=\"M3 17.6191C3.68379 17.3337 4.42944 17.1606 5.23926 17.2988C5.5575 17.3532 5.92293 17.574 6.37598 18.0322C6.82571 18.4871 7.27117 19.0788 7.78809 19.752C8.09418 20.1505 8.4288 20.5786 8.79395 21H3V17.6191Z\" fill=\"currentColor\"/><path d=\"M11.168 3C11.0886 4.87431 11.4742 6.22482 12.25 7.23242C13.1459 8.39587 14.4666 8.96666 15.6924 9.43555C16.9746 9.92599 18.1753 10.3163 19.21 11.0615C19.912 11.5672 20.5394 12.2444 21 13.2559V21H18.9424C18.7551 19.8236 18.3944 18.9094 17.8818 18.1855C17.3195 17.3914 16.6139 16.8762 15.8828 16.4902C15.1747 16.1163 14.3872 15.8381 13.7129 15.5693C13.0112 15.2896 12.3795 15.002 11.8262 14.5859C11.0781 14.0234 10.5178 13.3489 9.97266 12.666C9.45597 12.0187 8.89685 11.2822 8.20996 10.8096C7.45249 10.2884 6.56021 10.0906 5.43945 10.3916C4.72721 10.5829 3.9286 10.9757 3 11.5908V3H11.168Z\" fill=\"currentColor\"/><path d=\"M5.82812 11.8398C6.53166 11.6509 6.96992 11.7779 7.35938 12.0459C7.81931 12.3624 8.22465 12.8798 8.80078 13.6016C9.34852 14.2878 10.0098 15.0978 10.9238 15.7852C11.643 16.326 12.4291 16.6726 13.1572 16.9629C13.9129 17.2641 14.5683 17.4921 15.1826 17.8164C15.7739 18.1286 16.2707 18.5045 16.6582 19.0518C16.9843 19.5122 17.2568 20.1302 17.4219 21H10.8994C10.2316 20.436 9.61664 19.6698 8.97852 18.8389C8.48707 18.1989 7.97419 17.5154 7.44238 16.9775C6.91392 16.443 6.27355 15.9539 5.49121 15.8203C4.56708 15.6626 3.72685 15.7905 3 16.0225V13.4248C4.25445 12.488 5.15717 12.0201 5.82812 11.8398Z\" fill=\"currentColor\"/><path d=\"M21 10.625C20.7133 10.3334 20.4073 10.0755 20.0869 9.84473C18.8508 8.95439 17.4037 8.48467 16.2285 8.03516C14.9969 7.56405 14.0512 7.11316 13.4385 6.31738C12.934 5.66224 12.5866 4.67281 12.668 3H21V10.625Z\" 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-1.5",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
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":
|
|
14
|
+
"totalIcons": 1519,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 32,
|
|
@@ -427,7 +427,7 @@
|
|
|
427
427
|
]
|
|
428
428
|
},
|
|
429
429
|
"Edit": {
|
|
430
|
-
"count":
|
|
430
|
+
"count": 66,
|
|
431
431
|
"icons": [
|
|
432
432
|
"IconAddKeyframe",
|
|
433
433
|
"IconBezier",
|
|
@@ -482,6 +482,7 @@
|
|
|
482
482
|
"IconRewrite1",
|
|
483
483
|
"IconRewrite2",
|
|
484
484
|
"IconRuler",
|
|
485
|
+
"IconShaderEffect",
|
|
485
486
|
"IconShaders",
|
|
486
487
|
"IconSignature",
|
|
487
488
|
"IconSlice",
|
|
@@ -2891,6 +2892,7 @@
|
|
|
2891
2892
|
"IconSettingsSliderVer": "settings-slider-ver",
|
|
2892
2893
|
"IconSettingsToggle1": "settings-toggle-1",
|
|
2893
2894
|
"IconSettingsToggle2": "settings-toggle-2",
|
|
2895
|
+
"IconShaderEffect": "shader-effect, material",
|
|
2894
2896
|
"IconShaders": "shaders, material, effect",
|
|
2895
2897
|
"IconShadows": "shadows",
|
|
2896
2898
|
"IconShaka1": "shaka-1, call me, hang-ten",
|
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -8281,6 +8281,13 @@
|
|
|
8281
8281
|
"iconName": "settings-toggle-2",
|
|
8282
8282
|
"pathname": "src/IconSettingsToggle2"
|
|
8283
8283
|
},
|
|
8284
|
+
{
|
|
8285
|
+
"svg": "<Path d=\"M21 21H3.06055L21 3.06055V21Z\" fill=\"currentColor\"/><Path d=\"M3 18.9395V13.0605L13.0605 3H18.9395L3 18.9395Z\" fill=\"currentColor\"/><Path d=\"M3 10.9395V3H10.9395L3 10.9395Z\" fill=\"currentColor\"/>",
|
|
8286
|
+
"tags": "Path",
|
|
8287
|
+
"componentName": "IconShaderEffect",
|
|
8288
|
+
"iconName": "shader-effect, material",
|
|
8289
|
+
"pathname": "src/IconShaderEffect"
|
|
8290
|
+
},
|
|
8284
8291
|
{
|
|
8285
8292
|
"svg": "<Path d=\"M3 17.6191C3.68379 17.3337 4.42944 17.1606 5.23926 17.2988C5.5575 17.3532 5.92293 17.574 6.37598 18.0322C6.82571 18.4871 7.27117 19.0788 7.78809 19.752C8.09418 20.1505 8.4288 20.5786 8.79395 21H3V17.6191Z\" fill=\"currentColor\"/><Path d=\"M11.168 3C11.0886 4.87431 11.4742 6.22482 12.25 7.23242C13.1459 8.39587 14.4666 8.96666 15.6924 9.43555C16.9746 9.92599 18.1753 10.3163 19.21 11.0615C19.912 11.5672 20.5394 12.2444 21 13.2559V21H18.9424C18.7551 19.8236 18.3944 18.9094 17.8818 18.1855C17.3195 17.3914 16.6139 16.8762 15.8828 16.4902C15.1747 16.1163 14.3872 15.8381 13.7129 15.5693C13.0112 15.2896 12.3795 15.002 11.8262 14.5859C11.0781 14.0234 10.5178 13.3489 9.97266 12.666C9.45597 12.0187 8.89685 11.2822 8.20996 10.8096C7.45249 10.2884 6.56021 10.0906 5.43945 10.3916C4.72721 10.5829 3.9286 10.9757 3 11.5908V3H11.168Z\" fill=\"currentColor\"/><Path d=\"M5.82812 11.8398C6.53166 11.6509 6.96992 11.7779 7.35938 12.0459C7.81931 12.3624 8.22465 12.8798 8.80078 13.6016C9.34852 14.2878 10.0098 15.0978 10.9238 15.7852C11.643 16.326 12.4291 16.6726 13.1572 16.9629C13.9129 17.2641 14.5683 17.4921 15.1826 17.8164C15.7739 18.1286 16.2707 18.5045 16.6582 19.0518C16.9843 19.5122 17.2568 20.1302 17.4219 21H10.8994C10.2316 20.436 9.61664 19.6698 8.97852 18.8389C8.48707 18.1989 7.97419 17.5154 7.44238 16.9775C6.91392 16.443 6.27355 15.9539 5.49121 15.8203C4.56708 15.6626 3.72685 15.7905 3 16.0225V13.4248C4.25445 12.488 5.15717 12.0201 5.82812 11.8398Z\" fill=\"currentColor\"/><Path d=\"M21 10.625C20.7133 10.3334 20.4073 10.0755 20.0869 9.84473C18.8508 8.95439 17.4037 8.48467 16.2285 8.03516C14.9969 7.56405 14.0512 7.11316 13.4385 6.31738C12.934 5.66224 12.5866 4.67281 12.668 3H21V10.625Z\" fill=\"currentColor\"/>",
|
|
8286
8293
|
"tags": "Path",
|