@central-icons-react-native/round-outlined-radius-0-stroke-2 1.1.56 → 1.1.57

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 IconExclamationCircleBold: FC<CentralIconBaseProps>;
4
+ export default IconExclamationCircleBold;
@@ -0,0 +1,2 @@
1
+ "use strict";var x=Object.create;var p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},c=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!P.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(C=u(o,e))||C.enumerable});return r};var a=(r,o,t)=>(t=r!=null?x(I(r)):{},c(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),y=r=>c(p({},"__esModule",{value:!0}),r);var h={};g(h,{IconExclamationCircleBold:()=>f,default:()=>d});module.exports=y(h);var n=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),i=({children:r,size:o=24,...t})=>m.default.createElement(s.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 l=require("react-native-svg"),f=r=>n.default.createElement(i,{...r},n.default.createElement(l.Circle,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(l.Path,{d:"M11.157 12.2558L10.6861 8.48843C10.5873 7.69809 11.2035 7 12 7C12.7965 7 13.4127 7.69807 13.314 8.4884L12.8431 12.2558C12.7899 12.6809 12.4285 13 12.0001 13C11.5716 13 11.2102 12.681 11.157 12.2558Z",fill:"currentColor"}),n.default.createElement(l.Circle,{cx:"12",cy:"15.7996",r:"1.2",fill:"currentColor"})),d=f;0&&(module.exports={IconExclamationCircleBold});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconExclamationCircleBold/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 IconExclamationCircleBold: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M11.157 12.2558L10.6861 8.48843C10.5873 7.69809 11.2035 7 12 7C12.7965 7 13.4127 7.69807 13.314 8.4884L12.8431 12.2558C12.7899 12.6809 12.4285 13 12.0001 13C11.5716 13 11.2102 12.681 11.157 12.2558Z\"\n fill=\"currentColor\"\n />\n <Circle cx=\"12\" cy=\"15.7996\" r=\"1.2\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconExclamationCircleBold;\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,+BAAAE,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,EAAuDC,GAEhE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpE,EAAAA,QAAA,cAAC,QACC,EAAE,yMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,CAC3D,EAIGE,EAAQJ","names":["IconExclamationCircleBold_exports","__export","IconExclamationCircleBold","IconExclamationCircleBold_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconExclamationCircleBold","props","React","CentralIconBase","IconExclamationCircleBold_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:t,size:r=24,...l})=>p.createElement(C,{...l,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Circle as n,Path as c}from"react-native-svg";var a=t=>o.createElement(e,{...t},o.createElement(n,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2"}),o.createElement(c,{d:"M11.157 12.2558L10.6861 8.48843C10.5873 7.69809 11.2035 7 12 7C12.7965 7 13.4127 7.69807 13.314 8.4884L12.8431 12.2558C12.7899 12.6809 12.4285 13 12.0001 13C11.5716 13 11.2102 12.681 11.157 12.2558Z",fill:"currentColor"}),o.createElement(n,{cx:"12",cy:"15.7996",r:"1.2",fill:"currentColor"})),g=a;export{a as IconExclamationCircleBold,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconExclamationCircleBold/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 IconExclamationCircleBold: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M11.157 12.2558L10.6861 8.48843C10.5873 7.69809 11.2035 7 12 7C12.7965 7 13.4127 7.69807 13.314 8.4884L12.8431 12.2558C12.7899 12.6809 12.4285 13 12.0001 13C11.5716 13 11.2102 12.681 11.157 12.2558Z\"\n fill=\"currentColor\"\n />\n <Circle cx=\"12\" cy=\"15.7996\" r=\"1.2\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconExclamationCircleBold;\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,EAAuDC,GAEhEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpEI,EAAA,cAACH,EAAA,CACC,EAAE,yMACF,KAAK,eACP,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,CAC3D,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconExclamationCircleBold","props","React","CentralIconBase","IconExclamationCircleBold_default"]}
package/README.md CHANGED
@@ -957,6 +957,7 @@ Below is a complete list of available icons:
957
957
  - IconDoupleCheckmark2Small
958
958
  - IconElectrocardiogram
959
959
  - IconExclamationCircle
960
+ - IconExclamationCircleBold
960
961
  - IconExclamationTriangle
961
962
  - IconFeature
962
963
  - IconGauge
@@ -8918,6 +8918,20 @@
8918
8918
  "packageName": "round-outlined-radius-0-stroke-2",
8919
8919
  "componentName": "IconExclamationCircle"
8920
8920
  },
8921
+ {
8922
+ "category": "Interface General",
8923
+ "svg": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M11.157 12.2558L10.6861 8.48843C10.5873 7.69809 11.2035 7 12 7C12.7965 7 13.4127 7.69807 13.314 8.4884L12.8431 12.2558C12.7899 12.6809 12.4285 13 12.0001 13C11.5716 13 11.2102 12.681 11.157 12.2558Z\" fill=\"currentColor\"/><circle cx=\"12\" cy=\"15.7996\" r=\"1.2\" fill=\"currentColor\"/>",
8924
+ "iconName": "exclamation-circle-bold, info, warning",
8925
+ "variant": {
8926
+ "join": "round",
8927
+ "filled": "off",
8928
+ "radius": "0",
8929
+ "stroke": "2"
8930
+ },
8931
+ "createdAt": "2025-12-04T16:02:15.840784+00:00",
8932
+ "packageName": "round-outlined-radius-0-stroke-2",
8933
+ "componentName": "IconExclamationCircleBold"
8934
+ },
8921
8935
  {
8922
8936
  "category": "Interface General",
8923
8937
  "svg": "<path d=\"M12 14C11.4477 14 11 14.4477 11 15C11 15.5523 11.4477 16 12 16V14ZM12.01 16C12.5623 16 13.01 15.5523 13.01 15C13.01 14.4477 12.5623 14 12.01 14V16ZM13 10C13 9.44772 12.5523 9 12 9C11.4477 9 11 9.44772 11 10H13ZM11 12C11 12.5523 11.4477 13 12 13C12.5523 13 13 12.5523 13 12H11ZM12 3L12.8599 2.48946C12.6797 2.18601 12.3529 2 12 2C11.6471 2 11.3203 2.18601 11.1401 2.48946L12 3ZM2.5 19L1.64015 18.4895C1.45663 18.7985 1.45312 19.1823 1.63094 19.4947C1.80876 19.8071 2.14055 20 2.5 20L2.5 19ZM21.5 19V20C21.8594 20 22.1912 19.8071 22.3691 19.4947C22.5469 19.1823 22.5434 18.7985 22.3599 18.4895L21.5 19ZM11.25 15C11.25 14.5858 11.5858 14.25 12 14.25V16.25C12.6904 16.25 13.25 15.6904 13.25 15H11.25ZM12 14.25C12.4142 14.25 12.75 14.5858 12.75 15H10.75C10.75 15.6904 11.3096 16.25 12 16.25V14.25ZM12.75 15C12.75 15.4142 12.4142 15.75 12 15.75V13.75C11.3096 13.75 10.75 14.3096 10.75 15H12.75ZM12 15.75C11.5858 15.75 11.25 15.4142 11.25 15H13.25C13.25 14.3096 12.6904 13.75 12 13.75V15.75ZM12 16H12.01V14H12V16ZM11 10V12H13V10H11ZM11.1401 2.48946L1.64015 18.4895L3.35985 19.5105L12.8599 3.51054L11.1401 2.48946ZM2.5 20H21.5V18H2.5V20ZM22.3599 18.4895L12.8599 2.48946L11.1401 3.51054L20.6401 19.5105L22.3599 18.4895Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -636,6 +636,7 @@ export type CentralIconName =
636
636
  | "IconEthereum"
637
637
  | "IconEuro"
638
638
  | "IconExclamationCircle"
639
+ | "IconExclamationCircleBold"
639
640
  | "IconExclamationTriangle"
640
641
  | "IconExpand"
641
642
  | "IconExpand315"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-0-stroke-2",
3
- "version": "1.1.56",
3
+ "version": "1.1.57",
4
4
  "style": "round-outlined-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-0-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": 1622,
14
+ "totalIcons": 1623,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 63,
@@ -782,7 +782,7 @@
782
782
  ]
783
783
  },
784
784
  "Interface General": {
785
- "count": 173,
785
+ "count": 174,
786
786
  "icons": [
787
787
  "IconAnchor1",
788
788
  "IconAnchor2",
@@ -861,6 +861,7 @@
861
861
  "IconDoupleCheckmark2Small",
862
862
  "IconElectrocardiogram",
863
863
  "IconExclamationCircle",
864
+ "IconExclamationCircleBold",
864
865
  "IconExclamationTriangle",
865
866
  "IconFeature",
866
867
  "IconGauge",
@@ -2449,6 +2450,7 @@
2449
2450
  "IconEthereum": "ethereum",
2450
2451
  "IconEuro": "euro, currency, money, coin, EURO",
2451
2452
  "IconExclamationCircle": "exclamation-circle, info, warning",
2453
+ "IconExclamationCircleBold": "exclamation-circle-bold, info, warning",
2452
2454
  "IconExclamationTriangle": "exclamation-triangle, error, warning, alert",
2453
2455
  "IconExpand": "expand, window, layout",
2454
2456
  "IconExpand315": "expand-315, enlarge",
package/index.d.ts CHANGED
@@ -635,6 +635,7 @@ export { IconEsc, default as IconEscDefault } from "./IconEsc";
635
635
  export { IconEthereum, default as IconEthereumDefault } from "./IconEthereum";
636
636
  export { IconEuro, default as IconEuroDefault } from "./IconEuro";
637
637
  export { IconExclamationCircle, default as IconExclamationCircleDefault, } from "./IconExclamationCircle";
638
+ export { IconExclamationCircleBold, default as IconExclamationCircleBoldDefault, } from "./IconExclamationCircleBold";
638
639
  export { IconExclamationTriangle, default as IconExclamationTriangleDefault, } from "./IconExclamationTriangle";
639
640
  export { IconExpand, default as IconExpandDefault } from "./IconExpand";
640
641
  export { IconExpand315, default as IconExpand315Default, } from "./IconExpand315";