@central-icons-react-native/round-outlined-radius-1-stroke-1 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 f=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var i=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of x(o))!I.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=u(o,t))||a.enumerable});return r};var c=(r,o,e)=>(e=r!=null?f(B(r)):{},C(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>C(n({},"__esModule",{value:!0}),r);var v={};i(v,{IconLens:()=>M,default:()=>g});module.exports=P(v);var p=c(require("react"));var l=c(require("react")),m=require("react-native-svg"),L=({children:r,size:o=24,...e})=>l.default.createElement(m.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 s=require("react-native-svg"),M=r=>p.default.createElement(L,{...r},p.default.createElement(s.Circle,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor"}),p.default.createElement(s.Path,{d:"M8.00189 14.3087V9.69011M8.00189 14.3087L12.0021 16.6182M8.00189 14.3087L2.64053 11.2136M8.00189 9.69011L12.0021 7.3806M8.00189 9.69011L8.00189 3.49951M12.0021 7.3806L16.0019 9.68989M12.0021 7.3806L17.3635 4.28537M16.0019 9.68989L16.0019 14.3089M16.0019 9.68989L21.3631 12.7852M16.0019 14.3089L12.0021 16.6182M16.0019 14.3089L16.0019 20.4995M12.0021 16.6182L6.64103 19.7136",stroke:"currentColor"})),g=M;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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconLens: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\n <Path\n d=\"M8.00189 14.3087V9.69011M8.00189 14.3087L12.0021 16.6182M8.00189 14.3087L2.64053 11.2136M8.00189 9.69011L12.0021 7.3806M8.00189 9.69011L8.00189 3.49951M12.0021 7.3806L16.0019 9.68989M12.0021 7.3806L17.3635 4.28537M16.0019 9.68989L16.0019 14.3089M16.0019 9.68989L21.3631 12.7852M16.0019 14.3089L12.0021 16.6182M16.0019 14.3089L16.0019 20.4995M12.0021 16.6182L6.64103 19.7136\"\n stroke=\"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,EAA6B,4BAEhBC,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,EACtD,EAAAA,QAAA,cAAC,QACC,EAAE,wXACF,OAAO,eACT,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 e from"react";import p from"react";import{Svg as s}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(s,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Circle as a,Path as C}from"react-native-svg";var c=o=>e.createElement(t,{...o},e.createElement(a,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor"}),e.createElement(C,{d:"M8.00189 14.3087V9.69011M8.00189 14.3087L12.0021 16.6182M8.00189 14.3087L2.64053 11.2136M8.00189 9.69011L12.0021 7.3806M8.00189 9.69011L8.00189 3.49951M12.0021 7.3806L16.0019 9.68989M12.0021 7.3806L17.3635 4.28537M16.0019 9.68989L16.0019 14.3089M16.0019 9.68989L21.3631 12.7852M16.0019 14.3089L12.0021 16.6182M16.0019 14.3089L16.0019 20.4995M12.0021 16.6182L6.64103 19.7136",stroke:"currentColor"})),i=c;export{c 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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconLens: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\n <Path\n d=\"M8.00189 14.3087V9.69011M8.00189 14.3087L12.0021 16.6182M8.00189 14.3087L2.64053 11.2136M8.00189 9.69011L12.0021 7.3806M8.00189 9.69011L8.00189 3.49951M12.0021 7.3806L16.0019 9.68989M12.0021 7.3806L17.3635 4.28537M16.0019 9.68989L16.0019 14.3089M16.0019 9.68989L21.3631 12.7852M16.0019 14.3089L12.0021 16.6182M16.0019 14.3089L16.0019 20.4995M12.0021 16.6182L6.64103 19.7136\"\n stroke=\"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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,EACtDI,EAAA,cAACH,EAAA,CACC,EAAE,wXACF,OAAO,eACT,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconLens","props","React","CentralIconBase","IconLens_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -14658,6 +14658,20 @@
|
|
|
14658
14658
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
14659
14659
|
"componentName": "IconLemonsqueezy"
|
|
14660
14660
|
},
|
|
14661
|
+
{
|
|
14662
|
+
"category": "Photography & Video",
|
|
14663
|
+
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\"/><path d=\"M8.00189 14.3087V9.69011M8.00189 14.3087L12.0021 16.6182M8.00189 14.3087L2.64053 11.2136M8.00189 9.69011L12.0021 7.3806M8.00189 9.69011L8.00189 3.49951M12.0021 7.3806L16.0019 9.68989M12.0021 7.3806L17.3635 4.28537M16.0019 9.68989L16.0019 14.3089M16.0019 9.68989L21.3631 12.7852M16.0019 14.3089L12.0021 16.6182M16.0019 14.3089L16.0019 20.4995M12.0021 16.6182L6.64103 19.7136\" stroke=\"currentColor\"/>",
|
|
14664
|
+
"iconName": "lens, camera, focal-length , aperture, f-stop, iso, focus, depth",
|
|
14665
|
+
"variant": {
|
|
14666
|
+
"join": "round",
|
|
14667
|
+
"filled": "off",
|
|
14668
|
+
"radius": "1",
|
|
14669
|
+
"stroke": "1"
|
|
14670
|
+
},
|
|
14671
|
+
"createdAt": "2026-04-10T14:02:22.83501+00:00",
|
|
14672
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
14673
|
+
"componentName": "IconLens"
|
|
14674
|
+
},
|
|
14661
14675
|
{
|
|
14662
14676
|
"category": "Typography",
|
|
14663
14677
|
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\"/><path d=\"M9.06641 16.082C8.76172 16.082 8.53906 15.8887 8.53906 15.6191C8.53906 15.543 8.55664 15.4551 8.60352 15.3262L11.3223 7.97266C11.4512 7.62695 11.668 7.46289 12.0137 7.46289C12.3359 7.46289 12.5469 7.62109 12.6758 7.9668L15.4004 15.3262C15.4473 15.4551 15.4648 15.543 15.4648 15.6191C15.4648 15.8887 15.2422 16.082 14.9375 16.082C14.6738 16.082 14.5215 15.959 14.4219 15.6777L13.6719 13.5801H10.3262L9.58203 15.6777C9.48242 15.959 9.33008 16.082 9.06641 16.082ZM10.6309 12.6836H13.373L12.0195 8.82812H11.9844L10.6309 12.6836Z\" 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-outlined-radius-1-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.184",
|
|
4
4
|
"style": "round-outlined-radius-1-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-stroke-1/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";
|