@central-icons-react-native/round-outlined-radius-1-stroke-1 1.1.202 → 1.1.203
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/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 +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/skills/central-icons-react-native/SKILL.md +2 -1
- package/tsx-icons.json +7 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var m=Object.create;var s=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var L=(o,r)=>{for(var n in r)s(o,n,{get:r[n],enumerable:!0})},i=(o,r,n,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of f(r))!I.call(o,t)&&t!==n&&s(o,t,{get:()=>r[t],enumerable:!(C=k(r,t))||C.enumerable});return o};var u=(o,r,n)=>(n=o!=null?m(B(o)):{},i(r||!o||!o.__esModule?s(n,"default",{value:o,enumerable:!0}):n,o)),x=o=>i(s({},"__esModule",{value:!0}),o);var g={};L(g,{IconEducation:()=>l,default:()=>P});module.exports=x(g);var e=u(require("react"));var a=u(require("react")),c=require("react-native-svg"),d=({children:o,size:r=24,...n})=>a.default.createElement(c.Svg,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var p=require("react-native-svg"),l=o=>e.default.createElement(d,{...o},e.default.createElement(p.Path,{d:"M21.5 20.5H5.5C3.84315 20.5 2.5 19.1569 2.5 17.5C2.5 15.8431 3.84315 14.5 5.5 14.5H21.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(p.Path,{d:"M21 14.5C19.7889 16.3167 19.7889 18.6833 21 20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(p.Path,{d:"M11.9994 4.99036C3.12337 1.55736 4.92781 17.3935 11.9992 14.0274C19.0723 17.3935 20.8774 1.55737 11.9994 4.99036Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(p.Path,{d:"M12 5C12 4.5 12.5 3.25 13.5 2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=l;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.5 20.5H5.5C3.84315 20.5 2.5 19.1569 2.5 17.5C2.5 15.8431 3.84315 14.5 5.5 14.5H21.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21 14.5C19.7889 16.3167 19.7889 18.6833 21 20.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.9994 4.99036C3.12337 1.55736 4.92781 17.3935 11.9992 14.0274C19.0723 17.3935 20.8774 1.55737 11.9994 4.99036Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 5C12 4.5 12.5 3.25 13.5 2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,0FACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oHACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 r from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:o=24,...p})=>s.createElement(C,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var i=e=>r.createElement(t,{...e},r.createElement(n,{d:"M21.5 20.5H5.5C3.84315 20.5 2.5 19.1569 2.5 17.5C2.5 15.8431 3.84315 14.5 5.5 14.5H21.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M21 14.5C19.7889 16.3167 19.7889 18.6833 21 20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M11.9994 4.99036C3.12337 1.55736 4.92781 17.3935 11.9992 14.0274C19.0723 17.3935 20.8774 1.55737 11.9994 4.99036Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M12 5C12 4.5 12.5 3.25 13.5 2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=i;export{i as IconEducation,I 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.5 20.5H5.5C3.84315 20.5 2.5 19.1569 2.5 17.5C2.5 15.8431 3.84315 14.5 5.5 14.5H21.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21 14.5C19.7889 16.3167 19.7889 18.6833 21 20.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.9994 4.99036C3.12337 1.55736 4.92781 17.3935 11.9992 14.0274C19.0723 17.3935 20.8774 1.55737 11.9994 4.99036Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 5C12 4.5 12.5 3.25 13.5 2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,0FACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oHACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEducation","props","React","CentralIconBase","IconEducation_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -9898,6 +9898,20 @@
|
|
|
9898
9898
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
9899
9899
|
"componentName": "IconEditSmall2"
|
|
9900
9900
|
},
|
|
9901
|
+
{
|
|
9902
|
+
"category": "Things",
|
|
9903
|
+
"svg": "<path d=\"M21.5 20.5H5.5C3.84315 20.5 2.5 19.1569 2.5 17.5C2.5 15.8431 3.84315 14.5 5.5 14.5H21.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M21 14.5C19.7889 16.3167 19.7889 18.6833 21 20.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.9994 4.99036C3.12337 1.55736 4.92781 17.3935 11.9992 14.0274C19.0723 17.3935 20.8774 1.55737 11.9994 4.99036Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 5C12 4.5 12.5 3.25 13.5 2.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
9904
|
+
"iconName": "education, book, reading, freetime, apple",
|
|
9905
|
+
"variant": {
|
|
9906
|
+
"join": "round",
|
|
9907
|
+
"filled": "off",
|
|
9908
|
+
"radius": "1",
|
|
9909
|
+
"stroke": "1"
|
|
9910
|
+
},
|
|
9911
|
+
"createdAt": "2026-04-21T10:02:32.178982+00:00",
|
|
9912
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
9913
|
+
"componentName": "IconEducation"
|
|
9914
|
+
},
|
|
9901
9915
|
{
|
|
9902
9916
|
"category": "People",
|
|
9903
9917
|
"svg": "<circle cx=\"7\" cy=\"7.25\" r=\"3.25\" stroke=\"currentColor\"/><circle cx=\"17\" cy=\"7.25\" r=\"3.25\" stroke=\"currentColor\"/><path d=\"M10.5 7C11.4443 6.33333 12.5557 6.33333 13.5 7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M5.64675 19.5H4.5C3.94772 19.5 3.4936 19.0506 3.55805 18.5021C3.86585 15.8827 5.39707 13.5426 8.13636 13.0412C9.29565 12.829 10.9339 13.4869 11.7518 13.8672C12.0697 14.0151 12.4416 14.0091 12.7559 13.8534C13.4733 13.4979 14.8251 12.9231 15.8636 13.0412C18.8337 13.379 20.1871 15.8495 20.4511 18.5015C20.5058 19.0511 20.0523 19.5 19.5 19.5H18.4743C18.1318 19.5 17.8131 19.3247 17.6297 19.0354L17.3883 18.6547C17.1091 18.2143 16.5384 18.0624 16.0772 18.3057L15.3429 18.693C15.0275 18.8594 14.6473 18.8452 14.3452 18.6558L12.7887 17.68C12.4639 17.4764 12.0513 17.4764 11.7264 17.68L10.1699 18.6558C9.8678 18.8452 9.48766 18.8594 9.17225 18.693L8.29076 18.228C7.89473 18.0191 7.40811 18.0989 7.09956 18.4234L6.3714 19.1891C6.18262 19.3876 5.92068 19.5 5.64675 19.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-1-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.203",
|
|
4
4
|
"style": "round-outlined-radius-1-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-stroke-1/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": 1960,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 77,
|
|
@@ -1813,7 +1813,7 @@
|
|
|
1813
1813
|
]
|
|
1814
1814
|
},
|
|
1815
1815
|
"Things": {
|
|
1816
|
-
"count":
|
|
1816
|
+
"count": 139,
|
|
1817
1817
|
"icons": [
|
|
1818
1818
|
"IconAnvil",
|
|
1819
1819
|
"IconApps",
|
|
@@ -1852,6 +1852,7 @@
|
|
|
1852
1852
|
"IconDiscoBall",
|
|
1853
1853
|
"IconDoorHanger",
|
|
1854
1854
|
"IconDumbell",
|
|
1855
|
+
"IconEducation",
|
|
1855
1856
|
"IconElements",
|
|
1856
1857
|
"IconEmojiAstonished",
|
|
1857
1858
|
"IconExplosion",
|
|
@@ -2868,6 +2869,7 @@
|
|
|
2868
2869
|
"IconEditBig": "edit-big, box, pencil, pen, write, draw",
|
|
2869
2870
|
"IconEditSmall1": "edit-small-1, box, pencil, pen, write, draw",
|
|
2870
2871
|
"IconEditSmall2": "edit-small-2",
|
|
2872
|
+
"IconEducation": "education, book, reading, freetime, apple",
|
|
2871
2873
|
"IconEinstein": "einstein, thinking, physics",
|
|
2872
2874
|
"IconElectrocardiogram": "electrocardiogram, activity, notification, pulse, heartbeat, beat",
|
|
2873
2875
|
"IconElements": "elements, materials, products, tools, teams, skills, circles",
|
package/index.d.ts
CHANGED
|
@@ -705,6 +705,7 @@ export { IconEarth, default as IconEarthDefault } from "./IconEarth";
|
|
|
705
705
|
export { IconEditBig, default as IconEditBigDefault } from "./IconEditBig";
|
|
706
706
|
export { IconEditSmall1, default as IconEditSmall1Default, } from "./IconEditSmall1";
|
|
707
707
|
export { IconEditSmall2, default as IconEditSmall2Default, } from "./IconEditSmall2";
|
|
708
|
+
export { IconEducation, default as IconEducationDefault, } from "./IconEducation";
|
|
708
709
|
export { IconEinstein, default as IconEinsteinDefault } from "./IconEinstein";
|
|
709
710
|
export { IconElectrocardiogram, default as IconElectrocardiogramDefault, } from "./IconElectrocardiogram";
|
|
710
711
|
export { IconElements, default as IconElementsDefault } from "./IconElements";
|