@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.201 → 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 l=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of f(o))!h.call(r,n)&&n!==e&&p(r,n,{get:()=>o[n],enumerable:!(i=m(o,n))||i.enumerable});return r};var d=(r,o,e)=>(e=r!=null?l(L(r)):{},C(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>C(p({},"__esModule",{value:!0}),r);var P={};B(P,{IconEducation:()=>k,default:()=>x});module.exports=I(P);var t=d(require("react"));var u=d(require("react")),a=require("react-native-svg"),c=({children:r,size:o=24,...e})=>u.default.createElement(a.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 s=require("react-native-svg"),k=r=>t.default.createElement(c,{...r},t.default.createElement(s.Path,{d:"M21 20H6C4.34315 20 3 18.6569 3 17C3 15.3431 4.34315 14 6 14H21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M20.25 13.999L19.9879 14.7854C19.5089 16.2223 19.5089 17.7758 19.9879 19.2126L20.25 19.999",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M11.9983 5.44629C3.8405 2.38676 5.49894 16.5002 11.9982 13.5002C18.4989 16.5002 20.158 2.38677 11.9983 5.44629Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M12 4.7998C12 4.35536 12.2 3.33314 13 2.7998",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round"})),x=k;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 20H6C4.34315 20 3 18.6569 3 17C3 15.3431 4.34315 14 6 14H21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.25 13.999L19.9879 14.7854C19.5089 16.2223 19.5089 17.7758 19.9879 19.2126L20.25 19.999\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.9983 5.44629C3.8405 2.38676 5.49894 16.5002 11.9982 13.5002C18.4989 16.5002 20.158 2.38677 11.9983 5.44629Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 4.7998C12 4.35536 12.2 3.33314 13 2.7998\"\n stroke=\"currentColor\"\n strokeWidth=\"1.8\"\n strokeLinecap=\"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,kEACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6FACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kHACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+CACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,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 o from"react";import p from"react";import{Svg as i}from"react-native-svg";var n=({children:t,size:r=24,...s})=>p.createElement(i,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var C=t=>o.createElement(n,{...t},o.createElement(e,{d:"M21 20H6C4.34315 20 3 18.6569 3 17C3 15.3431 4.34315 14 6 14H21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M20.25 13.999L19.9879 14.7854C19.5089 16.2223 19.5089 17.7758 19.9879 19.2126L20.25 19.999",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M11.9983 5.44629C3.8405 2.38676 5.49894 16.5002 11.9982 13.5002C18.4989 16.5002 20.158 2.38677 11.9983 5.44629Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M12 4.7998C12 4.35536 12.2 3.33314 13 2.7998",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round"})),h=C;export{C as IconEducation,h 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 20H6C4.34315 20 3 18.6569 3 17C3 15.3431 4.34315 14 6 14H21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.25 13.999L19.9879 14.7854C19.5089 16.2223 19.5089 17.7758 19.9879 19.2126L20.25 19.999\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.9983 5.44629C3.8405 2.38676 5.49894 16.5002 11.9982 13.5002C18.4989 16.5002 20.158 2.38677 11.9983 5.44629Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 4.7998C12 4.35536 12.2 3.33314 13 2.7998\"\n stroke=\"currentColor\"\n strokeWidth=\"1.8\"\n strokeLinecap=\"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,kEACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6FACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kHACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+CACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,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-2-stroke-2",
|
|
9899
9899
|
"componentName": "IconEditSmall2"
|
|
9900
9900
|
},
|
|
9901
|
+
{
|
|
9902
|
+
"category": "Things",
|
|
9903
|
+
"svg": "<path d=\"M21 20H6C4.34315 20 3 18.6569 3 17C3 15.3431 4.34315 14 6 14H21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20.25 13.999L19.9879 14.7854C19.5089 16.2223 19.5089 17.7758 19.9879 19.2126L20.25 19.999\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.9983 5.44629C3.8405 2.38676 5.49894 16.5002 11.9982 13.5002C18.4989 16.5002 20.158 2.38677 11.9983 5.44629Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 4.7998C12 4.35536 12.2 3.33314 13 2.7998\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"/>",
|
|
9904
|
+
"iconName": "education, book, reading, freetime, apple",
|
|
9905
|
+
"variant": {
|
|
9906
|
+
"join": "round",
|
|
9907
|
+
"filled": "off",
|
|
9908
|
+
"radius": "2",
|
|
9909
|
+
"stroke": "2"
|
|
9910
|
+
},
|
|
9911
|
+
"createdAt": "2026-04-21T10:02:32.178982+00:00",
|
|
9912
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
9913
|
+
"componentName": "IconEducation"
|
|
9914
|
+
},
|
|
9901
9915
|
{
|
|
9902
9916
|
"category": "People",
|
|
9903
9917
|
"svg": "<circle cx=\"7\" cy=\"7\" r=\"3\" stroke=\"currentColor\" stroke-width=\"2\"/><circle cx=\"17\" cy=\"7\" r=\"3\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M10 7L10.2111 6.89443C11.3373 6.33137 12.6627 6.33137 13.7889 6.89443L14 7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M5.80066 19.5006H5.70253C4.76225 19.5006 3.97479 18.7267 4.19396 17.8124C4.95844 14.623 7.87428 12.823 10.9962 14.05C11.644 14.3046 12.3711 14.3316 13.0268 14.0983C16.2791 12.9408 19.0932 14.4861 19.819 17.8066C20.0198 18.7253 19.2339 19.5006 18.2935 19.5006H18.1993C17.7562 19.5006 17.336 19.3038 17.0523 18.9634L17.0128 18.916C16.5717 18.3866 15.8141 18.2504 15.2162 18.5932C14.7735 18.847 14.2285 18.8436 13.7889 18.5843L13.0162 18.1285C12.3892 17.7586 11.6108 17.7586 10.9838 18.1285L10.2111 18.5843C9.77149 18.8436 9.22654 18.847 8.78378 18.5932C8.18595 18.2504 7.42832 18.3866 6.98718 18.916L6.94768 18.9634C6.66402 19.3038 6.24379 19.5006 5.80066 19.5006Z\" stroke=\"currentColor\" stroke-width=\"2\" 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-2-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.203",
|
|
4
4
|
"style": "round-outlined-radius-2-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-stroke-2/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";
|