@central-icons-react-native/round-filled-radius-1-stroke-1.5 1.1.183 → 1.1.184
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/IconLens/index.d.ts +4 -0
- package/IconLens/index.js +2 -0
- package/IconLens/index.js.map +1 -0
- package/IconLens/index.mjs +2 -0
- package/IconLens/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 c=Object.create;var C=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var n in o)C(r,n,{get:o[n],enumerable:!0})},f=(r,o,n,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of d(o))!I.call(r,e)&&e!==n&&C(r,e,{get:()=>o[e],enumerable:!(p=a(o,e))||p.enumerable});return r};var i=(r,o,n)=>(n=r!=null?c(B(r)):{},f(o||!r||!r.__esModule?C(n,"default",{value:r,enumerable:!0}):n,r)),M=r=>f(C({},"__esModule",{value:!0}),r);var Z={};x(Z,{IconLens:()=>L,default:()=>P});module.exports=M(Z);var l=i(require("react"));var m=i(require("react")),s=require("react-native-svg"),u=({children:r,size:o=24,...n})=>m.default.createElement(s.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),L=r=>l.default.createElement(u,{...r},l.default.createElement(t.Path,{d:"M15.25 21.457C14.2308 21.8072 13.138 22 12 22C10.0753 22 8.27839 21.455 6.75293 20.5127L15.25 15.6084V21.457Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M21.8145 13.9131C21.2369 16.8933 19.3382 19.4009 16.75 20.8008V10.9893L21.8145 13.9131Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M10.499 16.6182L5.43652 19.541C3.33197 17.7077 2 15.0103 2 12C2 11.9046 2.00418 11.8096 2.00684 11.7148L10.499 16.6182Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M15.25 10.123V13.876L12 15.752L8.75 13.875V10.123L12 8.24609L15.25 10.123Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M7.25 13.0088L2.18457 10.085C2.76253 7.10531 4.66213 4.59777 7.25 3.19824V13.0088Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M18.5625 4.45801C20.6677 6.29131 22 8.98924 22 12C22 12.0948 21.9948 12.1891 21.9922 12.2832L13.499 7.38086L18.5625 4.45801Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M12 2C13.9242 2 15.7209 2.54449 17.2461 3.48633L8.75 8.39062V2.54199C9.76914 2.19187 10.8621 2 12 2Z",fill:"currentColor"})),P=L;0&&(module.exports={IconLens});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconLens/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 IconLens: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.25 21.457C14.2308 21.8072 13.138 22 12 22C10.0753 22 8.27839 21.455 6.75293 20.5127L15.25 15.6084V21.457Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.8145 13.9131C21.2369 16.8933 19.3382 19.4009 16.75 20.8008V10.9893L21.8145 13.9131Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.499 16.6182L5.43652 19.541C3.33197 17.7077 2 15.0103 2 12C2 11.9046 2.00418 11.8096 2.00684 11.7148L10.499 16.6182Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.25 10.123V13.876L12 15.752L8.75 13.875V10.123L12 8.24609L15.25 10.123Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.25 13.0088L2.18457 10.085C2.76253 7.10531 4.66213 4.59777 7.25 3.19824V13.0088Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.5625 4.45801C20.6677 6.29131 22 8.98924 22 12C22 12.0948 21.9948 12.1891 21.9922 12.2832L13.499 7.38086L18.5625 4.45801Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C13.9242 2 15.7209 2.54449 17.2461 3.48633L8.75 8.39062V2.54199C9.76914 2.19187 10.8621 2 12 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconLens;\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,cAAAE,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,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0FACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6EACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uGACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconLens_exports","__export","IconLens","IconLens_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconLens","props","React","CentralIconBase","IconLens_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:l,size:n=24,...e})=>C.createElement(p,{...e,width:typeof n=="number"?`${n}px`:n,height:typeof n=="number"?`${n}px`:n,viewBox:"0 0 24 24",fill:"none"},l);import{Path as o}from"react-native-svg";var f=l=>r.createElement(t,{...l},r.createElement(o,{d:"M15.25 21.457C14.2308 21.8072 13.138 22 12 22C10.0753 22 8.27839 21.455 6.75293 20.5127L15.25 15.6084V21.457Z",fill:"currentColor"}),r.createElement(o,{d:"M21.8145 13.9131C21.2369 16.8933 19.3382 19.4009 16.75 20.8008V10.9893L21.8145 13.9131Z",fill:"currentColor"}),r.createElement(o,{d:"M10.499 16.6182L5.43652 19.541C3.33197 17.7077 2 15.0103 2 12C2 11.9046 2.00418 11.8096 2.00684 11.7148L10.499 16.6182Z",fill:"currentColor"}),r.createElement(o,{d:"M15.25 10.123V13.876L12 15.752L8.75 13.875V10.123L12 8.24609L15.25 10.123Z",fill:"currentColor"}),r.createElement(o,{d:"M7.25 13.0088L2.18457 10.085C2.76253 7.10531 4.66213 4.59777 7.25 3.19824V13.0088Z",fill:"currentColor"}),r.createElement(o,{d:"M18.5625 4.45801C20.6677 6.29131 22 8.98924 22 12C22 12.0948 21.9948 12.1891 21.9922 12.2832L13.499 7.38086L18.5625 4.45801Z",fill:"currentColor"}),r.createElement(o,{d:"M12 2C13.9242 2 15.7209 2.54449 17.2461 3.48633L8.75 8.39062V2.54199C9.76914 2.19187 10.8621 2 12 2Z",fill:"currentColor"})),I=f;export{f as IconLens,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconLens/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 IconLens: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.25 21.457C14.2308 21.8072 13.138 22 12 22C10.0753 22 8.27839 21.455 6.75293 20.5127L15.25 15.6084V21.457Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.8145 13.9131C21.2369 16.8933 19.3382 19.4009 16.75 20.8008V10.9893L21.8145 13.9131Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.499 16.6182L5.43652 19.541C3.33197 17.7077 2 15.0103 2 12C2 11.9046 2.00418 11.8096 2.00684 11.7148L10.499 16.6182Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.25 10.123V13.876L12 15.752L8.75 13.875V10.123L12 8.24609L15.25 10.123Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.25 13.0088L2.18457 10.085C2.76253 7.10531 4.66213 4.59777 7.25 3.19824V13.0088Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.5625 4.45801C20.6677 6.29131 22 8.98924 22 12C22 12.0948 21.9948 12.1891 21.9922 12.2832L13.499 7.38086L18.5625 4.45801Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C13.9242 2 15.7209 2.54449 17.2461 3.48633L8.75 8.39062V2.54199C9.76914 2.19187 10.8621 2 12 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconLens;\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,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0FACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6EACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uGACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconLens","props","React","CentralIconBase","IconLens_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -14658,6 +14658,20 @@
|
|
|
14658
14658
|
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
14659
14659
|
"componentName": "IconLemonsqueezy"
|
|
14660
14660
|
},
|
|
14661
|
+
{
|
|
14662
|
+
"category": "Photography & Video",
|
|
14663
|
+
"svg": "<path d=\"M15.25 21.457C14.2308 21.8072 13.138 22 12 22C10.0753 22 8.27839 21.455 6.75293 20.5127L15.25 15.6084V21.457Z\" fill=\"currentColor\"/><path d=\"M21.8145 13.9131C21.2369 16.8933 19.3382 19.4009 16.75 20.8008V10.9893L21.8145 13.9131Z\" fill=\"currentColor\"/><path d=\"M10.499 16.6182L5.43652 19.541C3.33197 17.7077 2 15.0103 2 12C2 11.9046 2.00418 11.8096 2.00684 11.7148L10.499 16.6182Z\" fill=\"currentColor\"/><path d=\"M15.25 10.123V13.876L12 15.752L8.75 13.875V10.123L12 8.24609L15.25 10.123Z\" fill=\"currentColor\"/><path d=\"M7.25 13.0088L2.18457 10.085C2.76253 7.10531 4.66213 4.59777 7.25 3.19824V13.0088Z\" fill=\"currentColor\"/><path d=\"M18.5625 4.45801C20.6677 6.29131 22 8.98924 22 12C22 12.0948 21.9948 12.1891 21.9922 12.2832L13.499 7.38086L18.5625 4.45801Z\" fill=\"currentColor\"/><path d=\"M12 2C13.9242 2 15.7209 2.54449 17.2461 3.48633L8.75 8.39062V2.54199C9.76914 2.19187 10.8621 2 12 2Z\" fill=\"currentColor\"/>",
|
|
14664
|
+
"iconName": "lens, camera, focal-length , aperture, f-stop, iso, focus, depth",
|
|
14665
|
+
"variant": {
|
|
14666
|
+
"join": "round",
|
|
14667
|
+
"filled": "on",
|
|
14668
|
+
"radius": "1",
|
|
14669
|
+
"stroke": "1.5"
|
|
14670
|
+
},
|
|
14671
|
+
"createdAt": "2026-04-10T14:02:22.83501+00:00",
|
|
14672
|
+
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
14673
|
+
"componentName": "IconLens"
|
|
14674
|
+
},
|
|
14661
14675
|
{
|
|
14662
14676
|
"category": "Typography",
|
|
14663
14677
|
"svg": "<path d=\"M12 9.03906L13.2012 12.6484H10.7695L11.959 9.03906H12Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM11.9883 7.44531C11.4375 7.44531 11.0977 7.70312 10.8926 8.26562L8.4375 14.9395C8.36719 15.1211 8.33789 15.2852 8.33789 15.4023C8.33789 15.8301 8.63672 16.0996 9.09961 16.0996C9.49219 16.0996 9.71484 15.9062 9.85547 15.4492L10.4121 13.8438H13.5703L14.127 15.4609C14.2617 15.9121 14.4902 16.0996 14.9004 16.0996C15.3398 16.0996 15.6562 15.8125 15.6562 15.4023C15.6562 15.2676 15.627 15.1328 15.5566 14.9395L13.0957 8.25977C12.8848 7.69141 12.5449 7.44531 11.9883 7.44531Z\" 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-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.184",
|
|
4
4
|
"style": "round-filled-radius-1-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-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": 1928,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 76,
|
|
@@ -1315,7 +1315,7 @@
|
|
|
1315
1315
|
]
|
|
1316
1316
|
},
|
|
1317
1317
|
"Photography & Video": {
|
|
1318
|
-
"count":
|
|
1318
|
+
"count": 85,
|
|
1319
1319
|
"icons": [
|
|
1320
1320
|
"Icon4k",
|
|
1321
1321
|
"IconAddImage",
|
|
@@ -1376,6 +1376,7 @@
|
|
|
1376
1376
|
"IconImages41",
|
|
1377
1377
|
"IconImages5",
|
|
1378
1378
|
"IconImagesCircle",
|
|
1379
|
+
"IconLens",
|
|
1379
1380
|
"IconMinimize",
|
|
1380
1381
|
"IconMultiMedia",
|
|
1381
1382
|
"IconNoFlash",
|
|
@@ -3176,6 +3177,7 @@
|
|
|
3176
3177
|
"IconLayoutWindow": "layout-window, grid, window",
|
|
3177
3178
|
"IconLeaderboard": "leaderboard, winner, stats, graph",
|
|
3178
3179
|
"IconLemonsqueezy": "lemonsqueezy",
|
|
3180
|
+
"IconLens": "lens, camera, focal-length, aperture, f-stop, iso, focus, depth",
|
|
3179
3181
|
"IconLetterACircle": "letter-a-circle",
|
|
3180
3182
|
"IconLetterASquare": "letter-a-square, key",
|
|
3181
3183
|
"IconLetterZCircle": "letter-z-circle",
|
package/index.d.ts
CHANGED
|
@@ -1045,6 +1045,7 @@ export { IconLayoutTopbar, default as IconLayoutTopbarDefault, } from "./IconLay
|
|
|
1045
1045
|
export { IconLayoutWindow, default as IconLayoutWindowDefault, } from "./IconLayoutWindow";
|
|
1046
1046
|
export { IconLeaderboard, default as IconLeaderboardDefault, } from "./IconLeaderboard";
|
|
1047
1047
|
export { IconLemonsqueezy, default as IconLemonsqueezyDefault, } from "./IconLemonsqueezy";
|
|
1048
|
+
export { IconLens, default as IconLensDefault } from "./IconLens";
|
|
1048
1049
|
export { IconLetterACircle, default as IconLetterACircleDefault, } from "./IconLetterACircle";
|
|
1049
1050
|
export { IconLetterASquare, default as IconLetterASquareDefault, } from "./IconLetterASquare";
|
|
1050
1051
|
export { IconLetterZCircle, default as IconLetterZCircleDefault, } from "./IconLetterZCircle";
|