@central-icons-react-native/round-filled-radius-2-stroke-2 1.1.202 → 1.1.204
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/IconClapboardSparkle/index.d.ts +4 -0
- package/IconClapboardSparkle/index.js +2 -0
- package/IconClapboardSparkle/index.js.map +1 -0
- package/IconClapboardSparkle/index.mjs +2 -0
- package/IconClapboardSparkle/index.mjs.map +1 -0
- package/IconEducation/index.d.ts +4 -0
- package/IconEducation/index.js +2 -0
- package/IconEducation/index.js.map +1 -0
- package/IconEducation/index.mjs +2 -0
- package/IconEducation/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +29 -1
- package/icons/index.d.ts +2 -0
- package/icons-index.json +9 -5
- package/index.d.ts +2 -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/skills/central-icons-react-native/SKILL.md +4 -2
- package/tsx-icons.json +15 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var e=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,H=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},p=(r,o,C,L)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of d(o))!H.call(r,t)&&t!==C&&e(r,t,{get:()=>o[t],enumerable:!(L=c(o,t))||L.enumerable});return r};var f=(r,o,C)=>(C=r!=null?u(B(r)):{},p(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),x=r=>p(e({},"__esModule",{value:!0}),r);var g={};I(g,{IconClapboardSparkle:()=>s,default:()=>P});module.exports=x(g);var n=f(require("react"));var a=f(require("react")),m=require("react-native-svg"),i=({children:r,size:o=24,...C})=>a.default.createElement(m.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 l=require("react-native-svg"),s=r=>n.default.createElement(i,{...r},n.default.createElement(l.Path,{d:"M21 15.0713L20.9473 15.0518L20.4102 13.6553L20.332 13.4727C19.9068 12.5784 19.0019 12 18 12C16.9981 12 16.0932 12.5784 15.668 13.4727L15.5898 13.6553L15.0518 15.0518L13.6553 15.5898C12.658 15.9735 12 16.9315 12 18C12 19.0685 12.658 20.0265 13.6553 20.4102L15.0518 20.9473L15.0723 21H6C4.34315 21 3 19.6569 3 18V9H21V15.0713Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M14.373 17.4561C14.345 17.4669 14.3185 17.4805 14.293 17.4951L14.292 17.4941C14.3176 17.4794 14.3449 17.4669 14.373 17.4561L14.8633 17.2666L16.1855 16.7598L14.373 17.4561Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M6.82324 7H3V6C3 4.34315 4.34315 3 6 3H8.42285L6.82324 7Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M13.4238 7H8.97656L10.5762 3H15.0234L13.4238 7Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M18 3C19.6569 3 21 4.34315 21 6V7H15.5771L17.1768 3H18Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M19.2405 16.1852L18.5436 14.3733C18.4571 14.1484 18.241 14 18 14C17.759 14 17.5429 14.1484 17.4564 14.3733L16.7595 16.1852C16.658 16.4493 16.4496 16.6582 16.1855 16.7598L14.373 17.4561C14.1481 17.5426 14 17.759 14 18C14 18.241 14.1484 18.4571 14.3733 18.5436L16.1852 19.2405C16.4493 19.342 16.658 19.5507 16.7595 19.8148L17.4564 21.6267C17.5429 21.8516 17.759 22 18 22C18.241 22 18.4571 21.8516 18.5436 21.6267L19.2405 19.8148C19.342 19.5507 19.5507 19.342 19.8148 19.2405L21.6267 18.5436C21.8516 18.4571 22 18.241 22 18C22 17.759 21.8516 17.5429 21.6267 17.4564L19.8148 16.7595C19.5507 16.658 19.342 16.4493 19.2405 16.1852Z",fill:"currentColor"})),P=s;0&&(module.exports={IconClapboardSparkle});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconClapboardSparkle/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 IconClapboardSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21 15.0713L20.9473 15.0518L20.4102 13.6553L20.332 13.4727C19.9068 12.5784 19.0019 12 18 12C16.9981 12 16.0932 12.5784 15.668 13.4727L15.5898 13.6553L15.0518 15.0518L13.6553 15.5898C12.658 15.9735 12 16.9315 12 18C12 19.0685 12.658 20.0265 13.6553 20.4102L15.0518 20.9473L15.0723 21H6C4.34315 21 3 19.6569 3 18V9H21V15.0713Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.373 17.4561C14.345 17.4669 14.3185 17.4805 14.293 17.4951L14.292 17.4941C14.3176 17.4794 14.3449 17.4669 14.373 17.4561L14.8633 17.2666L16.1855 16.7598L14.373 17.4561Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.82324 7H3V6C3 4.34315 4.34315 3 6 3H8.42285L6.82324 7Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.4238 7H8.97656L10.5762 3H15.0234L13.4238 7Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18 3C19.6569 3 21 4.34315 21 6V7H15.5771L17.1768 3H18Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.2405 16.1852L18.5436 14.3733C18.4571 14.1484 18.241 14 18 14C17.759 14 17.5429 14.1484 17.4564 14.3733L16.7595 16.1852C16.658 16.4493 16.4496 16.6582 16.1855 16.7598L14.373 17.4561C14.1481 17.5426 14 17.759 14 18C14 18.241 14.1484 18.4571 14.3733 18.5436L16.1852 19.2405C16.4493 19.342 16.658 19.5507 16.7595 19.8148L17.4564 21.6267C17.5429 21.8516 17.759 22 18 22C18.241 22 18.4571 21.8516 18.5436 21.6267L19.2405 19.8148C19.342 19.5507 19.5507 19.342 19.8148 19.2405L21.6267 18.5436C21.8516 18.4571 22 18.241 22 18C22 17.759 21.8516 17.5429 21.6267 17.4564L19.8148 16.7595C19.5507 16.658 19.342 16.4493 19.2405 16.1852Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconClapboardSparkle;\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,0BAAAE,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,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,uUACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8KACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4DACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kDACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0DACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,onBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconClapboardSparkle_exports","__export","IconClapboardSparkle","IconClapboardSparkle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconClapboardSparkle","props","React","CentralIconBase","IconClapboardSparkle_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import e from"react";import{Svg as L}from"react-native-svg";var l=({children:n,size:o=24,...t})=>e.createElement(L,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n);import{Path as C}from"react-native-svg";var p=n=>r.createElement(l,{...n},r.createElement(C,{d:"M21 15.0713L20.9473 15.0518L20.4102 13.6553L20.332 13.4727C19.9068 12.5784 19.0019 12 18 12C16.9981 12 16.0932 12.5784 15.668 13.4727L15.5898 13.6553L15.0518 15.0518L13.6553 15.5898C12.658 15.9735 12 16.9315 12 18C12 19.0685 12.658 20.0265 13.6553 20.4102L15.0518 20.9473L15.0723 21H6C4.34315 21 3 19.6569 3 18V9H21V15.0713Z",fill:"currentColor"}),r.createElement(C,{d:"M14.373 17.4561C14.345 17.4669 14.3185 17.4805 14.293 17.4951L14.292 17.4941C14.3176 17.4794 14.3449 17.4669 14.373 17.4561L14.8633 17.2666L16.1855 16.7598L14.373 17.4561Z",fill:"currentColor"}),r.createElement(C,{d:"M6.82324 7H3V6C3 4.34315 4.34315 3 6 3H8.42285L6.82324 7Z",fill:"currentColor"}),r.createElement(C,{d:"M13.4238 7H8.97656L10.5762 3H15.0234L13.4238 7Z",fill:"currentColor"}),r.createElement(C,{d:"M18 3C19.6569 3 21 4.34315 21 6V7H15.5771L17.1768 3H18Z",fill:"currentColor"}),r.createElement(C,{d:"M19.2405 16.1852L18.5436 14.3733C18.4571 14.1484 18.241 14 18 14C17.759 14 17.5429 14.1484 17.4564 14.3733L16.7595 16.1852C16.658 16.4493 16.4496 16.6582 16.1855 16.7598L14.373 17.4561C14.1481 17.5426 14 17.759 14 18C14 18.241 14.1484 18.4571 14.3733 18.5436L16.1852 19.2405C16.4493 19.342 16.658 19.5507 16.7595 19.8148L17.4564 21.6267C17.5429 21.8516 17.759 22 18 22C18.241 22 18.4571 21.8516 18.5436 21.6267L19.2405 19.8148C19.342 19.5507 19.5507 19.342 19.8148 19.2405L21.6267 18.5436C21.8516 18.4571 22 18.241 22 18C22 17.759 21.8516 17.5429 21.6267 17.4564L19.8148 16.7595C19.5507 16.658 19.342 16.4493 19.2405 16.1852Z",fill:"currentColor"})),H=p;export{p as IconClapboardSparkle,H as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconClapboardSparkle/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 IconClapboardSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21 15.0713L20.9473 15.0518L20.4102 13.6553L20.332 13.4727C19.9068 12.5784 19.0019 12 18 12C16.9981 12 16.0932 12.5784 15.668 13.4727L15.5898 13.6553L15.0518 15.0518L13.6553 15.5898C12.658 15.9735 12 16.9315 12 18C12 19.0685 12.658 20.0265 13.6553 20.4102L15.0518 20.9473L15.0723 21H6C4.34315 21 3 19.6569 3 18V9H21V15.0713Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.373 17.4561C14.345 17.4669 14.3185 17.4805 14.293 17.4951L14.292 17.4941C14.3176 17.4794 14.3449 17.4669 14.373 17.4561L14.8633 17.2666L16.1855 16.7598L14.373 17.4561Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.82324 7H3V6C3 4.34315 4.34315 3 6 3H8.42285L6.82324 7Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.4238 7H8.97656L10.5762 3H15.0234L13.4238 7Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18 3C19.6569 3 21 4.34315 21 6V7H15.5771L17.1768 3H18Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.2405 16.1852L18.5436 14.3733C18.4571 14.1484 18.241 14 18 14C17.759 14 17.5429 14.1484 17.4564 14.3733L16.7595 16.1852C16.658 16.4493 16.4496 16.6582 16.1855 16.7598L14.373 17.4561C14.1481 17.5426 14 17.759 14 18C14 18.241 14.1484 18.4571 14.3733 18.5436L16.1852 19.2405C16.4493 19.342 16.658 19.5507 16.7595 19.8148L17.4564 21.6267C17.5429 21.8516 17.759 22 18 22C18.241 22 18.4571 21.8516 18.5436 21.6267L19.2405 19.8148C19.342 19.5507 19.5507 19.342 19.8148 19.2405L21.6267 18.5436C21.8516 18.4571 22 18.241 22 18C22 17.759 21.8516 17.5429 21.6267 17.4564L19.8148 16.7595C19.5507 16.658 19.342 16.4493 19.2405 16.1852Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconClapboardSparkle;\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,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,uUACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8KACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4DACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kDACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0DACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,onBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconClapboardSparkle","props","React","CentralIconBase","IconClapboardSparkle_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var e=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)e(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!P.call(r,n)&&n!==t&&e(r,n,{get:()=>o[n],enumerable:!(l=B(o,n))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?e(t,"default",{value:r,enumerable:!0}):t,r)),d=r=>a(e({},"__esModule",{value:!0}),r);var h={};g(h,{IconEducation:()=>i,default:()=>v});module.exports=d(h);var C=m(require("react"));var s=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>s.default.createElement(c.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 p=require("react-native-svg"),i=r=>C.default.createElement(f,{...r},C.default.createElement(p.Path,{d:"M21 14.0006C21.5523 14.0006 22 14.4484 22 15.0006C21.9998 15.5528 21.5522 16.0006 21 16.0006H20.9268C20.53 16.9823 20.5337 18.0145 20.9268 19.0006H21C21.5523 19.0006 22 19.4484 22 20.0006C21.9998 20.5528 21.5522 21.0006 21 21.0006H5.5C3.56712 21.0006 2.00018 19.4335 2 17.5006C2 15.5676 3.567 14.0006 5.5 14.0006H21Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M12.501 2.05142C12.9145 1.77589 13.4734 1.88792 13.749 2.30142C14.0072 2.68916 13.9253 3.20483 13.5732 3.49478L13.4248 3.60415C13.2629 3.73579 13.1377 3.92157 13.0469 4.14126C20.3488 2.50727 18.4842 15.8469 11.999 12.8542C5.45422 15.8747 3.61701 2.25318 11.1621 4.19204C11.204 3.97455 11.269 3.73902 11.3633 3.50161C11.5587 3.00952 11.9058 2.44826 12.501 2.05142Z",fill:"currentColor"})),v=i;0&&(module.exports={IconEducation});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconEducation/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 IconEducation: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21 14.0006C21.5523 14.0006 22 14.4484 22 15.0006C21.9998 15.5528 21.5522 16.0006 21 16.0006H20.9268C20.53 16.9823 20.5337 18.0145 20.9268 19.0006H21C21.5523 19.0006 22 19.4484 22 20.0006C21.9998 20.5528 21.5522 21.0006 21 21.0006H5.5C3.56712 21.0006 2.00018 19.4335 2 17.5006C2 15.5676 3.567 14.0006 5.5 14.0006H21Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.501 2.05142C12.9145 1.77589 13.4734 1.88792 13.749 2.30142C14.0072 2.68916 13.9253 3.20483 13.5732 3.49478L13.4248 3.60415C13.2629 3.73579 13.1377 3.92157 13.0469 4.14126C20.3488 2.50727 18.4842 15.8469 11.999 12.8542C5.45422 15.8747 3.61701 2.25318 11.1621 4.19204C11.204 3.97455 11.269 3.73902 11.3633 3.50161C11.5587 3.00952 11.9058 2.44826 12.501 2.05142Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEducation;\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,mBAAAE,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,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+TACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8WACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconEducation_exports","__export","IconEducation","IconEducation_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconEducation","props","React","CentralIconBase","IconEducation_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:o,size:r=24,...C})=>p.createElement(l,{...C,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 e}from"react-native-svg";var a=o=>t.createElement(n,{...o},t.createElement(e,{d:"M21 14.0006C21.5523 14.0006 22 14.4484 22 15.0006C21.9998 15.5528 21.5522 16.0006 21 16.0006H20.9268C20.53 16.9823 20.5337 18.0145 20.9268 19.0006H21C21.5523 19.0006 22 19.4484 22 20.0006C21.9998 20.5528 21.5522 21.0006 21 21.0006H5.5C3.56712 21.0006 2.00018 19.4335 2 17.5006C2 15.5676 3.567 14.0006 5.5 14.0006H21Z",fill:"currentColor"}),t.createElement(e,{d:"M12.501 2.05142C12.9145 1.77589 13.4734 1.88792 13.749 2.30142C14.0072 2.68916 13.9253 3.20483 13.5732 3.49478L13.4248 3.60415C13.2629 3.73579 13.1377 3.92157 13.0469 4.14126C20.3488 2.50727 18.4842 15.8469 11.999 12.8542C5.45422 15.8747 3.61701 2.25318 11.1621 4.19204C11.204 3.97455 11.269 3.73902 11.3633 3.50161C11.5587 3.00952 11.9058 2.44826 12.501 2.05142Z",fill:"currentColor"})),P=a;export{a as IconEducation,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconEducation/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 IconEducation: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21 14.0006C21.5523 14.0006 22 14.4484 22 15.0006C21.9998 15.5528 21.5522 16.0006 21 16.0006H20.9268C20.53 16.9823 20.5337 18.0145 20.9268 19.0006H21C21.5523 19.0006 22 19.4484 22 20.0006C21.9998 20.5528 21.5522 21.0006 21 21.0006H5.5C3.56712 21.0006 2.00018 19.4335 2 17.5006C2 15.5676 3.567 14.0006 5.5 14.0006H21Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.501 2.05142C12.9145 1.77589 13.4734 1.88792 13.749 2.30142C14.0072 2.68916 13.9253 3.20483 13.5732 3.49478L13.4248 3.60415C13.2629 3.73579 13.1377 3.92157 13.0469 4.14126C20.3488 2.50727 18.4842 15.8469 11.999 12.8542C5.45422 15.8747 3.61701 2.25318 11.1621 4.19204C11.204 3.97455 11.269 3.73902 11.3633 3.50161C11.5587 3.00952 11.9058 2.44826 12.501 2.05142Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEducation;\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,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+TACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8WACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEducation","props","React","CentralIconBase","IconEducation_default"]}
|
package/README.md
CHANGED
|
@@ -160,6 +160,7 @@ Below is a complete list of available icons:
|
|
|
160
160
|
- IconBubbleWideSparkle
|
|
161
161
|
- IconCalenderSparkle
|
|
162
162
|
- IconCameraSparkle
|
|
163
|
+
- IconClapboardSparkle
|
|
163
164
|
- IconClaw
|
|
164
165
|
- IconClipboard2Sparkle
|
|
165
166
|
- IconCloudySparkle
|
|
@@ -1919,6 +1920,7 @@ Below is a complete list of available icons:
|
|
|
1919
1920
|
- IconDiscoBall
|
|
1920
1921
|
- IconDoorHanger
|
|
1921
1922
|
- IconDumbell
|
|
1923
|
+
- IconEducation
|
|
1922
1924
|
- IconElements
|
|
1923
1925
|
- IconEmojiAstonished
|
|
1924
1926
|
- IconExplosion
|
package/filtered-icons.json
CHANGED
|
@@ -6958,6 +6958,20 @@
|
|
|
6958
6958
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
6959
6959
|
"componentName": "IconClapboard"
|
|
6960
6960
|
},
|
|
6961
|
+
{
|
|
6962
|
+
"category": "AI & Magic",
|
|
6963
|
+
"svg": "<path d=\"M21 15.0713L20.9473 15.0518L20.4102 13.6553L20.332 13.4727C19.9068 12.5784 19.0019 12 18 12C16.9981 12 16.0932 12.5784 15.668 13.4727L15.5898 13.6553L15.0518 15.0518L13.6553 15.5898C12.658 15.9735 12 16.9315 12 18C12 19.0685 12.658 20.0265 13.6553 20.4102L15.0518 20.9473L15.0723 21H6C4.34315 21 3 19.6569 3 18V9H21V15.0713Z\" fill=\"currentColor\"/><path d=\"M14.373 17.4561C14.345 17.4669 14.3185 17.4805 14.293 17.4951L14.292 17.4941C14.3176 17.4794 14.3449 17.4669 14.373 17.4561L14.8633 17.2666L16.1855 16.7598L14.373 17.4561Z\" fill=\"currentColor\"/><path d=\"M6.82324 7H3V6C3 4.34315 4.34315 3 6 3H8.42285L6.82324 7Z\" fill=\"currentColor\"/><path d=\"M13.4238 7H8.97656L10.5762 3H15.0234L13.4238 7Z\" fill=\"currentColor\"/><path d=\"M18 3C19.6569 3 21 4.34315 21 6V7H15.5771L17.1768 3H18Z\" fill=\"currentColor\"/><path d=\"M19.2405 16.1852L18.5436 14.3733C18.4571 14.1484 18.241 14 18 14C17.759 14 17.5429 14.1484 17.4564 14.3733L16.7595 16.1852C16.658 16.4493 16.4496 16.6582 16.1855 16.7598L14.373 17.4561C14.1481 17.5426 14 17.759 14 18C14 18.241 14.1484 18.4571 14.3733 18.5436L16.1852 19.2405C16.4493 19.342 16.658 19.5507 16.7595 19.8148L17.4564 21.6267C17.5429 21.8516 17.759 22 18 22C18.241 22 18.4571 21.8516 18.5436 21.6267L19.2405 19.8148C19.342 19.5507 19.5507 19.342 19.8148 19.2405L21.6267 18.5436C21.8516 18.4571 22 18.241 22 18C22 17.759 21.8516 17.5429 21.6267 17.4564L19.8148 16.7595C19.5507 16.658 19.342 16.4493 19.2405 16.1852Z\" fill=\"currentColor\"/>",
|
|
6964
|
+
"iconName": "clapboard-sparkle, movie, film, ai",
|
|
6965
|
+
"variant": {
|
|
6966
|
+
"join": "round",
|
|
6967
|
+
"filled": "on",
|
|
6968
|
+
"radius": "2",
|
|
6969
|
+
"stroke": "2"
|
|
6970
|
+
},
|
|
6971
|
+
"createdAt": "2026-04-22T18:02:13.757381+00:00",
|
|
6972
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
6973
|
+
"componentName": "IconClapboardSparkle"
|
|
6974
|
+
},
|
|
6961
6975
|
{
|
|
6962
6976
|
"category": "Photography & Video",
|
|
6963
6977
|
"svg": "<path d=\"M22 17C22 18.6569 20.6569 20 19 20H5C3.34315 20 2 18.6569 2 17V10H22V17Z\" fill=\"currentColor\"/><path d=\"M6.5 8H2V7C2 5.34315 3.34315 4 5 4H8.09961L6.5 8Z\" fill=\"currentColor\"/><path d=\"M13.7471 8H8.65332L10.2529 4H15.3467L13.7471 8Z\" fill=\"currentColor\"/><path d=\"M22 8H15.9004L17.5 4H19C20.6569 4 22 5.34315 22 7V8Z\" fill=\"currentColor\"/>",
|
|
@@ -9898,6 +9912,20 @@
|
|
|
9898
9912
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
9899
9913
|
"componentName": "IconEditSmall2"
|
|
9900
9914
|
},
|
|
9915
|
+
{
|
|
9916
|
+
"category": "Things",
|
|
9917
|
+
"svg": "<path d=\"M21 14.0006C21.5523 14.0006 22 14.4484 22 15.0006C21.9998 15.5528 21.5522 16.0006 21 16.0006H20.9268C20.53 16.9823 20.5337 18.0145 20.9268 19.0006H21C21.5523 19.0006 22 19.4484 22 20.0006C21.9998 20.5528 21.5522 21.0006 21 21.0006H5.5C3.56712 21.0006 2.00018 19.4335 2 17.5006C2 15.5676 3.567 14.0006 5.5 14.0006H21Z\" fill=\"currentColor\"/><path d=\"M12.501 2.05142C12.9145 1.77589 13.4734 1.88792 13.749 2.30142C14.0072 2.68916 13.9253 3.20483 13.5732 3.49478L13.4248 3.60415C13.2629 3.73579 13.1377 3.92157 13.0469 4.14126C20.3488 2.50727 18.4842 15.8469 11.999 12.8542C5.45422 15.8747 3.61701 2.25318 11.1621 4.19204C11.204 3.97455 11.269 3.73902 11.3633 3.50161C11.5587 3.00952 11.9058 2.44826 12.501 2.05142Z\" fill=\"currentColor\"/>",
|
|
9918
|
+
"iconName": "education, book, reading, freetime, apple",
|
|
9919
|
+
"variant": {
|
|
9920
|
+
"join": "round",
|
|
9921
|
+
"filled": "on",
|
|
9922
|
+
"radius": "2",
|
|
9923
|
+
"stroke": "2"
|
|
9924
|
+
},
|
|
9925
|
+
"createdAt": "2026-04-21T10:02:32.178982+00:00",
|
|
9926
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
9927
|
+
"componentName": "IconEducation"
|
|
9928
|
+
},
|
|
9901
9929
|
{
|
|
9902
9930
|
"category": "People",
|
|
9903
9931
|
"svg": "<path d=\"M6.21387 13.4072C7.70347 12.5546 9.53198 12.3998 11.3623 13.1191C11.8001 13.2912 12.2778 13.3034 12.6914 13.1562C14.5391 12.4986 16.3591 12.5798 17.8506 13.3955C19.3434 14.212 20.3812 15.6955 20.7959 17.5928C21.1658 19.285 19.7095 20.5007 18.2939 20.501H18.1992C17.4594 20.5009 16.7578 20.1719 16.2842 19.6035L16.2441 19.5557C16.1137 19.3996 15.8904 19.3598 15.7139 19.4609C14.9593 19.8936 14.0305 19.8872 13.2812 19.4453L12.5078 18.9902C12.1943 18.8053 11.8057 18.8053 11.4922 18.9902L10.7188 19.4453C9.96954 19.8872 9.04075 19.8936 8.28613 19.4609C8.10964 19.3598 7.88626 19.3996 7.75586 19.5557L7.71582 19.6035C7.24218 20.1719 6.54063 20.5009 5.80078 20.501H5.70215C4.29916 20.5008 2.81171 19.2895 3.22168 17.5791C3.6612 15.7456 4.73523 14.2537 6.21387 13.4072Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 3C19.2091 3 21 4.79086 21 7C21 9.20914 19.2091 11 17 11C15.0175 11 13.3724 9.5576 13.0557 7.66504C12.375 7.40906 11.624 7.40884 10.9434 7.66504C10.6265 9.55752 8.98247 11 7 11C4.79086 11 3 9.20914 3 7C3 4.79086 4.79086 3 7 3C8.7278 3 10.1994 4.0956 10.7588 5.62988C11.5727 5.42131 12.4263 5.42147 13.2402 5.62988C13.7995 4.09544 15.2721 3 17 3ZM7 5C5.89543 5 5 5.89543 5 7C5 8.10457 5.89543 9 7 9C8.10457 9 9 8.10457 9 7C9 5.89543 8.10457 5 7 5ZM17 5C15.8954 5 15 5.89543 15 7C15 8.10457 15.8954 9 17 9C18.1046 9 19 8.10457 19 7C19 5.89543 18.1046 5 17 5Z\" fill=\"currentColor\"/>",
|
|
@@ -15711,7 +15739,7 @@
|
|
|
15711
15739
|
{
|
|
15712
15740
|
"category": "Filter & Settings",
|
|
15713
15741
|
"svg": "<path d=\"M21.9996 9.5C21.9996 13.6421 18.6418 17 14.4996 17C13.4664 17 12.4821 16.7911 11.5864 16.4132L6.51739 21.4822C5.54108 22.4585 3.95817 22.4585 2.98186 21.4822L2.51739 21.0178C1.54108 20.0415 1.54108 18.4585 2.51739 17.4822L7.58642 12.4132C7.20853 11.5176 6.99962 10.5332 6.99962 9.5C6.99962 5.35786 10.3575 2 14.4996 2C15.3256 2 16.1205 2.13354 16.8637 2.3802C17.4972 2.59045 17.6146 3.385 17.1426 3.857L13.9996 7C13.1712 7.82843 13.1712 9.17157 13.9996 10C14.828 10.8284 16.1712 10.8284 16.9996 10L20.1426 6.857C20.6146 6.385 21.4092 6.50238 21.6194 7.1359C21.8661 7.87914 21.9996 8.67398 21.9996 9.5Z\" fill=\"currentColor\"/>",
|
|
15714
|
-
"iconName": "maintenance, settings, service",
|
|
15742
|
+
"iconName": "maintenance, settings, service, tweak",
|
|
15715
15743
|
"variant": {
|
|
15716
15744
|
"join": "round",
|
|
15717
15745
|
"filled": "on",
|
package/icons/index.d.ts
CHANGED
|
@@ -496,6 +496,7 @@ export type CentralIconName =
|
|
|
496
496
|
| "IconCirclesThree"
|
|
497
497
|
| "IconCircleX"
|
|
498
498
|
| "IconClapboard"
|
|
499
|
+
| "IconClapboardSparkle"
|
|
499
500
|
| "IconClapboardWide"
|
|
500
501
|
| "IconClaudeai"
|
|
501
502
|
| "IconClaw"
|
|
@@ -706,6 +707,7 @@ export type CentralIconName =
|
|
|
706
707
|
| "IconEditBig"
|
|
707
708
|
| "IconEditSmall1"
|
|
708
709
|
| "IconEditSmall2"
|
|
710
|
+
| "IconEducation"
|
|
709
711
|
| "IconEinstein"
|
|
710
712
|
| "IconElectrocardiogram"
|
|
711
713
|
| "IconElements"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-2-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.204",
|
|
4
4
|
"style": "round-filled-radius-2-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-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":
|
|
14
|
+
"totalIcons": 1961,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
17
|
+
"count": 78,
|
|
18
18
|
"icons": [
|
|
19
19
|
"IconAiTokens",
|
|
20
20
|
"IconAiTranslate",
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"IconBubbleWideSparkle",
|
|
30
30
|
"IconCalenderSparkle",
|
|
31
31
|
"IconCameraSparkle",
|
|
32
|
+
"IconClapboardSparkle",
|
|
32
33
|
"IconClaw",
|
|
33
34
|
"IconClipboard2Sparkle",
|
|
34
35
|
"IconCloudySparkle",
|
|
@@ -1813,7 +1814,7 @@
|
|
|
1813
1814
|
]
|
|
1814
1815
|
},
|
|
1815
1816
|
"Things": {
|
|
1816
|
-
"count":
|
|
1817
|
+
"count": 139,
|
|
1817
1818
|
"icons": [
|
|
1818
1819
|
"IconAnvil",
|
|
1819
1820
|
"IconApps",
|
|
@@ -1852,6 +1853,7 @@
|
|
|
1852
1853
|
"IconDiscoBall",
|
|
1853
1854
|
"IconDoorHanger",
|
|
1854
1855
|
"IconDumbell",
|
|
1856
|
+
"IconEducation",
|
|
1855
1857
|
"IconElements",
|
|
1856
1858
|
"IconEmojiAstonished",
|
|
1857
1859
|
"IconExplosion",
|
|
@@ -2658,6 +2660,7 @@
|
|
|
2658
2660
|
"IconCirclesThree": "circles-three, bubbles",
|
|
2659
2661
|
"IconCircleX": "circle-x, close, checkbox, remove, failed, cancel",
|
|
2660
2662
|
"IconClapboard": "clapboard, movie, film",
|
|
2663
|
+
"IconClapboardSparkle": "clapboard-sparkle, movie, film, ai",
|
|
2661
2664
|
"IconClapboardWide": "clapboard-wide, movie, film",
|
|
2662
2665
|
"IconClaudeai": "claudeai",
|
|
2663
2666
|
"IconClaw": "claw, openclaw, ai, qclaw",
|
|
@@ -2868,6 +2871,7 @@
|
|
|
2868
2871
|
"IconEditBig": "edit-big, box, pencil, pen, write, draw",
|
|
2869
2872
|
"IconEditSmall1": "edit-small-1, box, pencil, pen, write, draw",
|
|
2870
2873
|
"IconEditSmall2": "edit-small-2",
|
|
2874
|
+
"IconEducation": "education, book, reading, freetime, apple",
|
|
2871
2875
|
"IconEinstein": "einstein, thinking, physics",
|
|
2872
2876
|
"IconElectrocardiogram": "electrocardiogram, activity, notification, pulse, heartbeat, beat",
|
|
2873
2877
|
"IconElements": "elements, materials, products, tools, teams, skills, circles",
|
|
@@ -3283,7 +3287,7 @@
|
|
|
3283
3287
|
"IconMagnet": "magnet, snap-pixel, snap",
|
|
3284
3288
|
"IconMagnifyingGlass": "magnifying-glass, search",
|
|
3285
3289
|
"IconMagnifyingGlass2": "magnifying-glass-2, search",
|
|
3286
|
-
"IconMaintenance": "maintenance, settings, service",
|
|
3290
|
+
"IconMaintenance": "maintenance, settings, service, tweak",
|
|
3287
3291
|
"IconMakeItPop": "make-it-pop, design",
|
|
3288
3292
|
"IconMall": "mall, store, shop, business",
|
|
3289
3293
|
"IconManusAi": "manus-ai",
|
package/index.d.ts
CHANGED
|
@@ -495,6 +495,7 @@ export { IconCircleRecord, default as IconCircleRecordDefault, } from "./IconCir
|
|
|
495
495
|
export { IconCircleX, default as IconCircleXDefault } from "./IconCircleX";
|
|
496
496
|
export { IconCirclesThree, default as IconCirclesThreeDefault, } from "./IconCirclesThree";
|
|
497
497
|
export { IconClapboard, default as IconClapboardDefault, } from "./IconClapboard";
|
|
498
|
+
export { IconClapboardSparkle, default as IconClapboardSparkleDefault, } from "./IconClapboardSparkle";
|
|
498
499
|
export { IconClapboardWide, default as IconClapboardWideDefault, } from "./IconClapboardWide";
|
|
499
500
|
export { IconClaudeai, default as IconClaudeaiDefault } from "./IconClaudeai";
|
|
500
501
|
export { IconClaw, default as IconClawDefault } from "./IconClaw";
|
|
@@ -705,6 +706,7 @@ export { IconEarth, default as IconEarthDefault } from "./IconEarth";
|
|
|
705
706
|
export { IconEditBig, default as IconEditBigDefault } from "./IconEditBig";
|
|
706
707
|
export { IconEditSmall1, default as IconEditSmall1Default, } from "./IconEditSmall1";
|
|
707
708
|
export { IconEditSmall2, default as IconEditSmall2Default, } from "./IconEditSmall2";
|
|
709
|
+
export { IconEducation, default as IconEducationDefault, } from "./IconEducation";
|
|
708
710
|
export { IconEinstein, default as IconEinsteinDefault } from "./IconEinstein";
|
|
709
711
|
export { IconElectrocardiogram, default as IconElectrocardiogramDefault, } from "./IconElectrocardiogram";
|
|
710
712
|
export { IconElements, default as IconElementsDefault } from "./IconElements";
|