@central-icons-react-native/round-filled-radius-1-stroke-2 1.1.17 → 1.1.18
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/IconTumblr/index.d.ts +4 -0
- package/IconTumblr/index.js +2 -0
- package/IconTumblr/index.js.map +1 -0
- package/IconTumblr/index.mjs +2 -0
- package/IconTumblr/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/index.d.ts +1 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- 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 B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of i(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=I(o,e))||a.enumerable});return r};var l=(r,o,t)=>(t=r!=null?B(x(r)):{},C(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),H=r=>C(n({},"__esModule",{value:!0}),r);var v={};g(v,{IconTumblr:()=>u,default:()=>V});module.exports=H(v);var p=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.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 f=require("react-native-svg"),u=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M17.6592 22H14.3188C11.3109 22 9.0691 20.4524 9.0691 16.7503V10.8215H6.33594V7.61109C9.34383 6.82988 10.6019 4.24148 10.7467 2H13.8701V7.09052H17.5141V10.8215H13.8701V15.9842C13.8701 17.5315 14.6513 18.0665 15.8946 18.0665H17.6592V22Z",fill:"currentColor"})),V=u;0&&(module.exports={IconTumblr});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconTumblr/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 IconTumblr: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.6592 22H14.3188C11.3109 22 9.0691 20.4524 9.0691 16.7503V10.8215H6.33594V7.61109C9.34383 6.82988 10.6019 4.24148 10.7467 2H13.8701V7.09052H17.5141V10.8215H13.8701V15.9842C13.8701 17.5315 14.6513 18.0665 15.8946 18.0665H17.6592V22Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTumblr;\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,6OACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconTumblr_exports","__export","IconTumblr","IconTumblr_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconTumblr","props","React","CentralIconBase","IconTumblr_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import p from"react";import{Svg as a}from"react-native-svg";var t=({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 C}from"react-native-svg";var l=o=>e.createElement(t,{...o},e.createElement(C,{d:"M17.6592 22H14.3188C11.3109 22 9.0691 20.4524 9.0691 16.7503V10.8215H6.33594V7.61109C9.34383 6.82988 10.6019 4.24148 10.7467 2H13.8701V7.09052H17.5141V10.8215H13.8701V15.9842C13.8701 17.5315 14.6513 18.0665 15.8946 18.0665H17.6592V22Z",fill:"currentColor"})),P=l;export{l as IconTumblr,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconTumblr/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 IconTumblr: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.6592 22H14.3188C11.3109 22 9.0691 20.4524 9.0691 16.7503V10.8215H6.33594V7.61109C9.34383 6.82988 10.6019 4.24148 10.7467 2H13.8701V7.09052H17.5141V10.8215H13.8701V15.9842C13.8701 17.5315 14.6513 18.0665 15.8946 18.0665H17.6592V22Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTumblr;\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,6OACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTumblr","props","React","CentralIconBase","IconTumblr_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -20384,6 +20384,20 @@
|
|
|
20384
20384
|
"packageName": "round-filled-radius-1-stroke-2",
|
|
20385
20385
|
"componentName": "IconTruck"
|
|
20386
20386
|
},
|
|
20387
|
+
{
|
|
20388
|
+
"category": "Social Media & Brands",
|
|
20389
|
+
"svg": "<path d=\"M17.6592 22H14.3188C11.3109 22 9.0691 20.4524 9.0691 16.7503V10.8215H6.33594V7.61109C9.34383 6.82988 10.6019 4.24148 10.7467 2H13.8701V7.09052H17.5141V10.8215H13.8701V15.9842C13.8701 17.5315 14.6513 18.0665 15.8946 18.0665H17.6592V22Z\" fill=\"currentColor\"/>",
|
|
20390
|
+
"iconName": "tumblr",
|
|
20391
|
+
"variant": {
|
|
20392
|
+
"join": "round",
|
|
20393
|
+
"filled": "on",
|
|
20394
|
+
"radius": "1",
|
|
20395
|
+
"stroke": "2"
|
|
20396
|
+
},
|
|
20397
|
+
"createdAt": "2025-10-24T14:30:43.20209+00:00",
|
|
20398
|
+
"packageName": "round-filled-radius-1-stroke-2",
|
|
20399
|
+
"componentName": "IconTumblr"
|
|
20400
|
+
},
|
|
20387
20401
|
{
|
|
20388
20402
|
"category": "Social Media & Brands",
|
|
20389
20403
|
"svg": "<path d=\"M13.5421 6.60715H12.0004V11.2143H13.5421V6.60715Z\" fill=\"currentColor\"/><path d=\"M17.3962 11.2143V6.60715H15.8546V11.2143H17.3962Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.60417 2L2.75 5.83929V19.6607H7.375V23.5L11.2292 19.6607H14.3125L21.25 12.75V2H6.60417ZM16.6269 15.0536L19.7103 11.9821V3.53571H7.37693V15.0536H10.4603V18.125L13.5436 15.0536H16.6269Z\" 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-1-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.18",
|
|
4
4
|
"style": "round-filled-radius-1-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-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":
|
|
14
|
+
"totalIcons": 1554,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 44,
|
|
@@ -1247,7 +1247,7 @@
|
|
|
1247
1247
|
]
|
|
1248
1248
|
},
|
|
1249
1249
|
"Social Media & Brands": {
|
|
1250
|
-
"count":
|
|
1250
|
+
"count": 101,
|
|
1251
1251
|
"icons": [
|
|
1252
1252
|
"IconAnthropic",
|
|
1253
1253
|
"IconApple",
|
|
@@ -1336,6 +1336,7 @@
|
|
|
1336
1336
|
"IconTelegram",
|
|
1337
1337
|
"IconThreads",
|
|
1338
1338
|
"IconTiktok",
|
|
1339
|
+
"IconTumblr",
|
|
1339
1340
|
"IconTwitch",
|
|
1340
1341
|
"IconTwitter",
|
|
1341
1342
|
"IconTypescript",
|
|
@@ -3199,6 +3200,7 @@
|
|
|
3199
3200
|
"IconTriangleExclamation": "triangle-exclamation, error, warning, alert",
|
|
3200
3201
|
"IconTrophy": "trophy, win, champion",
|
|
3201
3202
|
"IconTruck": "truck, delivery",
|
|
3203
|
+
"IconTumblr": "tumblr",
|
|
3202
3204
|
"IconTwitch": "twitch",
|
|
3203
3205
|
"IconTwitter": "twitter, larry",
|
|
3204
3206
|
"IconTypescript": "typescript",
|
package/index.d.ts
CHANGED
|
@@ -1454,6 +1454,7 @@ export { IconTrendingCircle, default as IconTrendingCircleDefault, } from "./Ico
|
|
|
1454
1454
|
export { IconTriangleExclamation, default as IconTriangleExclamationDefault, } from "./IconTriangleExclamation";
|
|
1455
1455
|
export { IconTrophy, default as IconTrophyDefault } from "./IconTrophy";
|
|
1456
1456
|
export { IconTruck, default as IconTruckDefault } from "./IconTruck";
|
|
1457
|
+
export { IconTumblr, default as IconTumblrDefault } from "./IconTumblr";
|
|
1457
1458
|
export { IconTwitch, default as IconTwitchDefault } from "./IconTwitch";
|
|
1458
1459
|
export { IconTwitter, default as IconTwitterDefault } from "./IconTwitter";
|
|
1459
1460
|
export { IconTypescript, default as IconTypescriptDefault, } from "./IconTypescript";
|