@central-icons-react-native/round-outlined-radius-2-stroke-1.5 1.1.28 → 1.1.29
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/IconImages1Alt/index.d.ts +4 -0
- package/IconImages1Alt/index.js +2 -0
- package/IconImages1Alt/index.js.map +1 -0
- package/IconImages1Alt/index.mjs +2 -0
- package/IconImages1Alt/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 u=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!g.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(s=I(o,e))||s.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(d(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>a(n({},"__esModule",{value:!0}),r);var k={};x(k,{IconImages1Alt:()=>f,default:()=>h});module.exports=P(k);var C=m(require("react"));var l=m(require("react")),c=require("react-native-svg"),i=({children:r,size:o=24,...t})=>l.default.createElement(c.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 p=require("react-native-svg"),f=r=>C.default.createElement(i,{...r},C.default.createElement(p.Path,{d:"M16.25 20.25L9.41421 13.4142C8.63317 12.6332 7.36683 12.6332 6.58579 13.4142L3.75 16.25M16.25 20.25H18.25C19.3546 20.25 20.25 19.3546 20.25 18.25V5.75C20.25 4.64543 19.3546 3.75 18.25 3.75H5.75C4.64543 3.75 3.75 4.64543 3.75 5.75V16.25M16.25 20.25H5.75C4.64543 20.25 3.75 19.3546 3.75 18.25V16.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),C.default.createElement(p.Path,{d:"M14.5 11.5C15.6046 11.5 16.5 10.6046 16.5 9.5C16.5 8.39543 15.6046 7.5 14.5 7.5C13.3954 7.5 12.5 8.39543 12.5 9.5C12.5 10.6046 13.3954 11.5 14.5 11.5Z",stroke:"currentColor",strokeWidth:"1.5"})),h=f;0&&(module.exports={IconImages1Alt});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconImages1Alt/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 IconImages1Alt: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16.25 20.25L9.41421 13.4142C8.63317 12.6332 7.36683 12.6332 6.58579 13.4142L3.75 16.25M16.25 20.25H18.25C19.3546 20.25 20.25 19.3546 20.25 18.25V5.75C20.25 4.64543 19.3546 3.75 18.25 3.75H5.75C4.64543 3.75 3.75 4.64543 3.75 5.75V16.25M16.25 20.25H5.75C4.64543 20.25 3.75 19.3546 3.75 18.25V16.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.5 11.5C15.6046 11.5 16.5 10.6046 16.5 9.5C16.5 8.39543 15.6046 7.5 14.5 7.5C13.3954 7.5 12.5 8.39543 12.5 9.5C12.5 10.6046 13.3954 11.5 14.5 11.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconImages1Alt;\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,oBAAAE,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,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2SACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yJACF,OAAO,eACP,YAAY,MACd,CACF,EAIGE,EAAQJ","names":["IconImages1Alt_exports","__export","IconImages1Alt","IconImages1Alt_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconImages1Alt","props","React","CentralIconBase","IconImages1Alt_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as s}from"react-native-svg";var e=({children:o,size:r=24,...C})=>p.createElement(s,{...C,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 n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M16.25 20.25L9.41421 13.4142C8.63317 12.6332 7.36683 12.6332 6.58579 13.4142L3.75 16.25M16.25 20.25H18.25C19.3546 20.25 20.25 19.3546 20.25 18.25V5.75C20.25 4.64543 19.3546 3.75 18.25 3.75H5.75C4.64543 3.75 3.75 4.64543 3.75 5.75V16.25M16.25 20.25H5.75C4.64543 20.25 3.75 19.3546 3.75 18.25V16.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),t.createElement(n,{d:"M14.5 11.5C15.6046 11.5 16.5 10.6046 16.5 9.5C16.5 8.39543 15.6046 7.5 14.5 7.5C13.3954 7.5 12.5 8.39543 12.5 9.5C12.5 10.6046 13.3954 11.5 14.5 11.5Z",stroke:"currentColor",strokeWidth:"1.5"})),g=a;export{a as IconImages1Alt,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconImages1Alt/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 IconImages1Alt: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16.25 20.25L9.41421 13.4142C8.63317 12.6332 7.36683 12.6332 6.58579 13.4142L3.75 16.25M16.25 20.25H18.25C19.3546 20.25 20.25 19.3546 20.25 18.25V5.75C20.25 4.64543 19.3546 3.75 18.25 3.75H5.75C4.64543 3.75 3.75 4.64543 3.75 5.75V16.25M16.25 20.25H5.75C4.64543 20.25 3.75 19.3546 3.75 18.25V16.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.5 11.5C15.6046 11.5 16.5 10.6046 16.5 9.5C16.5 8.39543 15.6046 7.5 14.5 7.5C13.3954 7.5 12.5 8.39543 12.5 9.5C12.5 10.6046 13.3954 11.5 14.5 11.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconImages1Alt;\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,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2SACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yJACF,OAAO,eACP,YAAY,MACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconImages1Alt","props","React","CentralIconBase","IconImages1Alt_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -11368,6 +11368,20 @@
|
|
|
11368
11368
|
"packageName": "round-outlined-radius-2-stroke-1.5",
|
|
11369
11369
|
"componentName": "IconImages1"
|
|
11370
11370
|
},
|
|
11371
|
+
{
|
|
11372
|
+
"category": "Photography & Video",
|
|
11373
|
+
"svg": "<path d=\"M16.25 20.25L9.41421 13.4142C8.63317 12.6332 7.36683 12.6332 6.58579 13.4142L3.75 16.25M16.25 20.25H18.25C19.3546 20.25 20.25 19.3546 20.25 18.25V5.75C20.25 4.64543 19.3546 3.75 18.25 3.75H5.75C4.64543 3.75 3.75 4.64543 3.75 5.75V16.25M16.25 20.25H5.75C4.64543 20.25 3.75 19.3546 3.75 18.25V16.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path d=\"M14.5 11.5C15.6046 11.5 16.5 10.6046 16.5 9.5C16.5 8.39543 15.6046 7.5 14.5 7.5C13.3954 7.5 12.5 8.39543 12.5 9.5C12.5 10.6046 13.3954 11.5 14.5 11.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
|
|
11374
|
+
"iconName": "images-1-alt, photos, pictures, shot",
|
|
11375
|
+
"variant": {
|
|
11376
|
+
"join": "round",
|
|
11377
|
+
"filled": "off",
|
|
11378
|
+
"radius": "2",
|
|
11379
|
+
"stroke": "1.5"
|
|
11380
|
+
},
|
|
11381
|
+
"createdAt": "2025-11-14T14:00:22.345671+00:00",
|
|
11382
|
+
"packageName": "round-outlined-radius-2-stroke-1.5",
|
|
11383
|
+
"componentName": "IconImages1Alt"
|
|
11384
|
+
},
|
|
11371
11385
|
{
|
|
11372
11386
|
"category": "Photography & Video",
|
|
11373
11387
|
"svg": "<path d=\"M6.58579 13.4142L7.11612 13.9445H7.11612L6.58579 13.4142ZM9.41421 13.4142L9.94454 12.8839L9.41421 13.4142ZM5.75 4.5H18.25V3H5.75V4.5ZM19.5 5.75V18.25H21V5.75H19.5ZM4.28033 16.7803L7.11612 13.9445L6.05546 12.8839L3.21967 15.7197L4.28033 16.7803ZM4.5 18.25V16.25H3V18.25H4.5ZM4.5 16.25V5.75H3V16.25H4.5ZM8.88388 13.9445L15.7197 20.7803L16.7803 19.7197L9.94454 12.8839L8.88388 13.9445ZM18.25 19.5H16.25V21H18.25V19.5ZM16.25 19.5H5.75V21H16.25V19.5ZM7.11612 13.9445C7.60427 13.4564 8.39573 13.4564 8.88388 13.9445L9.94454 12.8839C8.8706 11.8099 7.1294 11.8099 6.05546 12.8839L7.11612 13.9445ZM3 18.25C3 19.7688 4.23122 21 5.75 21V19.5C5.05964 19.5 4.5 18.9404 4.5 18.25H3ZM19.5 18.25C19.5 18.9404 18.9404 19.5 18.25 19.5V21C19.7688 21 21 19.7688 21 18.25H19.5ZM18.25 4.5C18.9404 4.5 19.5 5.05964 19.5 5.75H21C21 4.23122 19.7688 3 18.25 3V4.5ZM5.75 3C4.23122 3 3 4.23122 3 5.75H4.5C4.5 5.05964 5.05964 4.5 5.75 4.5V3ZM15.75 9.5C15.75 10.1904 15.1904 10.75 14.5 10.75V12.25C16.0188 12.25 17.25 11.0188 17.25 9.5H15.75ZM14.5 10.75C13.8096 10.75 13.25 10.1904 13.25 9.5H11.75C11.75 11.0188 12.9812 12.25 14.5 12.25V10.75ZM13.25 9.5C13.25 8.80964 13.8096 8.25 14.5 8.25V6.75C12.9812 6.75 11.75 7.98122 11.75 9.5H13.25ZM14.5 8.25C15.1904 8.25 15.75 8.80964 15.75 9.5H17.25C17.25 7.98122 16.0188 6.75 14.5 6.75V8.25Z\" 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-2-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.29",
|
|
4
4
|
"style": "round-outlined-radius-2-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-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": 1563,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 44,
|
|
@@ -1059,7 +1059,7 @@
|
|
|
1059
1059
|
]
|
|
1060
1060
|
},
|
|
1061
1061
|
"Photography & Video": {
|
|
1062
|
-
"count":
|
|
1062
|
+
"count": 80,
|
|
1063
1063
|
"icons": [
|
|
1064
1064
|
"Icon4k",
|
|
1065
1065
|
"IconAdjustPhoto",
|
|
@@ -1110,6 +1110,7 @@
|
|
|
1110
1110
|
"IconHd",
|
|
1111
1111
|
"IconHighlights",
|
|
1112
1112
|
"IconImages1",
|
|
1113
|
+
"IconImages1Alt",
|
|
1113
1114
|
"IconImages2",
|
|
1114
1115
|
"IconImages3",
|
|
1115
1116
|
"IconImages4",
|
|
@@ -2564,6 +2565,7 @@
|
|
|
2564
2565
|
"IconImageAltText": "image-alt-text",
|
|
2565
2566
|
"IconImageAvatarSparkle": "image-avatar-sparkle, generated avatar, profile ai, magic avatar",
|
|
2566
2567
|
"IconImages1": "images-1, photos, pictures, shot",
|
|
2568
|
+
"IconImages1Alt": "images-1-alt, photos, pictures, shot",
|
|
2567
2569
|
"IconImages2": "images-2, photos, pictures, shot",
|
|
2568
2570
|
"IconImages3": "images-3, photos, pictures, shot",
|
|
2569
2571
|
"IconImages4": "images-4, photos, pictures, shot",
|
package/index.d.ts
CHANGED
|
@@ -811,6 +811,7 @@ export { IconImageAltText, default as IconImageAltTextDefault, } from "./IconIma
|
|
|
811
811
|
export { IconImageAvatarSparkle, default as IconImageAvatarSparkleDefault, } from "./IconImageAvatarSparkle";
|
|
812
812
|
export { IconImageSparkle, default as IconImageSparkleDefault, } from "./IconImageSparkle";
|
|
813
813
|
export { IconImages1, default as IconImages1Default } from "./IconImages1";
|
|
814
|
+
export { IconImages1Alt, default as IconImages1AltDefault, } from "./IconImages1Alt";
|
|
814
815
|
export { IconImages2, default as IconImages2Default } from "./IconImages2";
|
|
815
816
|
export { IconImages3, default as IconImages3Default } from "./IconImages3";
|
|
816
817
|
export { IconImages4, default as IconImages4Default } from "./IconImages4";
|