@central-icons-react-native/round-filled-radius-3-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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconLens: FC<CentralIconBaseProps>;
4
+ export default IconLens;
@@ -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.5 21.3691C14.4105 21.7763 13.2315 22 12 22C9.9748 22 8.09139 21.3962 6.5166 20.3613L15.5 15.1748V21.3691Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M21.8613 13.6514C21.331 16.8418 19.2915 19.519 16.5 20.9287V10.5557L21.8613 13.6514Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M10.999 16.6182L5.63672 19.7148C3.41551 17.8807 2 15.1056 2 12C2 11.8092 2.00606 11.6198 2.0166 11.4316L10.999 16.6182Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M15.5 9.97852V14.0195L12 16.041L8.5 14.0195V9.97949L12 7.95801L15.5 9.97852Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M7.5 13.4424L2.1377 10.3477C2.66824 7.15738 4.70848 4.47984 7.5 3.07031V13.4424Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M18.3623 4.28418C20.5841 6.11834 22 8.89393 22 12C22 12.1905 21.9929 12.3796 21.9824 12.5674L13 7.38086L18.3623 4.28418Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M12 2C14.0247 2 15.9079 2.6033 17.4824 3.6377L8.5 8.82422V2.62988C9.58936 2.2228 10.7686 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.5 21.3691C14.4105 21.7763 13.2315 22 12 22C9.9748 22 8.09139 21.3962 6.5166 20.3613L15.5 15.1748V21.3691Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.8613 13.6514C21.331 16.8418 19.2915 19.519 16.5 20.9287V10.5557L21.8613 13.6514Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.999 16.6182L5.63672 19.7148C3.41551 17.8807 2 15.1056 2 12C2 11.8092 2.00606 11.6198 2.0166 11.4316L10.999 16.6182Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.5 9.97852V14.0195L12 16.041L8.5 14.0195V9.97949L12 7.95801L15.5 9.97852Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.5 13.4424L2.1377 10.3477C2.66824 7.15738 4.70848 4.47984 7.5 3.07031V13.4424Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.3623 4.28418C20.5841 6.11834 22 8.89393 22 12C22 12.1905 21.9929 12.3796 21.9824 12.5674L13 7.38086L18.3623 4.28418Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C14.0247 2 15.9079 2.6033 17.4824 3.6377L8.5 8.82422V2.62988C9.58936 2.2228 10.7686 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,uFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+EACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mGACF,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.5 21.3691C14.4105 21.7763 13.2315 22 12 22C9.9748 22 8.09139 21.3962 6.5166 20.3613L15.5 15.1748V21.3691Z",fill:"currentColor"}),r.createElement(o,{d:"M21.8613 13.6514C21.331 16.8418 19.2915 19.519 16.5 20.9287V10.5557L21.8613 13.6514Z",fill:"currentColor"}),r.createElement(o,{d:"M10.999 16.6182L5.63672 19.7148C3.41551 17.8807 2 15.1056 2 12C2 11.8092 2.00606 11.6198 2.0166 11.4316L10.999 16.6182Z",fill:"currentColor"}),r.createElement(o,{d:"M15.5 9.97852V14.0195L12 16.041L8.5 14.0195V9.97949L12 7.95801L15.5 9.97852Z",fill:"currentColor"}),r.createElement(o,{d:"M7.5 13.4424L2.1377 10.3477C2.66824 7.15738 4.70848 4.47984 7.5 3.07031V13.4424Z",fill:"currentColor"}),r.createElement(o,{d:"M18.3623 4.28418C20.5841 6.11834 22 8.89393 22 12C22 12.1905 21.9929 12.3796 21.9824 12.5674L13 7.38086L18.3623 4.28418Z",fill:"currentColor"}),r.createElement(o,{d:"M12 2C14.0247 2 15.9079 2.6033 17.4824 3.6377L8.5 8.82422V2.62988C9.58936 2.2228 10.7686 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.5 21.3691C14.4105 21.7763 13.2315 22 12 22C9.9748 22 8.09139 21.3962 6.5166 20.3613L15.5 15.1748V21.3691Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.8613 13.6514C21.331 16.8418 19.2915 19.519 16.5 20.9287V10.5557L21.8613 13.6514Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.999 16.6182L5.63672 19.7148C3.41551 17.8807 2 15.1056 2 12C2 11.8092 2.00606 11.6198 2.0166 11.4316L10.999 16.6182Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.5 9.97852V14.0195L12 16.041L8.5 14.0195V9.97949L12 7.95801L15.5 9.97852Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.5 13.4424L2.1377 10.3477C2.66824 7.15738 4.70848 4.47984 7.5 3.07031V13.4424Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.3623 4.28418C20.5841 6.11834 22 8.89393 22 12C22 12.1905 21.9929 12.3796 21.9824 12.5674L13 7.38086L18.3623 4.28418Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C14.0247 2 15.9079 2.6033 17.4824 3.6377L8.5 8.82422V2.62988C9.58936 2.2228 10.7686 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,uFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+EACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mGACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconLens","props","React","CentralIconBase","IconLens_default"]}
package/README.md CHANGED
@@ -1456,6 +1456,7 @@ Below is a complete list of available icons:
1456
1456
  - IconImages41
1457
1457
  - IconImages5
1458
1458
  - IconImagesCircle
1459
+ - IconLens
1459
1460
  - IconMinimize
1460
1461
  - IconMultiMedia
1461
1462
  - IconNoFlash
@@ -14658,6 +14658,20 @@
14658
14658
  "packageName": "round-filled-radius-3-stroke-1",
14659
14659
  "componentName": "IconLemonsqueezy"
14660
14660
  },
14661
+ {
14662
+ "category": "Photography & Video",
14663
+ "svg": "<path d=\"M15.5 21.3691C14.4105 21.7763 13.2315 22 12 22C9.9748 22 8.09139 21.3962 6.5166 20.3613L15.5 15.1748V21.3691Z\" fill=\"currentColor\"/><path d=\"M21.8613 13.6514C21.331 16.8418 19.2915 19.519 16.5 20.9287V10.5557L21.8613 13.6514Z\" fill=\"currentColor\"/><path d=\"M10.999 16.6182L5.63672 19.7148C3.41551 17.8807 2 15.1056 2 12C2 11.8092 2.00606 11.6198 2.0166 11.4316L10.999 16.6182Z\" fill=\"currentColor\"/><path d=\"M15.5 9.97852V14.0195L12 16.041L8.5 14.0195V9.97949L12 7.95801L15.5 9.97852Z\" fill=\"currentColor\"/><path d=\"M7.5 13.4424L2.1377 10.3477C2.66824 7.15738 4.70848 4.47984 7.5 3.07031V13.4424Z\" fill=\"currentColor\"/><path d=\"M18.3623 4.28418C20.5841 6.11834 22 8.89393 22 12C22 12.1905 21.9929 12.3796 21.9824 12.5674L13 7.38086L18.3623 4.28418Z\" fill=\"currentColor\"/><path d=\"M12 2C14.0247 2 15.9079 2.6033 17.4824 3.6377L8.5 8.82422V2.62988C9.58936 2.2228 10.7686 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": "3",
14669
+ "stroke": "1"
14670
+ },
14671
+ "createdAt": "2026-04-10T14:02:22.83501+00:00",
14672
+ "packageName": "round-filled-radius-3-stroke-1",
14673
+ "componentName": "IconLens"
14674
+ },
14661
14675
  {
14662
14676
  "category": "Typography",
14663
14677
  "svg": "<path d=\"M12.0176 8.82812L13.3711 12.6836H10.6289L11.9824 8.82812H12.0176Z\" 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 2ZM12.0117 7.46289C11.666 7.46289 11.4492 7.62695 11.3203 7.97266L8.60156 15.3262C8.55469 15.4551 8.53711 15.543 8.53711 15.6191C8.53711 15.8887 8.75977 16.082 9.06445 16.082C9.32812 16.082 9.48047 15.959 9.58008 15.6777L10.3242 13.5801H13.6699L14.4199 15.6777C14.5195 15.959 14.6719 16.082 14.9355 16.082C15.2402 16.082 15.4629 15.8887 15.4629 15.6191C15.4629 15.543 15.4453 15.4551 15.3984 15.3262L12.6738 7.9668C12.5449 7.62109 12.334 7.46289 12.0117 7.46289Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -1046,6 +1046,7 @@ export type CentralIconName =
1046
1046
  | "IconLayoutWindow"
1047
1047
  | "IconLeaderboard"
1048
1048
  | "IconLemonsqueezy"
1049
+ | "IconLens"
1049
1050
  | "IconLetterACircle"
1050
1051
  | "IconLetterASquare"
1051
1052
  | "IconLetterZCircle"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-3-stroke-1",
3
- "version": "1.1.183",
3
+ "version": "1.1.184",
4
4
  "style": "round-filled-radius-3-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-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": 1927,
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": 84,
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";