@central-icons-react-native/round-outlined-radius-3-stroke-2 0.0.59 → 0.0.60

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 Icon3dBoxTop: FC<CentralIconBaseProps>;
4
+ export default Icon3dBoxTop;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var C=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of x(o))!d.call(r,e)&&e!==t&&C(r,e,{get:()=>o[e],enumerable:!(s=u(o,e))||s.enumerable});return r};var m=(r,o,t)=>(t=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(C({},"__esModule",{value:!0}),r);var L={};P(L,{Icon3dBoxTop:()=>B,default:()=>h});module.exports=g(L);var n=m(require("react"));var l=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>l.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"),B=r=>n.default.createElement(f,{...r},n.default.createElement(p.Path,{d:"M9.6001 3.38565C10.4744 2.88086 10.9116 2.62846 11.3764 2.52967C11.7876 2.44226 12.2126 2.44226 12.6238 2.52967C13.0886 2.62846 13.5258 2.88086 14.4001 3.38565L18.2604 5.61437C19.1347 6.11916 19.5718 6.37156 19.8898 6.72467C20.1711 7.0371 20.3836 7.40517 20.5135 7.80501C20.6604 8.25691 20.6604 8.7617 20.6604 9.77129V14.2287C20.6604 15.2383 20.6604 15.7431 20.5135 16.195C20.3836 16.5949 20.1711 16.9629 19.8898 17.2754C19.5718 17.6285 19.1347 17.8809 18.2604 18.3857L14.4001 20.6144C13.5258 21.1192 13.0886 21.3716 12.6238 21.4704C12.2126 21.5578 11.7876 21.5578 11.3764 21.4704C10.9116 21.3716 10.4744 21.1192 9.6001 20.6144L5.73984 18.3857C4.86551 17.8809 4.42835 17.6285 4.11041 17.2754C3.8291 16.9629 3.61659 16.5949 3.48667 16.195C3.33984 15.7431 3.33984 15.2383 3.33984 14.2287V9.77129C3.33984 8.7617 3.33984 8.25691 3.48667 7.80501C3.61659 7.40517 3.8291 7.0371 4.11041 6.72467C4.42835 6.37156 4.86551 6.11916 5.73984 5.61437L9.6001 3.38565Z",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(p.Path,{d:"M20.6604 7L12.0001 12M12.0001 22V12M3.33984 7L12.0001 12",stroke:"currentColor",strokeWidth:"2"})),h=B;0&&(module.exports={Icon3dBoxTop});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/Icon3dBoxTop/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 Icon3dBoxTop: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9.6001 3.38565C10.4744 2.88086 10.9116 2.62846 11.3764 2.52967C11.7876 2.44226 12.2126 2.44226 12.6238 2.52967C13.0886 2.62846 13.5258 2.88086 14.4001 3.38565L18.2604 5.61437C19.1347 6.11916 19.5718 6.37156 19.8898 6.72467C20.1711 7.0371 20.3836 7.40517 20.5135 7.80501C20.6604 8.25691 20.6604 8.7617 20.6604 9.77129V14.2287C20.6604 15.2383 20.6604 15.7431 20.5135 16.195C20.3836 16.5949 20.1711 16.9629 19.8898 17.2754C19.5718 17.6285 19.1347 17.8809 18.2604 18.3857L14.4001 20.6144C13.5258 21.1192 13.0886 21.3716 12.6238 21.4704C12.2126 21.5578 11.7876 21.5578 11.3764 21.4704C10.9116 21.3716 10.4744 21.1192 9.6001 20.6144L5.73984 18.3857C4.86551 17.8809 4.42835 17.6285 4.11041 17.2754C3.8291 16.9629 3.61659 16.5949 3.48667 16.195C3.33984 15.7431 3.33984 15.2383 3.33984 14.2287V9.77129C3.33984 8.7617 3.33984 8.25691 3.48667 7.80501C3.61659 7.40517 3.8291 7.0371 4.11041 6.72467C4.42835 6.37156 4.86551 6.11916 5.73984 5.61437L9.6001 3.38565Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M20.6604 7L12.0001 12M12.0001 22V12M3.33984 7L12.0001 12\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default Icon3dBoxTop;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,y7BACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2DACF,OAAO,eACP,YAAY,IACd,CACF,EAIGE,EAAQJ","names":["Icon3dBoxTop_exports","__export","Icon3dBoxTop","Icon3dBoxTop_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","Icon3dBoxTop","props","React","CentralIconBase","Icon3dBoxTop_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import p from"react";import{Svg as s}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(s,{...n,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 C}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(C,{d:"M9.6001 3.38565C10.4744 2.88086 10.9116 2.62846 11.3764 2.52967C11.7876 2.44226 12.2126 2.44226 12.6238 2.52967C13.0886 2.62846 13.5258 2.88086 14.4001 3.38565L18.2604 5.61437C19.1347 6.11916 19.5718 6.37156 19.8898 6.72467C20.1711 7.0371 20.3836 7.40517 20.5135 7.80501C20.6604 8.25691 20.6604 8.7617 20.6604 9.77129V14.2287C20.6604 15.2383 20.6604 15.7431 20.5135 16.195C20.3836 16.5949 20.1711 16.9629 19.8898 17.2754C19.5718 17.6285 19.1347 17.8809 18.2604 18.3857L14.4001 20.6144C13.5258 21.1192 13.0886 21.3716 12.6238 21.4704C12.2126 21.5578 11.7876 21.5578 11.3764 21.4704C10.9116 21.3716 10.4744 21.1192 9.6001 20.6144L5.73984 18.3857C4.86551 17.8809 4.42835 17.6285 4.11041 17.2754C3.8291 16.9629 3.61659 16.5949 3.48667 16.195C3.33984 15.7431 3.33984 15.2383 3.33984 14.2287V9.77129C3.33984 8.7617 3.33984 8.25691 3.48667 7.80501C3.61659 7.40517 3.8291 7.0371 4.11041 6.72467C4.42835 6.37156 4.86551 6.11916 5.73984 5.61437L9.6001 3.38565Z",stroke:"currentColor",strokeWidth:"2"}),t.createElement(C,{d:"M20.6604 7L12.0001 12M12.0001 22V12M3.33984 7L12.0001 12",stroke:"currentColor",strokeWidth:"2"})),d=a;export{a as Icon3dBoxTop,d as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/Icon3dBoxTop/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 Icon3dBoxTop: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9.6001 3.38565C10.4744 2.88086 10.9116 2.62846 11.3764 2.52967C11.7876 2.44226 12.2126 2.44226 12.6238 2.52967C13.0886 2.62846 13.5258 2.88086 14.4001 3.38565L18.2604 5.61437C19.1347 6.11916 19.5718 6.37156 19.8898 6.72467C20.1711 7.0371 20.3836 7.40517 20.5135 7.80501C20.6604 8.25691 20.6604 8.7617 20.6604 9.77129V14.2287C20.6604 15.2383 20.6604 15.7431 20.5135 16.195C20.3836 16.5949 20.1711 16.9629 19.8898 17.2754C19.5718 17.6285 19.1347 17.8809 18.2604 18.3857L14.4001 20.6144C13.5258 21.1192 13.0886 21.3716 12.6238 21.4704C12.2126 21.5578 11.7876 21.5578 11.3764 21.4704C10.9116 21.3716 10.4744 21.1192 9.6001 20.6144L5.73984 18.3857C4.86551 17.8809 4.42835 17.6285 4.11041 17.2754C3.8291 16.9629 3.61659 16.5949 3.48667 16.195C3.33984 15.7431 3.33984 15.2383 3.33984 14.2287V9.77129C3.33984 8.7617 3.33984 8.25691 3.48667 7.80501C3.61659 7.40517 3.8291 7.0371 4.11041 6.72467C4.42835 6.37156 4.86551 6.11916 5.73984 5.61437L9.6001 3.38565Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M20.6604 7L12.0001 12M12.0001 22V12M3.33984 7L12.0001 12\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default Icon3dBoxTop;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,y7BACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2DACF,OAAO,eACP,YAAY,IACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","Icon3dBoxTop","props","React","CentralIconBase","Icon3dBoxTop_default"]}
package/README.md CHANGED
@@ -300,6 +300,7 @@ Below is a complete list of available icons:
300
300
 
301
301
  ### Augmented Reality
302
302
 
303
+ - Icon3dBoxTop
303
304
  - Icon3dSphere
304
305
  - IconAr
305
306
  - IconArCube1
@@ -1,5 +1,19 @@
1
1
  {
2
2
  "data": [
3
+ {
4
+ "category": "Augmented Reality",
5
+ "svg": "<path d=\"M9.6001 3.38565C10.4744 2.88086 10.9116 2.62846 11.3764 2.52967C11.7876 2.44226 12.2126 2.44226 12.6238 2.52967C13.0886 2.62846 13.5258 2.88086 14.4001 3.38565L18.2604 5.61437C19.1347 6.11916 19.5718 6.37156 19.8898 6.72467C20.1711 7.0371 20.3836 7.40517 20.5135 7.80501C20.6604 8.25691 20.6604 8.7617 20.6604 9.77129V14.2287C20.6604 15.2383 20.6604 15.7431 20.5135 16.195C20.3836 16.5949 20.1711 16.9629 19.8898 17.2754C19.5718 17.6285 19.1347 17.8809 18.2604 18.3857L14.4001 20.6144C13.5258 21.1192 13.0886 21.3716 12.6238 21.4704C12.2126 21.5578 11.7876 21.5578 11.3764 21.4704C10.9116 21.3716 10.4744 21.1192 9.6001 20.6144L5.73984 18.3857C4.86551 17.8809 4.42835 17.6285 4.11041 17.2754C3.8291 16.9629 3.61659 16.5949 3.48667 16.195C3.33984 15.7431 3.33984 15.2383 3.33984 14.2287V9.77129C3.33984 8.7617 3.33984 8.25691 3.48667 7.80501C3.61659 7.40517 3.8291 7.0371 4.11041 6.72467C4.42835 6.37156 4.86551 6.11916 5.73984 5.61437L9.6001 3.38565Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M20.6604 7L12.0001 12M12.0001 22V12M3.33984 7L12.0001 12\" stroke=\"currentColor\" stroke-width=\"2\"/>",
6
+ "iconName": "3d-box-top, shaders, model, cube, ar",
7
+ "variant": {
8
+ "join": "round",
9
+ "filled": "off",
10
+ "radius": "3",
11
+ "stroke": "2"
12
+ },
13
+ "createdAt": "2025-08-28T10:30:32.636072+00:00",
14
+ "packageName": "round-outlined-radius-3-stroke-2",
15
+ "componentName": "Icon3dBoxTop"
16
+ },
3
17
  {
4
18
  "category": "Augmented Reality",
5
19
  "svg": "<path d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M3.04492 12.301C3.49788 13.8165 7.33441 15 12.0002 15C16.64 15 20.4598 13.8297 20.9476 12.3263\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M11.4065 20.8239C10.0339 19.9975 9 16.361 9 12C9 7.40754 10.1466 3.61846 11.6278 3.0686\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>",
package/icons/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export type CentralIconName =
2
+ | "Icon3dBoxTop"
2
3
  | "Icon3dSphere"
3
4
  | "Icon4k"
4
5
  | "IconAddKeyframe"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-3-stroke-2",
3
- "version": "0.0.59",
3
+ "version": "0.0.60",
4
4
  "style": "round-outlined-radius-3-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-3-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": 1512,
14
+ "totalIcons": 1513,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 32,
@@ -178,8 +178,9 @@
178
178
  ]
179
179
  },
180
180
  "Augmented Reality": {
181
- "count": 15,
181
+ "count": 16,
182
182
  "icons": [
183
+ "Icon3dBoxTop",
183
184
  "Icon3dSphere",
184
185
  "IconAr",
185
186
  "IconArCube1",
@@ -1702,6 +1703,7 @@
1702
1703
  }
1703
1704
  },
1704
1705
  "iconAliases": {
1706
+ "Icon3dBoxTop": "3d-box-top, shaders, model, cube, ar",
1705
1707
  "Icon3dSphere": "3d-sphere",
1706
1708
  "Icon4k": "4k",
1707
1709
  "IconAddKeyframe": "add-keyframe, rhombus",
package/license-check.js CHANGED
@@ -16,6 +16,10 @@ const licenseCheck = async () => {
16
16
  headers: {
17
17
  Authorization: `Bearer ${licenseKey}`,
18
18
  },
19
+ body: JSON.stringify({
20
+ package: "central-icons-react-native/round-outlined-radius-3-stroke-2",
21
+ version: "0.0.60",
22
+ }),
19
23
  signal: controller.signal,
20
24
  });
21
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react-native/round-outlined-radius-3-stroke-2",
3
- "version": "0.0.59",
3
+ "version": "0.0.60",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
package/tsx-icons.json CHANGED
@@ -1,5 +1,12 @@
1
1
  {
2
2
  "data": [
3
+ {
4
+ "svg": "<Path d=\"M9.6001 3.38565C10.4744 2.88086 10.9116 2.62846 11.3764 2.52967C11.7876 2.44226 12.2126 2.44226 12.6238 2.52967C13.0886 2.62846 13.5258 2.88086 14.4001 3.38565L18.2604 5.61437C19.1347 6.11916 19.5718 6.37156 19.8898 6.72467C20.1711 7.0371 20.3836 7.40517 20.5135 7.80501C20.6604 8.25691 20.6604 8.7617 20.6604 9.77129V14.2287C20.6604 15.2383 20.6604 15.7431 20.5135 16.195C20.3836 16.5949 20.1711 16.9629 19.8898 17.2754C19.5718 17.6285 19.1347 17.8809 18.2604 18.3857L14.4001 20.6144C13.5258 21.1192 13.0886 21.3716 12.6238 21.4704C12.2126 21.5578 11.7876 21.5578 11.3764 21.4704C10.9116 21.3716 10.4744 21.1192 9.6001 20.6144L5.73984 18.3857C4.86551 17.8809 4.42835 17.6285 4.11041 17.2754C3.8291 16.9629 3.61659 16.5949 3.48667 16.195C3.33984 15.7431 3.33984 15.2383 3.33984 14.2287V9.77129C3.33984 8.7617 3.33984 8.25691 3.48667 7.80501C3.61659 7.40517 3.8291 7.0371 4.11041 6.72467C4.42835 6.37156 4.86551 6.11916 5.73984 5.61437L9.6001 3.38565Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M20.6604 7L12.0001 12M12.0001 22V12M3.33984 7L12.0001 12\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
5
+ "tags": "Path",
6
+ "componentName": "Icon3dBoxTop",
7
+ "iconName": "3d-box-top, shaders, model, cube, ar",
8
+ "pathname": "src/Icon3dBoxTop"
9
+ },
3
10
  {
4
11
  "svg": "<Path d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><Path d=\"M3.04492 12.301C3.49788 13.8165 7.33441 15 12.0002 15C16.64 15 20.4598 13.8297 20.9476 12.3263\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><Path d=\"M11.4065 20.8239C10.0339 19.9975 9 16.361 9 12C9 7.40754 10.1466 3.61846 11.6278 3.0686\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/>",
5
12
  "tags": "Path",