@central-icons-react-native/round-filled-radius-0-stroke-1.5 0.0.50 → 0.0.51
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/IconVercel/index.d.ts +4 -0
- package/IconVercel/index.js +2 -0
- package/IconVercel/index.js.map +1 -0
- package/IconVercel/index.mjs +2 -0
- package/IconVercel/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/package.json +1 -1
- package/tsx-icons.json +7 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var I=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of u(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=i(o,t))||a.enumerable});return r};var m=(r,o,e)=>(e=r!=null?I(x(r)):{},l(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>l(n({},"__esModule",{value:!0}),r);var y={};g(y,{IconVercel:()=>B,default:()=>h});module.exports=v(y);var p=m(require("react"));var s=m(require("react")),C=require("react-native-svg"),c=({children:r,size:o=24,...e})=>s.default.createElement(C.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 f=require("react-native-svg"),B=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M11.8632 2.17999L22.7264 20.9958H1L11.8632 2.17999Z",fill:"currentColor"})),h=B;0&&(module.exports={IconVercel});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVercel/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 IconVercel: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.8632 2.17999L22.7264 20.9958H1L11.8632 2.17999Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVercel;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,sDACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconVercel_exports","__export","IconVercel","IconVercel_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVercel","props","React","CentralIconBase","IconVercel_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(a,{...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 l}from"react-native-svg";var m=o=>t.createElement(e,{...o},t.createElement(l,{d:"M11.8632 2.17999L22.7264 20.9958H1L11.8632 2.17999Z",fill:"currentColor"})),P=m;export{m as IconVercel,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVercel/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 IconVercel: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.8632 2.17999L22.7264 20.9958H1L11.8632 2.17999Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVercel;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,sDACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVercel","props","React","CentralIconBase","IconVercel_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -19824,6 +19824,20 @@
|
|
|
19824
19824
|
"packageName": "round-filled-radius-0-stroke-1.5",
|
|
19825
19825
|
"componentName": "IconVenmo"
|
|
19826
19826
|
},
|
|
19827
|
+
{
|
|
19828
|
+
"category": "Social Media & Brands",
|
|
19829
|
+
"svg": "<path d=\"M11.8632 2.17999L22.7264 20.9958H1L11.8632 2.17999Z\" fill=\"currentColor\"/>",
|
|
19830
|
+
"iconName": "vercel",
|
|
19831
|
+
"variant": {
|
|
19832
|
+
"join": "round",
|
|
19833
|
+
"filled": "on",
|
|
19834
|
+
"radius": "0",
|
|
19835
|
+
"stroke": "1.5"
|
|
19836
|
+
},
|
|
19837
|
+
"createdAt": "2025-08-22T09:00:42.724302+00:00",
|
|
19838
|
+
"packageName": "round-filled-radius-0-stroke-1.5",
|
|
19839
|
+
"componentName": "IconVercel"
|
|
19840
|
+
},
|
|
19827
19841
|
{
|
|
19828
19842
|
"category": "Sports",
|
|
19829
19843
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM12.6499 10C12.6499 9.0335 13.4334 8.25 14.3999 8.25H15.8999C16.8664 8.25 17.6499 9.0335 17.6499 10C17.6499 10.4142 17.3141 10.75 16.8999 10.75C16.4857 10.75 16.1499 10.4142 16.1499 10C16.1499 9.86193 16.038 9.75 15.8999 9.75H14.3999C14.2618 9.75 14.1499 9.86193 14.1499 10V11C14.1499 11.1381 14.2618 11.25 14.3999 11.25H15.8999C16.8664 11.25 17.6499 12.0335 17.6499 13V14C17.6499 14.9665 16.8664 15.75 15.8999 15.75H14.3999C13.4334 15.75 12.6499 14.9665 12.6499 14C12.6499 13.5858 12.9857 13.25 13.3999 13.25C13.8141 13.25 14.1499 13.5858 14.1499 14C14.1499 14.1381 14.2618 14.25 14.3999 14.25H15.8999C16.038 14.25 16.1499 14.1381 16.1499 14V13C16.1499 12.8619 16.038 12.75 15.8999 12.75H14.3999C13.4334 12.75 12.6499 11.9665 12.6499 11V10ZM7.72761 8.8181C7.62715 8.41625 7.21994 8.17193 6.8181 8.27239C6.41625 8.37285 6.17193 8.78006 6.27239 9.1819L7.77239 15.1819C7.85586 15.5158 8.15585 15.75 8.5 15.75H9.5C9.84415 15.75 10.1441 15.5158 10.2276 15.1819L11.7276 9.1819C11.8281 8.78006 11.5837 8.37285 11.1819 8.27239C10.7801 8.17193 10.3729 8.41625 10.2724 8.8181L9 13.9077L7.72761 8.8181Z\" 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-0-stroke-1.5",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.51",
|
|
4
4
|
"style": "round-filled-radius-0-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-stroke-1.5/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": 1492,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 32,
|
|
@@ -1213,7 +1213,7 @@
|
|
|
1213
1213
|
]
|
|
1214
1214
|
},
|
|
1215
1215
|
"Social Media & Brands": {
|
|
1216
|
-
"count":
|
|
1216
|
+
"count": 77,
|
|
1217
1217
|
"icons": [
|
|
1218
1218
|
"IconAnthropic",
|
|
1219
1219
|
"IconApple",
|
|
@@ -1285,6 +1285,7 @@
|
|
|
1285
1285
|
"IconTwitch",
|
|
1286
1286
|
"IconTwitter",
|
|
1287
1287
|
"IconVenmo",
|
|
1288
|
+
"IconVercel",
|
|
1288
1289
|
"IconVkontakte",
|
|
1289
1290
|
"IconWebflow",
|
|
1290
1291
|
"IconWhatsapp",
|
|
@@ -3092,6 +3093,7 @@
|
|
|
3092
3093
|
"IconVault": "vault, safe",
|
|
3093
3094
|
"IconVectorLogo": "vector-logo, svg",
|
|
3094
3095
|
"IconVenmo": "venmo",
|
|
3096
|
+
"IconVercel": "vercel",
|
|
3095
3097
|
"IconVersusCircle": "versus-circle, vs",
|
|
3096
3098
|
"IconVerticalAlignmentCenter": "vertical-alignment-center",
|
|
3097
3099
|
"IconVerticalAlignmentLeft": "vertical-alignment-left",
|
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -9912,6 +9912,13 @@
|
|
|
9912
9912
|
"iconName": "venmo",
|
|
9913
9913
|
"pathname": "src/IconVenmo"
|
|
9914
9914
|
},
|
|
9915
|
+
{
|
|
9916
|
+
"svg": "<Path d=\"M11.8632 2.17999L22.7264 20.9958H1L11.8632 2.17999Z\" fill=\"currentColor\"/>",
|
|
9917
|
+
"tags": "Path",
|
|
9918
|
+
"componentName": "IconVercel",
|
|
9919
|
+
"iconName": "vercel",
|
|
9920
|
+
"pathname": "src/IconVercel"
|
|
9921
|
+
},
|
|
9915
9922
|
{
|
|
9916
9923
|
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM12.6499 10C12.6499 9.0335 13.4334 8.25 14.3999 8.25H15.8999C16.8664 8.25 17.6499 9.0335 17.6499 10C17.6499 10.4142 17.3141 10.75 16.8999 10.75C16.4857 10.75 16.1499 10.4142 16.1499 10C16.1499 9.86193 16.038 9.75 15.8999 9.75H14.3999C14.2618 9.75 14.1499 9.86193 14.1499 10V11C14.1499 11.1381 14.2618 11.25 14.3999 11.25H15.8999C16.8664 11.25 17.6499 12.0335 17.6499 13V14C17.6499 14.9665 16.8664 15.75 15.8999 15.75H14.3999C13.4334 15.75 12.6499 14.9665 12.6499 14C12.6499 13.5858 12.9857 13.25 13.3999 13.25C13.8141 13.25 14.1499 13.5858 14.1499 14C14.1499 14.1381 14.2618 14.25 14.3999 14.25H15.8999C16.038 14.25 16.1499 14.1381 16.1499 14V13C16.1499 12.8619 16.038 12.75 15.8999 12.75H14.3999C13.4334 12.75 12.6499 11.9665 12.6499 11V10ZM7.72761 8.8181C7.62715 8.41625 7.21994 8.17193 6.8181 8.27239C6.41625 8.37285 6.17193 8.78006 6.27239 9.1819L7.77239 15.1819C7.85586 15.5158 8.15585 15.75 8.5 15.75H9.5C9.84415 15.75 10.1441 15.5158 10.2276 15.1819L11.7276 9.1819C11.8281 8.78006 11.5837 8.37285 11.1819 8.27239C10.7801 8.17193 10.3729 8.41625 10.2724 8.8181L9 13.9077L7.72761 8.8181Z\" fill=\"currentColor\"/>",
|
|
9917
9924
|
"tags": "Path",
|