@central-icons-react-native/square-outlined-radius-0-stroke-1.5 1.1.1 → 1.1.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/IconDraw/index.d.ts +4 -0
- package/IconDraw/index.js +2 -0
- package/IconDraw/index.js.map +1 -0
- package/IconDraw/index.mjs +2 -0
- package/IconDraw/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 n=Object.defineProperty;var B=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})},a=(r,o,t,C)=>{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:!(C=B(o,e))||C.enumerable});return r};var s=(r,o,t)=>(t=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),d=r=>a(n({},"__esModule",{value:!0}),r);var v={};g(v,{IconDraw:()=>i,default:()=>h});module.exports=d(v);var p=s(require("react"));var m=s(require("react")),l=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(l.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"),i=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M2.25 13.9897C10.7821 5.54933 14.2475 2.2388 16.2665 4.38617C19.0805 7.37874 4.62713 16.4615 8.62569 18.7676C11.9573 20.6876 17.3338 10.2123 19.5418 12.899C20.8444 14.4822 16.2665 17.9913 17.4853 19.7373C18.4604 21.134 20.7356 19.3488 21.75 18.2819",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"})),h=i;0&&(module.exports={IconDraw});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDraw/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 IconDraw: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.25 13.9897C10.7821 5.54933 14.2475 2.2388 16.2665 4.38617C19.0805 7.37874 4.62713 16.4615 8.62569 18.7676C11.9573 20.6876 17.3338 10.2123 19.5418 12.899C20.8444 14.4822 16.2665 17.9913 17.4853 19.7373C18.4604 21.134 20.7356 19.3488 21.75 18.2819\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDraw;\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,cAAAE,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,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2PACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconDraw_exports","__export","IconDraw","IconDraw_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconDraw","props","React","CentralIconBase","IconDraw_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(C,{...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 a}from"react-native-svg";var s=o=>e.createElement(t,{...o},e.createElement(a,{d:"M2.25 13.9897C10.7821 5.54933 14.2475 2.2388 16.2665 4.38617C19.0805 7.37874 4.62713 16.4615 8.62569 18.7676C11.9573 20.6876 17.3338 10.2123 19.5418 12.899C20.8444 14.4822 16.2665 17.9913 17.4853 19.7373C18.4604 21.134 20.7356 19.3488 21.75 18.2819",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"})),P=s;export{s as IconDraw,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDraw/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 IconDraw: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.25 13.9897C10.7821 5.54933 14.2475 2.2388 16.2665 4.38617C19.0805 7.37874 4.62713 16.4615 8.62569 18.7676C11.9573 20.6876 17.3338 10.2123 19.5418 12.899C20.8444 14.4822 16.2665 17.9913 17.4853 19.7373C18.4604 21.134 20.7356 19.3488 21.75 18.2819\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDraw;\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,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2PACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDraw","props","React","CentralIconBase","IconDraw_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -7910,6 +7910,20 @@
|
|
|
7910
7910
|
"packageName": "square-outlined-radius-0-stroke-1.5",
|
|
7911
7911
|
"componentName": "IconDraft"
|
|
7912
7912
|
},
|
|
7913
|
+
{
|
|
7914
|
+
"category": "Edit",
|
|
7915
|
+
"svg": "<path d=\"M2.25 13.9897C10.7821 5.54933 14.2475 2.2388 16.2665 4.38617C19.0805 7.37874 4.62713 16.4615 8.62569 18.7676C11.9573 20.6876 17.3338 10.2123 19.5418 12.899C20.8444 14.4822 16.2665 17.9913 17.4853 19.7373C18.4604 21.134 20.7356 19.3488 21.75 18.2819\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/>",
|
|
7916
|
+
"iconName": "draw, sketch, scratch",
|
|
7917
|
+
"variant": {
|
|
7918
|
+
"join": "square",
|
|
7919
|
+
"filled": "off",
|
|
7920
|
+
"radius": "0",
|
|
7921
|
+
"stroke": "1.5"
|
|
7922
|
+
},
|
|
7923
|
+
"createdAt": "2025-09-17T05:30:27.554935+00:00",
|
|
7924
|
+
"packageName": "square-outlined-radius-0-stroke-1.5",
|
|
7925
|
+
"componentName": "IconDraw"
|
|
7926
|
+
},
|
|
7913
7927
|
{
|
|
7914
7928
|
"category": "Furniture & Household",
|
|
7915
7929
|
"svg": "<rect x=\"4.75\" y=\"2.75\" width=\"14.5\" height=\"16.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M19 11L5 11\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M6.75 19.5V21.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M17.25 19.5V21.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M9.75 6.75H14.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M9.75 15H14.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/>",
|
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-outlined-radius-0-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"style": "square-outlined-radius-0-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-outlined-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": 1530,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 33,
|
|
@@ -430,7 +430,7 @@
|
|
|
430
430
|
]
|
|
431
431
|
},
|
|
432
432
|
"Edit": {
|
|
433
|
-
"count":
|
|
433
|
+
"count": 69,
|
|
434
434
|
"icons": [
|
|
435
435
|
"IconAddKeyframe",
|
|
436
436
|
"IconBezier",
|
|
@@ -458,6 +458,7 @@
|
|
|
458
458
|
"IconComponents",
|
|
459
459
|
"IconCornerRadius",
|
|
460
460
|
"IconDispersion",
|
|
461
|
+
"IconDraw",
|
|
461
462
|
"IconEditBig",
|
|
462
463
|
"IconEditSmall1",
|
|
463
464
|
"IconEditSmall2",
|
|
@@ -2284,6 +2285,7 @@
|
|
|
2284
2285
|
"IconDownsize": "downsize, exit-full-screen, scale-down",
|
|
2285
2286
|
"IconDownsize2": "downsize-2, exit-full-screen, scale-down",
|
|
2286
2287
|
"IconDraft": "draft",
|
|
2288
|
+
"IconDraw": "draw, sketch, scratch",
|
|
2287
2289
|
"IconDrawer1": "drawer-1",
|
|
2288
2290
|
"IconDrawer2": "drawer-2",
|
|
2289
2291
|
"IconDrawer3": "drawer-3",
|
package/index.d.ts
CHANGED
|
@@ -563,6 +563,7 @@ export { IconDotGrid3x3, default as IconDotGrid3x3Default, } from "./IconDotGrid
|
|
|
563
563
|
export { IconDownsize, default as IconDownsizeDefault } from "./IconDownsize";
|
|
564
564
|
export { IconDownsize2, default as IconDownsize2Default, } from "./IconDownsize2";
|
|
565
565
|
export { IconDraft, default as IconDraftDefault } from "./IconDraft";
|
|
566
|
+
export { IconDraw, default as IconDrawDefault } from "./IconDraw";
|
|
566
567
|
export { IconDrawer1, default as IconDrawer1Default } from "./IconDrawer1";
|
|
567
568
|
export { IconDrawer2, default as IconDrawer2Default } from "./IconDrawer2";
|
|
568
569
|
export { IconDrawer3, default as IconDrawer3Default } from "./IconDrawer3";
|