@central-icons-react-native/round-outlined-radius-1-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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconEducation: FC<CentralIconBaseProps>;
4
+ export default IconEducation;
@@ -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
@@ -1919,6 +1919,7 @@ Below is a complete list of available icons:
1919
1919
  - IconDiscoBall
1920
1920
  - IconDoorHanger
1921
1921
  - IconDumbell
1922
+ - IconEducation
1922
1923
  - IconElements
1923
1924
  - IconEmojiAstonished
1924
1925
  - IconExplosion
@@ -9898,6 +9898,20 @@
9898
9898
  "packageName": "round-outlined-radius-1-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": "1",
9909
+ "stroke": "2"
9910
+ },
9911
+ "createdAt": "2026-04-21T10:02:32.178982+00:00",
9912
+ "packageName": "round-outlined-radius-1-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=\"M6.0316 19.5006H5C4.44772 19.5006 3.99213 19.0497 4.06567 18.5023C4.57575 14.7061 7.97844 12.5218 11.5078 14.2777C11.8193 14.4327 12.1876 14.4451 12.5063 14.3052C16.1947 12.6855 19.4434 14.516 19.9358 18.4944C20.004 19.0453 19.5478 19.5006 18.9926 19.5006H17.9684C17.6716 19.5006 17.3901 19.3688 17.2002 19.1408L16.7874 18.6454C16.4766 18.2725 15.9429 18.1766 15.5218 18.418L15.0045 18.7145C14.6926 18.8934 14.3087 18.891 13.9991 18.7083L12.5081 17.8287C12.1946 17.6438 11.8054 17.6438 11.4919 17.8287L10.0009 18.7083C9.69125 18.891 9.30736 18.8934 8.99545 18.7145L8.47825 18.418C8.05711 18.1766 7.52339 18.2725 7.21263 18.6454L6.79985 19.1408C6.60985 19.3688 6.32839 19.5006 6.0316 19.5006Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
package/icons/index.d.ts CHANGED
@@ -706,6 +706,7 @@ export type CentralIconName =
706
706
  | "IconEditBig"
707
707
  | "IconEditSmall1"
708
708
  | "IconEditSmall2"
709
+ | "IconEducation"
709
710
  | "IconEinstein"
710
711
  | "IconElectrocardiogram"
711
712
  | "IconElements"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-1-stroke-2",
3
- "version": "1.1.201",
3
+ "version": "1.1.203",
4
4
  "style": "round-outlined-radius-1-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-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": 1959,
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": 138,
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";