@central-icons-react-native/square-filled-radius-0-stroke-2 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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconCalenderSparkle: FC<CentralIconBaseProps>;
4
+ export default IconCalenderSparkle;
@@ -0,0 +1,2 @@
1
+ "use strict";var c=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of u(o))!I.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=i(o,t))||a.enumerable});return r};var m=(r,o,e)=>(e=r!=null?c(B(r)):{},C(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>C(n({},"__esModule",{value:!0}),r);var g={};L(g,{IconCalenderSparkle:()=>V,default:()=>P});module.exports=x(g);var p=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),H=({children:r,size:o=24,...e})=>s.default.createElement(f.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 l=require("react-native-svg"),V=r=>p.default.createElement(H,{...r},p.default.createElement(l.Path,{d:"M9 2H7V4H3V21H12V19H5V10H19V12H21V4H17V2H15V4H9V2Z",fill:"currentColor"}),p.default.createElement(l.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"})),P=V;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=\"M9 2H7V4H3V21H12V19H5V10H19V12H21V4H17V2H15V4H9V2Z\"\n fill=\"currentColor\"\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,qDACF,KAAK,eACP,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 e from"react";import l from"react";import{Svg as a}from"react-native-svg";var t=({children:o,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"},o);import{Path as n}from"react-native-svg";var C=o=>e.createElement(t,{...o},e.createElement(n,{d:"M9 2H7V4H3V21H12V19H5V10H19V12H21V4H17V2H15V4H9V2Z",fill:"currentColor"}),e.createElement(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",fill:"currentColor"})),I=C;export{C as IconCalenderSparkle,I 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=\"M9 2H7V4H3V21H12V19H5V10H19V12H21V4H17V2H15V4H9V2Z\"\n fill=\"currentColor\"\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,qDACF,KAAK,eACP,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
@@ -154,6 +154,7 @@ Below is a complete list of available icons:
154
154
  - IconBroomSparkle
155
155
  - IconBubbleSparkle
156
156
  - IconBubbleWideSparkle
157
+ - IconCalenderSparkle
157
158
  - IconClipboard2Sparkle
158
159
  - IconCloudySparkle
159
160
  - IconConsoleSparkle
@@ -4522,6 +4522,20 @@
4522
4522
  "packageName": "square-filled-radius-0-stroke-2",
4523
4523
  "componentName": "IconCalenderRemove"
4524
4524
  },
4525
+ {
4526
+ "category": "AI & Magic",
4527
+ "svg": "<path d=\"M9 2H7V4H3V21H12V19H5V10H19V12H21V4H17V2H15V4H9V2Z\" fill=\"currentColor\"/><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": "on",
4532
+ "radius": "0",
4533
+ "stroke": "2"
4534
+ },
4535
+ "createdAt": "2025-12-03T18:02:10.565319+00:00",
4536
+ "packageName": "square-filled-radius-0-stroke-2",
4537
+ "componentName": "IconCalenderSparkle"
4538
+ },
4525
4539
  {
4526
4540
  "category": "Time & Date",
4527
4541
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 21H3V3H21V21ZM5 19H19V9H5V19Z\" fill=\"currentColor\"/><path d=\"M10 14C10 12.8954 10.8954 12 12 12C13.1046 12 14 12.8954 14 14C14 15.1046 13.1046 16 12 16C10.8954 16 10 15.1046 10 14Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -322,6 +322,7 @@ export type CentralIconName =
322
322
  | "IconCalenderAdd"
323
323
  | "IconCalenderNextWeek"
324
324
  | "IconCalenderRemove"
325
+ | "IconCalenderSparkle"
325
326
  | "IconCalenderToday"
326
327
  | "IconCalenderTomorrow"
327
328
  | "IconCall"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-filled-radius-0-stroke-2",
3
- "version": "1.1.55",
3
+ "version": "1.1.56",
4
4
  "style": "square-filled-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-2/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": 1621,
14
+ "totalIcons": 1622,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
- "count": 62,
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";