@central-icons-react-native/round-filled-radius-3-stroke-2 0.0.60 → 0.0.61
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/Icon3dBoxBottom/index.d.ts +4 -0
- package/Icon3dBoxBottom/index.js +2 -0
- package/Icon3dBoxBottom/index.js.map +1 -0
- package/Icon3dBoxBottom/index.mjs +2 -0
- package/Icon3dBoxBottom/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/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +7 -0
|
@@ -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,L=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},m=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of x(o))!L.call(r,n)&&n!==t&&C(r,n,{get:()=>o[n],enumerable:!(l=u(o,n))||l.enumerable});return r};var a=(r,o,t)=>(t=r!=null?i(I(r)):{},m(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),d=r=>m(C({},"__esModule",{value:!0}),r);var v={};P(v,{Icon3dBoxBottom:()=>B,default:()=>g});module.exports=d(v);var e=a(require("react"));var f=a(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>f.default.createElement(s.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=>e.default.createElement(c,{...r},e.default.createElement(p.Path,{d:"M10.5 11.711C10.8094 11.5324 11 11.2023 11 10.845V3.15524C11 2.38548 10.1667 1.90434 9.50007 2.28917L4.34012 5.26772C3.10236 5.98221 2.33984 7.30281 2.33984 8.73198V14.6903C2.33984 15.4601 3.17318 15.9412 3.83985 15.5563L10.5 11.711Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M21.6602 8.73198C21.6602 7.30281 20.8976 5.98221 19.6599 5.26772L14.4999 2.28917C13.8333 1.90434 13 2.38547 13 3.15524V10.845C13 11.2023 13.1906 11.5324 13.5 11.711L20.1602 15.5563C20.8268 15.9412 21.6602 15.4601 21.6602 14.6903V8.73198Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M19.1592 19.0207C19.8259 18.6359 19.8259 17.6736 19.1593 17.2887L12.5 13.4435C12.1906 13.2649 11.8094 13.2648 11.5 13.4435L4.83997 17.2887C4.17328 17.6736 4.17332 18.6359 4.84004 19.0208L10.0002 21.9994C11.2377 22.7138 12.7623 22.7137 13.9998 21.9993L19.1592 19.0207Z",fill:"currentColor"})),g=B;0&&(module.exports={Icon3dBoxBottom});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/Icon3dBoxBottom/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 Icon3dBoxBottom: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.5 11.711C10.8094 11.5324 11 11.2023 11 10.845V3.15524C11 2.38548 10.1667 1.90434 9.50007 2.28917L4.34012 5.26772C3.10236 5.98221 2.33984 7.30281 2.33984 8.73198V14.6903C2.33984 15.4601 3.17318 15.9412 3.83985 15.5563L10.5 11.711Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.6602 8.73198C21.6602 7.30281 20.8976 5.98221 19.6599 5.26772L14.4999 2.28917C13.8333 1.90434 13 2.38547 13 3.15524V10.845C13 11.2023 13.1906 11.5324 13.5 11.711L20.1602 15.5563C20.8268 15.9412 21.6602 15.4601 21.6602 14.6903V8.73198Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.1592 19.0207C19.8259 18.6359 19.8259 17.6736 19.1593 17.2887L12.5 13.4435C12.1906 13.2649 11.8094 13.2648 11.5 13.4435L4.83997 17.2887C4.17328 17.6736 4.17332 18.6359 4.84004 19.0208L10.0002 21.9994C11.2377 22.7138 12.7623 22.7137 13.9998 21.9993L19.1592 19.0207Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default Icon3dBoxBottom;\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,qBAAAE,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,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,4OACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8QACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["Icon3dBoxBottom_exports","__export","Icon3dBoxBottom","Icon3dBoxBottom_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","Icon3dBoxBottom","props","React","CentralIconBase","Icon3dBoxBottom_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:t,size:r=24,...C})=>p.createElement(l,{...C,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 n}from"react-native-svg";var m=t=>o.createElement(e,{...t},o.createElement(n,{d:"M10.5 11.711C10.8094 11.5324 11 11.2023 11 10.845V3.15524C11 2.38548 10.1667 1.90434 9.50007 2.28917L4.34012 5.26772C3.10236 5.98221 2.33984 7.30281 2.33984 8.73198V14.6903C2.33984 15.4601 3.17318 15.9412 3.83985 15.5563L10.5 11.711Z",fill:"currentColor"}),o.createElement(n,{d:"M21.6602 8.73198C21.6602 7.30281 20.8976 5.98221 19.6599 5.26772L14.4999 2.28917C13.8333 1.90434 13 2.38547 13 3.15524V10.845C13 11.2023 13.1906 11.5324 13.5 11.711L20.1602 15.5563C20.8268 15.9412 21.6602 15.4601 21.6602 14.6903V8.73198Z",fill:"currentColor"}),o.createElement(n,{d:"M19.1592 19.0207C19.8259 18.6359 19.8259 17.6736 19.1593 17.2887L12.5 13.4435C12.1906 13.2649 11.8094 13.2648 11.5 13.4435L4.83997 17.2887C4.17328 17.6736 4.17332 18.6359 4.84004 19.0208L10.0002 21.9994C11.2377 22.7138 12.7623 22.7137 13.9998 21.9993L19.1592 19.0207Z",fill:"currentColor"})),L=m;export{m as Icon3dBoxBottom,L as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/Icon3dBoxBottom/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 Icon3dBoxBottom: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.5 11.711C10.8094 11.5324 11 11.2023 11 10.845V3.15524C11 2.38548 10.1667 1.90434 9.50007 2.28917L4.34012 5.26772C3.10236 5.98221 2.33984 7.30281 2.33984 8.73198V14.6903C2.33984 15.4601 3.17318 15.9412 3.83985 15.5563L10.5 11.711Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.6602 8.73198C21.6602 7.30281 20.8976 5.98221 19.6599 5.26772L14.4999 2.28917C13.8333 1.90434 13 2.38547 13 3.15524V10.845C13 11.2023 13.1906 11.5324 13.5 11.711L20.1602 15.5563C20.8268 15.9412 21.6602 15.4601 21.6602 14.6903V8.73198Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.1592 19.0207C19.8259 18.6359 19.8259 17.6736 19.1593 17.2887L12.5 13.4435C12.1906 13.2649 11.8094 13.2648 11.5 13.4435L4.83997 17.2887C4.17328 17.6736 4.17332 18.6359 4.84004 19.0208L10.0002 21.9994C11.2377 22.7138 12.7623 22.7137 13.9998 21.9993L19.1592 19.0207Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default Icon3dBoxBottom;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,4OACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8QACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","Icon3dBoxBottom","props","React","CentralIconBase","Icon3dBoxBottom_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"data": [
|
|
3
|
+
{
|
|
4
|
+
"category": "Augmented Reality",
|
|
5
|
+
"svg": "<path d=\"M10.5 11.711C10.8094 11.5324 11 11.2023 11 10.845V3.15524C11 2.38548 10.1667 1.90434 9.50007 2.28917L4.34012 5.26772C3.10236 5.98221 2.33984 7.30281 2.33984 8.73198V14.6903C2.33984 15.4601 3.17318 15.9412 3.83985 15.5563L10.5 11.711Z\" fill=\"currentColor\"/><path d=\"M21.6602 8.73198C21.6602 7.30281 20.8976 5.98221 19.6599 5.26772L14.4999 2.28917C13.8333 1.90434 13 2.38547 13 3.15524V10.845C13 11.2023 13.1906 11.5324 13.5 11.711L20.1602 15.5563C20.8268 15.9412 21.6602 15.4601 21.6602 14.6903V8.73198Z\" fill=\"currentColor\"/><path d=\"M19.1592 19.0207C19.8259 18.6359 19.8259 17.6736 19.1593 17.2887L12.5 13.4435C12.1906 13.2649 11.8094 13.2648 11.5 13.4435L4.83997 17.2887C4.17328 17.6736 4.17332 18.6359 4.84004 19.0208L10.0002 21.9994C11.2377 22.7138 12.7623 22.7137 13.9998 21.9993L19.1592 19.0207Z\" fill=\"currentColor\"/>",
|
|
6
|
+
"iconName": "3d-box-bottom, shaders, model, room",
|
|
7
|
+
"variant": {
|
|
8
|
+
"join": "round",
|
|
9
|
+
"filled": "on",
|
|
10
|
+
"radius": "3",
|
|
11
|
+
"stroke": "2"
|
|
12
|
+
},
|
|
13
|
+
"createdAt": "2025-08-29T06:00:20.162384+00:00",
|
|
14
|
+
"packageName": "round-filled-radius-3-stroke-2",
|
|
15
|
+
"componentName": "Icon3dBoxBottom"
|
|
16
|
+
},
|
|
3
17
|
{
|
|
4
18
|
"category": "Augmented Reality",
|
|
5
19
|
"svg": "<path d=\"M10.5 12.2885C10.8094 12.4671 11 12.7972 11 13.1545V20.8443C11 21.614 10.1667 22.0952 9.50007 21.7103L4.34012 18.7318C3.10236 18.0173 2.33984 16.6967 2.33984 15.2675V9.30921C2.33984 8.5394 3.17318 8.05828 3.83985 8.44318L10.5 12.2885Z\" fill=\"currentColor\"/><path d=\"M21.6602 15.2675C21.6602 16.6967 20.8976 18.0173 19.6599 18.7318L14.4999 21.7103C13.8333 22.0952 13 21.614 13 20.8443V13.1545C13 12.7972 13.1906 12.4671 13.5 12.2885L20.1602 8.44318C20.8268 8.05828 21.6602 8.5394 21.6602 9.30921V15.2675Z\" fill=\"currentColor\"/><path d=\"M19.1592 4.97877C19.8259 5.36364 19.8259 6.32588 19.1593 6.71081L12.5 10.556C12.1906 10.7347 11.8094 10.7347 11.5 10.556L4.83997 6.71083C4.17328 6.32591 4.17332 5.36361 4.84004 4.97874L10.0002 2.00009C11.2377 1.28574 12.7623 1.28578 13.9998 2.00019L19.1592 4.97877Z\" fill=\"currentColor\"/>",
|
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-filled-radius-3-stroke-2",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.61",
|
|
4
4
|
"style": "round-filled-radius-3-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-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":
|
|
14
|
+
"totalIcons": 1514,
|
|
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":
|
|
181
|
+
"count": 17,
|
|
182
182
|
"icons": [
|
|
183
|
+
"Icon3dBoxBottom",
|
|
183
184
|
"Icon3dBoxTop",
|
|
184
185
|
"Icon3dSphere",
|
|
185
186
|
"IconAr",
|
|
@@ -1703,6 +1704,7 @@
|
|
|
1703
1704
|
}
|
|
1704
1705
|
},
|
|
1705
1706
|
"iconAliases": {
|
|
1707
|
+
"Icon3dBoxBottom": "3d-box-bottom, shaders, model, room",
|
|
1706
1708
|
"Icon3dBoxTop": "3d-box-top, shaders, model, cube, ar",
|
|
1707
1709
|
"Icon3dSphere": "3d-sphere",
|
|
1708
1710
|
"Icon4k": "4k",
|
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"data": [
|
|
3
|
+
{
|
|
4
|
+
"svg": "<Path d=\"M10.5 11.711C10.8094 11.5324 11 11.2023 11 10.845V3.15524C11 2.38548 10.1667 1.90434 9.50007 2.28917L4.34012 5.26772C3.10236 5.98221 2.33984 7.30281 2.33984 8.73198V14.6903C2.33984 15.4601 3.17318 15.9412 3.83985 15.5563L10.5 11.711Z\" fill=\"currentColor\"/><Path d=\"M21.6602 8.73198C21.6602 7.30281 20.8976 5.98221 19.6599 5.26772L14.4999 2.28917C13.8333 1.90434 13 2.38547 13 3.15524V10.845C13 11.2023 13.1906 11.5324 13.5 11.711L20.1602 15.5563C20.8268 15.9412 21.6602 15.4601 21.6602 14.6903V8.73198Z\" fill=\"currentColor\"/><Path d=\"M19.1592 19.0207C19.8259 18.6359 19.8259 17.6736 19.1593 17.2887L12.5 13.4435C12.1906 13.2649 11.8094 13.2648 11.5 13.4435L4.83997 17.2887C4.17328 17.6736 4.17332 18.6359 4.84004 19.0208L10.0002 21.9994C11.2377 22.7138 12.7623 22.7137 13.9998 21.9993L19.1592 19.0207Z\" fill=\"currentColor\"/>",
|
|
5
|
+
"tags": "Path",
|
|
6
|
+
"componentName": "Icon3dBoxBottom",
|
|
7
|
+
"iconName": "3d-box-bottom, shaders, model, room",
|
|
8
|
+
"pathname": "src/Icon3dBoxBottom"
|
|
9
|
+
},
|
|
3
10
|
{
|
|
4
11
|
"svg": "<Path d=\"M10.5 12.2885C10.8094 12.4671 11 12.7972 11 13.1545V20.8443C11 21.614 10.1667 22.0952 9.50007 21.7103L4.34012 18.7318C3.10236 18.0173 2.33984 16.6967 2.33984 15.2675V9.30921C2.33984 8.5394 3.17318 8.05828 3.83985 8.44318L10.5 12.2885Z\" fill=\"currentColor\"/><Path d=\"M21.6602 15.2675C21.6602 16.6967 20.8976 18.0173 19.6599 18.7318L14.4999 21.7103C13.8333 22.0952 13 21.614 13 20.8443V13.1545C13 12.7972 13.1906 12.4671 13.5 12.2885L20.1602 8.44318C20.8268 8.05828 21.6602 8.5394 21.6602 9.30921V15.2675Z\" fill=\"currentColor\"/><Path d=\"M19.1592 4.97877C19.8259 5.36364 19.8259 6.32588 19.1593 6.71081L12.5 10.556C12.1906 10.7347 11.8094 10.7347 11.5 10.556L4.83997 6.71083C4.17328 6.32591 4.17332 5.36361 4.84004 4.97874L10.0002 2.00009C11.2377 1.28574 12.7623 1.28578 13.9998 2.00019L19.1592 4.97877Z\" fill=\"currentColor\"/>",
|
|
5
12
|
"tags": "Path",
|