@central-icons-react-native/square-outlined-radius-0-stroke-1.5 1.1.55 → 1.1.56
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/IconCalenderSparkle/index.d.ts +4 -0
- package/IconCalenderSparkle/index.js +2 -0
- package/IconCalenderSparkle/index.js.map +1 -0
- package/IconCalenderSparkle/index.mjs +2 -0
- package/IconCalenderSparkle/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 M=Object.create;var s=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,m=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},H=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let V of d(o))!m.call(r,V)&&V!==e&&s(r,V,{get:()=>o[V],enumerable:!(p=c(o,V))||p.enumerable});return r};var l=(r,o,e)=>(e=r!=null?M(k(r)):{},H(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),f=r=>H(s({},"__esModule",{value:!0}),r);var h={};L(h,{IconCalenderSparkle:()=>u,default:()=>Z});module.exports=f(h);var t=l(require("react"));var a=l(require("react")),C=require("react-native-svg"),i=({children:r,size:o=24,...e})=>a.default.createElement(C.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),u=r=>t.default.createElement(i,{...r},t.default.createElement(n.Path,{d:"M3.75 4.75V4H3V4.75H3.75ZM3.75 9.25H3V10H3.75V9.25ZM20.25 9.25V10C20.6642 10 21 9.66421 21 9.25H20.25ZM20.25 4.75H21V4H20.25V4.75ZM3.75 4.75V5.5H7.75V4.75V4H3.75V4.75ZM3.75 9.25H4.5V4.75H3.75H3V9.25H3.75ZM3.75 9.25V10H20.25V9.25V8.5H3.75V9.25ZM20.25 4.75H19.5V9.25H20.25H21V4.75H20.25ZM16.25 4.75V5.5H20.25V4.75V4H16.25V4.75ZM7.75 4.75V5.5H16.25V4.75V4H7.75V4.75Z",fill:"currentColor"}),t.default.createElement(n.Path,{d:"M7.75 4.75V2.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M16.25 4.75V2.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M20.25 9.25V11.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M3.75 9.25V20.25H11.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M18.4 14H17.6L16.6 16.6L14 17.6V18.4L16.6 19.4L17.6 22H18.4L19.4 19.4L22 18.4V17.6L19.4 16.6L18.4 14Z",fill:"currentColor"})),Z=u;0&&(module.exports={IconCalenderSparkle});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCalenderSparkle/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 IconCalenderSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.75 4.75V4H3V4.75H3.75ZM3.75 9.25H3V10H3.75V9.25ZM20.25 9.25V10C20.6642 10 21 9.66421 21 9.25H20.25ZM20.25 4.75H21V4H20.25V4.75ZM3.75 4.75V5.5H7.75V4.75V4H3.75V4.75ZM3.75 9.25H4.5V4.75H3.75H3V9.25H3.75ZM3.75 9.25V10H20.25V9.25V8.5H3.75V9.25ZM20.25 4.75H19.5V9.25H20.25H21V4.75H20.25ZM16.25 4.75V5.5H20.25V4.75V4H16.25V4.75ZM7.75 4.75V5.5H16.25V4.75V4H7.75V4.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.75 4.75V2.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M16.25 4.75V2.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M20.25 9.25V11.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M3.75 9.25V20.25H11.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M18.4 14H17.6L16.6 16.6L14 17.6V18.4L16.6 19.4L17.6 22H18.4L19.4 19.4L22 18.4V17.6L19.4 16.6L18.4 14Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCalenderSparkle;\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,yBAAAE,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,EAAiDC,GAE1D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8WACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wGACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconCalenderSparkle_exports","__export","IconCalenderSparkle","IconCalenderSparkle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCalenderSparkle","props","React","CentralIconBase","IconCalenderSparkle_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import s from"react";import{Svg as p}from"react-native-svg";var n=({children:t,size:o=24,...V})=>s.createElement(p,{...V,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var H=t=>r.createElement(n,{...t},r.createElement(e,{d:"M3.75 4.75V4H3V4.75H3.75ZM3.75 9.25H3V10H3.75V9.25ZM20.25 9.25V10C20.6642 10 21 9.66421 21 9.25H20.25ZM20.25 4.75H21V4H20.25V4.75ZM3.75 4.75V5.5H7.75V4.75V4H3.75V4.75ZM3.75 9.25H4.5V4.75H3.75H3V9.25H3.75ZM3.75 9.25V10H20.25V9.25V8.5H3.75V9.25ZM20.25 4.75H19.5V9.25H20.25H21V4.75H20.25ZM16.25 4.75V5.5H20.25V4.75V4H16.25V4.75ZM7.75 4.75V5.5H16.25V4.75V4H7.75V4.75Z",fill:"currentColor"}),r.createElement(e,{d:"M7.75 4.75V2.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),r.createElement(e,{d:"M16.25 4.75V2.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),r.createElement(e,{d:"M20.25 9.25V11.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),r.createElement(e,{d:"M3.75 9.25V20.25H11.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),r.createElement(e,{d:"M18.4 14H17.6L16.6 16.6L14 17.6V18.4L16.6 19.4L17.6 22H18.4L19.4 19.4L22 18.4V17.6L19.4 16.6L18.4 14Z",fill:"currentColor"})),m=H;export{H as IconCalenderSparkle,m as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCalenderSparkle/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 IconCalenderSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.75 4.75V4H3V4.75H3.75ZM3.75 9.25H3V10H3.75V9.25ZM20.25 9.25V10C20.6642 10 21 9.66421 21 9.25H20.25ZM20.25 4.75H21V4H20.25V4.75ZM3.75 4.75V5.5H7.75V4.75V4H3.75V4.75ZM3.75 9.25H4.5V4.75H3.75H3V9.25H3.75ZM3.75 9.25V10H20.25V9.25V8.5H3.75V9.25ZM20.25 4.75H19.5V9.25H20.25H21V4.75H20.25ZM16.25 4.75V5.5H20.25V4.75V4H16.25V4.75ZM7.75 4.75V5.5H16.25V4.75V4H7.75V4.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.75 4.75V2.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M16.25 4.75V2.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M20.25 9.25V11.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M3.75 9.25V20.25H11.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M18.4 14H17.6L16.6 16.6L14 17.6V18.4L16.6 19.4L17.6 22H18.4L19.4 19.4L22 18.4V17.6L19.4 16.6L18.4 14Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCalenderSparkle;\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,EAAiDC,GAE1DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8WACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wGACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCalenderSparkle","props","React","CentralIconBase","IconCalenderSparkle_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -4522,6 +4522,20 @@
|
|
|
4522
4522
|
"packageName": "square-outlined-radius-0-stroke-1.5",
|
|
4523
4523
|
"componentName": "IconCalenderRemove"
|
|
4524
4524
|
},
|
|
4525
|
+
{
|
|
4526
|
+
"category": "AI & Magic",
|
|
4527
|
+
"svg": "<path d=\"M3.75 4.75V4H3V4.75H3.75ZM3.75 9.25H3V10H3.75V9.25ZM20.25 9.25V10C20.6642 10 21 9.66421 21 9.25H20.25ZM20.25 4.75H21V4H20.25V4.75ZM3.75 4.75V5.5H7.75V4.75V4H3.75V4.75ZM3.75 9.25H4.5V4.75H3.75H3V9.25H3.75ZM3.75 9.25V10H20.25V9.25V8.5H3.75V9.25ZM20.25 4.75H19.5V9.25H20.25H21V4.75H20.25ZM16.25 4.75V5.5H20.25V4.75V4H16.25V4.75ZM7.75 4.75V5.5H16.25V4.75V4H7.75V4.75Z\" fill=\"currentColor\"/><path d=\"M7.75 4.75V2.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M16.25 4.75V2.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M20.25 9.25V11.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M3.75 9.25V20.25H11.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M18.4 14H17.6L16.6 16.6L14 17.6V18.4L16.6 19.4L17.6 22H18.4L19.4 19.4L22 18.4V17.6L19.4 16.6L18.4 14Z\" fill=\"currentColor\"/>",
|
|
4528
|
+
"iconName": "calender-sparkle, date, plan",
|
|
4529
|
+
"variant": {
|
|
4530
|
+
"join": "square",
|
|
4531
|
+
"filled": "off",
|
|
4532
|
+
"radius": "0",
|
|
4533
|
+
"stroke": "1.5"
|
|
4534
|
+
},
|
|
4535
|
+
"createdAt": "2025-12-03T18:02:10.565319+00:00",
|
|
4536
|
+
"packageName": "square-outlined-radius-0-stroke-1.5",
|
|
4537
|
+
"componentName": "IconCalenderSparkle"
|
|
4538
|
+
},
|
|
4525
4539
|
{
|
|
4526
4540
|
"category": "Time & Date",
|
|
4527
4541
|
"svg": "<path d=\"M3.75 3.75V3H3V3.75H3.75ZM20.25 3.75H21V3H20.25V3.75ZM20.25 20.25V21H21V20.25H20.25ZM3.75 20.25H3V21H3.75V20.25ZM3.75 3.75V4.5H20.25V3.75V3H3.75V3.75ZM20.25 3.75H19.5V7.25H20.25H21V3.75H20.25ZM20.25 7.25H19.5V20.25H20.25H21V7.25H20.25ZM20.25 20.25V19.5H3.75V20.25V21H20.25V20.25ZM3.75 20.25H4.5V7.25H3.75H3V20.25H3.75ZM3.75 7.25H4.5V3.75H3.75H3V7.25H3.75Z\" fill=\"currentColor\"/><path d=\"M13.75 13.75C13.75 14.7165 12.9665 15.5 12 15.5C11.0335 15.5 10.25 14.7165 10.25 13.75C10.25 12.7835 11.0335 12 12 12C12.9665 12 13.75 12.7835 13.75 13.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M3.75 7.25H20.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.56",
|
|
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,10 +11,10 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1622,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
17
|
+
"count": 63,
|
|
18
18
|
"icons": [
|
|
19
19
|
"IconAppleIntelligenceIcon",
|
|
20
20
|
"IconBag2Sparkle",
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"IconBroomSparkle",
|
|
25
25
|
"IconBubbleSparkle",
|
|
26
26
|
"IconBubbleWideSparkle",
|
|
27
|
+
"IconCalenderSparkle",
|
|
27
28
|
"IconClipboard2Sparkle",
|
|
28
29
|
"IconCloudySparkle",
|
|
29
30
|
"IconConsoleSparkle",
|
|
@@ -2134,6 +2135,7 @@
|
|
|
2134
2135
|
"IconCalenderAdd": "calender-add, date-add",
|
|
2135
2136
|
"IconCalenderNextWeek": "calender-next-week",
|
|
2136
2137
|
"IconCalenderRemove": "calender-remove, date-remove",
|
|
2138
|
+
"IconCalenderSparkle": "calender-sparkle, date, plan",
|
|
2137
2139
|
"IconCalenderToday": "calender-today",
|
|
2138
2140
|
"IconCalenderTomorrow": "calender-tomorrow",
|
|
2139
2141
|
"IconCall": "call, phone",
|
package/index.d.ts
CHANGED
|
@@ -321,6 +321,7 @@ export { IconCalender5, default as IconCalender5Default, } from "./IconCalender5
|
|
|
321
321
|
export { IconCalenderAdd, default as IconCalenderAddDefault, } from "./IconCalenderAdd";
|
|
322
322
|
export { IconCalenderNextWeek, default as IconCalenderNextWeekDefault, } from "./IconCalenderNextWeek";
|
|
323
323
|
export { IconCalenderRemove, default as IconCalenderRemoveDefault, } from "./IconCalenderRemove";
|
|
324
|
+
export { IconCalenderSparkle, default as IconCalenderSparkleDefault, } from "./IconCalenderSparkle";
|
|
324
325
|
export { IconCalenderToday, default as IconCalenderTodayDefault, } from "./IconCalenderToday";
|
|
325
326
|
export { IconCalenderTomorrow, default as IconCalenderTomorrowDefault, } from "./IconCalenderTomorrow";
|
|
326
327
|
export { IconCall, default as IconCallDefault } from "./IconCall";
|