@central-icons-react-native/square-outlined-radius-0-stroke-2 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.
@@ -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 c=Object.create;var p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},i=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of f(o))!B.call(r,n)&&n!==t&&p(r,n,{get:()=>o[n],enumerable:!(C=k(o,n))||C.enumerable});return r};var a=(r,o,t)=>(t=r!=null?c(h(r)):{},i(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>i(p({},"__esModule",{value:!0}),r);var g={};I(g,{IconEducation:()=>m,default:()=>P});module.exports=x(g);var e=a(require("react"));var d=a(require("react")),l=require("react-native-svg"),u=({children:r,size:o=24,...t})=>d.default.createElement(l.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 s=require("react-native-svg"),m=r=>e.default.createElement(u,{...r},e.default.createElement(s.Path,{d:"M22 20H6C4.34315 20 3 18.6569 3 17C3 15.3431 4.34315 14 6 14H22",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),e.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",strokeLinejoin:"round"}),e.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"}),e.default.createElement(s.Path,{d:"M12 5C12 4 12.5 3.25 13.5 2.25",stroke:"currentColor",strokeWidth:"1.8"})),P=m;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=\"M22 20H6C4.34315 20 3 18.6569 3 17C3 15.3431 4.34315 14 6 14H22\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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 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 />\n <Path\n d=\"M12 5C12 4 12.5 3.25 13.5 2.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.8\"\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,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6FACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kHACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iCACF,OAAO,eACP,YAAY,MACd,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 C}from"react-native-svg";var n=({children:e,size:r=24,...s})=>p.createElement(C,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var i=e=>o.createElement(n,{...e},o.createElement(t,{d:"M22 20H6C4.34315 20 3 18.6569 3 17C3 15.3431 4.34315 14 6 14H22",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),o.createElement(t,{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",strokeLinejoin:"round"}),o.createElement(t,{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"}),o.createElement(t,{d:"M12 5C12 4 12.5 3.25 13.5 2.25",stroke:"currentColor",strokeWidth:"1.8"})),B=i;export{i as IconEducation,B 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=\"M22 20H6C4.34315 20 3 18.6569 3 17C3 15.3431 4.34315 14 6 14H22\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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 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 />\n <Path\n d=\"M12 5C12 4 12.5 3.25 13.5 2.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.8\"\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,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6FACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kHACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iCACF,OAAO,eACP,YAAY,MACd,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": "square-outlined-radius-0-stroke-2",
9899
9899
  "componentName": "IconEditSmall2"
9900
9900
  },
9901
+ {
9902
+ "category": "Things",
9903
+ "svg": "<path d=\"M22 20H6C4.34315 20 3 18.6569 3 17C3 15.3431 4.34315 14 6 14H22\" stroke=\"currentColor\" stroke-width=\"2\" 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-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\"/><path d=\"M12 5C12 4 12.5 3.25 13.5 2.25\" stroke=\"currentColor\" stroke-width=\"1.8\"/>",
9904
+ "iconName": "education, book, reading, freetime, apple",
9905
+ "variant": {
9906
+ "join": "square",
9907
+ "filled": "off",
9908
+ "radius": "0",
9909
+ "stroke": "2"
9910
+ },
9911
+ "createdAt": "2026-04-21T10:02:32.178982+00:00",
9912
+ "packageName": "square-outlined-radius-0-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.5 19.5006H4C4 14.9164 8.00116 12.1421 12 14.548C16.1941 12.3667 19.9643 14.6379 20 19.5006H17.5C16.7771 18.6331 15.5356 18.4101 14.556 18.9717L14.5 19.0038L13.5243 18.4282C12.5838 17.8734 11.4162 17.8734 10.4757 18.4282L9.5 19.0038L9.44401 18.9717C8.46437 18.4101 7.22287 18.6331 6.5 19.5006Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"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/square-outlined-radius-0-stroke-2",
3
- "version": "1.1.202",
3
+ "version": "1.1.203",
4
4
  "style": "square-outlined-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-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";