@central-icons-react-native/round-filled-radius-2-stroke-2 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.0996 21.5078C14.1235 21.8258 13.0822 22 12 22C10.1369 22 8.39376 21.4888 6.90039 20.6016L15.0996 15.8682V21.5078Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M21.7842 14.0693C21.1836 16.923 19.3664 19.3263 16.9004 20.7158V11.249L21.7842 14.0693Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M10.1992 16.6182L5.31641 19.4375C3.28069 17.6069 2 14.9532 2 12C2 11.9619 2.00153 11.9238 2.00195 11.8857L10.1992 16.6182Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M15.0996 10.209V13.79L12 15.5781L8.90039 13.7891V10.209L12 8.41992L15.0996 10.209Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M7.09961 12.749L2.21484 9.92969C2.81557 7.07622 4.63358 4.67253 7.09961 3.2832V12.749Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M18.6826 4.56152C20.7189 6.39212 22 9.04626 22 12C22 12.0375 21.9975 12.0749 21.9971 12.1123L13.7998 7.38086L18.6826 4.56152Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M12 2C13.8626 2 15.6055 2.5106 17.0986 3.39746L8.90039 8.13086V2.49121C9.8764 2.17327 10.9179 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.0996 21.5078C14.1235 21.8258 13.0822 22 12 22C10.1369 22 8.39376 21.4888 6.90039 20.6016L15.0996 15.8682V21.5078Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.7842 14.0693C21.1836 16.923 19.3664 19.3263 16.9004 20.7158V11.249L21.7842 14.0693Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.1992 16.6182L5.31641 19.4375C3.28069 17.6069 2 14.9532 2 12C2 11.9619 2.00153 11.9238 2.00195 11.8857L10.1992 16.6182Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.0996 10.209V13.79L12 15.5781L8.90039 13.7891V10.209L12 8.41992L15.0996 10.209Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.09961 12.749L2.21484 9.92969C2.81557 7.07622 4.63358 4.67253 7.09961 3.2832V12.749Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.6826 4.56152C20.7189 6.39212 22 9.04626 22 12C22 12.0375 21.9975 12.0749 21.9971 12.1123L13.7998 7.38086L18.6826 4.56152Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C13.8626 2 15.6055 2.5106 17.0986 3.39746L8.90039 8.13086V2.49121C9.8764 2.17327 10.9179 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,wHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0FACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wGACF,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.0996 21.5078C14.1235 21.8258 13.0822 22 12 22C10.1369 22 8.39376 21.4888 6.90039 20.6016L15.0996 15.8682V21.5078Z",fill:"currentColor"}),r.createElement(o,{d:"M21.7842 14.0693C21.1836 16.923 19.3664 19.3263 16.9004 20.7158V11.249L21.7842 14.0693Z",fill:"currentColor"}),r.createElement(o,{d:"M10.1992 16.6182L5.31641 19.4375C3.28069 17.6069 2 14.9532 2 12C2 11.9619 2.00153 11.9238 2.00195 11.8857L10.1992 16.6182Z",fill:"currentColor"}),r.createElement(o,{d:"M15.0996 10.209V13.79L12 15.5781L8.90039 13.7891V10.209L12 8.41992L15.0996 10.209Z",fill:"currentColor"}),r.createElement(o,{d:"M7.09961 12.749L2.21484 9.92969C2.81557 7.07622 4.63358 4.67253 7.09961 3.2832V12.749Z",fill:"currentColor"}),r.createElement(o,{d:"M18.6826 4.56152C20.7189 6.39212 22 9.04626 22 12C22 12.0375 21.9975 12.0749 21.9971 12.1123L13.7998 7.38086L18.6826 4.56152Z",fill:"currentColor"}),r.createElement(o,{d:"M12 2C13.8626 2 15.6055 2.5106 17.0986 3.39746L8.90039 8.13086V2.49121C9.8764 2.17327 10.9179 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.0996 21.5078C14.1235 21.8258 13.0822 22 12 22C10.1369 22 8.39376 21.4888 6.90039 20.6016L15.0996 15.8682V21.5078Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.7842 14.0693C21.1836 16.923 19.3664 19.3263 16.9004 20.7158V11.249L21.7842 14.0693Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.1992 16.6182L5.31641 19.4375C3.28069 17.6069 2 14.9532 2 12C2 11.9619 2.00153 11.9238 2.00195 11.8857L10.1992 16.6182Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.0996 10.209V13.79L12 15.5781L8.90039 13.7891V10.209L12 8.41992L15.0996 10.209Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.09961 12.749L2.21484 9.92969C2.81557 7.07622 4.63358 4.67253 7.09961 3.2832V12.749Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.6826 4.56152C20.7189 6.39212 22 9.04626 22 12C22 12.0375 21.9975 12.0749 21.9971 12.1123L13.7998 7.38086L18.6826 4.56152Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C13.8626 2 15.6055 2.5106 17.0986 3.39746L8.90039 8.13086V2.49121C9.8764 2.17327 10.9179 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,wHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0FACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wGACF,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-2-stroke-2",
|
|
14659
14659
|
"componentName": "IconLemonsqueezy"
|
|
14660
14660
|
},
|
|
14661
|
+
{
|
|
14662
|
+
"category": "Photography & Video",
|
|
14663
|
+
"svg": "<path d=\"M15.0996 21.5078C14.1235 21.8258 13.0822 22 12 22C10.1369 22 8.39376 21.4888 6.90039 20.6016L15.0996 15.8682V21.5078Z\" fill=\"currentColor\"/><path d=\"M21.7842 14.0693C21.1836 16.923 19.3664 19.3263 16.9004 20.7158V11.249L21.7842 14.0693Z\" fill=\"currentColor\"/><path d=\"M10.1992 16.6182L5.31641 19.4375C3.28069 17.6069 2 14.9532 2 12C2 11.9619 2.00153 11.9238 2.00195 11.8857L10.1992 16.6182Z\" fill=\"currentColor\"/><path d=\"M15.0996 10.209V13.79L12 15.5781L8.90039 13.7891V10.209L12 8.41992L15.0996 10.209Z\" fill=\"currentColor\"/><path d=\"M7.09961 12.749L2.21484 9.92969C2.81557 7.07622 4.63358 4.67253 7.09961 3.2832V12.749Z\" fill=\"currentColor\"/><path d=\"M18.6826 4.56152C20.7189 6.39212 22 9.04626 22 12C22 12.0375 21.9975 12.0749 21.9971 12.1123L13.7998 7.38086L18.6826 4.56152Z\" fill=\"currentColor\"/><path d=\"M12 2C13.8626 2 15.6055 2.5106 17.0986 3.39746L8.90039 8.13086V2.49121C9.8764 2.17327 10.9179 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": "2",
|
|
14669
|
+
"stroke": "2"
|
|
14670
|
+
},
|
|
14671
|
+
"createdAt": "2026-04-10T14:02:22.83501+00:00",
|
|
14672
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
14673
|
+
"componentName": "IconLens"
|
|
14674
|
+
},
|
|
14661
14675
|
{
|
|
14662
14676
|
"category": "Typography",
|
|
14663
14677
|
"svg": "<path d=\"M11.9766 9.33789L12.9668 12.5957H10.9688L11.9297 9.33789H11.9766Z\" 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.9648 7.41602C11.127 7.41602 10.6055 7.80859 10.2949 8.66992L8.20898 14.4004C8.11523 14.6582 8.05664 14.9219 8.05664 15.1035C8.05664 15.7422 8.47266 16.1289 9.15234 16.1289C9.72656 16.1289 10.0488 15.8359 10.2539 15.1211L10.541 14.2188H13.4355L13.7227 15.1562C13.9102 15.8477 14.2324 16.1289 14.8535 16.1289C15.4805 16.1289 15.9316 15.7012 15.9316 15.0977C15.9316 14.875 15.8906 14.6758 15.791 14.4004L13.6875 8.66992C13.3652 7.79102 12.8496 7.41602 11.9648 7.41602Z\" 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-2-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.184",
|
|
4
4
|
"style": "round-filled-radius-2-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-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": 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";
|