@central-icons-react-native/round-outlined-radius-0-stroke-1 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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconImages1Alt: FC<CentralIconBaseProps>;
4
+ export default IconImages1Alt;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var p=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!g.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(C=I(o,t))||C.enumerable});return r};var l=(r,o,e)=>(e=r!=null?f(d(r)):{},a(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(p({},"__esModule",{value:!0}),r);var v={};x(v,{IconImages1Alt:()=>i,default:()=>k});module.exports=P(v);var n=l(require("react"));var m=l(require("react")),u=require("react-native-svg"),c=({children:r,size:o=24,...e})=>m.default.createElement(u.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"),i=r=>n.default.createElement(c,{...r},n.default.createElement(s.Path,{d:"M3.5 3.5L20.5 3.5V20.5H3.5V3.5Z",stroke:"currentColor",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M16.5 20.5L8 12L3.5 16.5",stroke:"currentColor",strokeLinejoin:"round"}),n.default.createElement(s.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"})),k=i;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=\"M3.5 3.5L20.5 3.5V20.5H3.5V3.5Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.5 20.5L8 12L3.5 16.5\"\n stroke=\"currentColor\"\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 />\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,kCACF,OAAO,eACP,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2BACF,OAAO,eACP,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yJACF,OAAO,eACT,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 o from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var a=e=>o.createElement(n,{...e},o.createElement(t,{d:"M3.5 3.5L20.5 3.5V20.5H3.5V3.5Z",stroke:"currentColor",strokeLinejoin:"round"}),o.createElement(t,{d:"M16.5 20.5L8 12L3.5 16.5",stroke:"currentColor",strokeLinejoin:"round"}),o.createElement(t,{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"})),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=\"M3.5 3.5L20.5 3.5V20.5H3.5V3.5Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.5 20.5L8 12L3.5 16.5\"\n stroke=\"currentColor\"\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 />\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,kCACF,OAAO,eACP,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2BACF,OAAO,eACP,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yJACF,OAAO,eACT,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconImages1Alt","props","React","CentralIconBase","IconImages1Alt_default"]}
package/README.md CHANGED
@@ -1194,6 +1194,7 @@ Below is a complete list of available icons:
1194
1194
  - IconHd
1195
1195
  - IconHighlights
1196
1196
  - IconImages1
1197
+ - IconImages1Alt
1197
1198
  - IconImages2
1198
1199
  - IconImages3
1199
1200
  - IconImages4
@@ -11368,6 +11368,20 @@
11368
11368
  "packageName": "round-outlined-radius-0-stroke-1",
11369
11369
  "componentName": "IconImages1"
11370
11370
  },
11371
+ {
11372
+ "category": "Photography & Video",
11373
+ "svg": "<path d=\"M3.5 3.5L20.5 3.5V20.5H3.5V3.5Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/><path d=\"M16.5 20.5L8 12L3.5 16.5\" stroke=\"currentColor\" 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\"/>",
11374
+ "iconName": "images-1-alt, photos, pictures, shot",
11375
+ "variant": {
11376
+ "join": "round",
11377
+ "filled": "off",
11378
+ "radius": "0",
11379
+ "stroke": "1"
11380
+ },
11381
+ "createdAt": "2025-11-14T14:00:22.345671+00:00",
11382
+ "packageName": "round-outlined-radius-0-stroke-1",
11383
+ "componentName": "IconImages1Alt"
11384
+ },
11371
11385
  {
11372
11386
  "category": "Photography & Video",
11373
11387
  "svg": "<path d=\"M3.5 3.5L3.5 3C3.22386 3 3 3.22386 3 3.5H3.5ZM20.5 3.5H21C21 3.36739 20.9473 3.24021 20.8536 3.14645C20.7598 3.05268 20.6326 3 20.5 3V3.5ZM20.5 20.5V21C20.7761 21 21 20.7761 21 20.5H20.5ZM3.5 20.5H3C3 20.7761 3.22386 21 3.5 21V20.5ZM8 12L8.35355 11.6464C8.15829 11.4512 7.84171 11.4512 7.64645 11.6464L8 12ZM3.5 4H20.5V3H3.5L3.5 4ZM20 3.5V20.5H21V3.5H20ZM20.5 20H3.5V21H20.5V20ZM4 20.5V3.5H3V20.5H4ZM7.64645 12.3536L16.1464 20.8536L16.8536 20.1464L8.35355 11.6464L7.64645 12.3536ZM3.85355 16.8536L8.35355 12.3536L7.64645 11.6464L3.14645 16.1464L3.85355 16.8536ZM16 9.5C16 10.3284 15.3284 11 14.5 11V12C15.8807 12 17 10.8807 17 9.5H16ZM14.5 11C13.6716 11 13 10.3284 13 9.5H12C12 10.8807 13.1193 12 14.5 12V11ZM13 9.5C13 8.67157 13.6716 8 14.5 8V7C13.1193 7 12 8.11929 12 9.5H13ZM14.5 8C15.3284 8 16 8.67157 16 9.5H17C17 8.11929 15.8807 7 14.5 7V8Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -811,6 +811,7 @@ export type CentralIconName =
811
811
  | "IconImageAltText"
812
812
  | "IconImageAvatarSparkle"
813
813
  | "IconImages1"
814
+ | "IconImages1Alt"
814
815
  | "IconImages2"
815
816
  | "IconImages3"
816
817
  | "IconImages4"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-0-stroke-1",
3
- "version": "1.1.28",
3
+ "version": "1.1.29",
4
4
  "style": "round-outlined-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-0-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": 1562,
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": 79,
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";