@central-icons-react-native/round-outlined-radius-1-stroke-1 1.1.307 → 1.1.308

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 React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconAiSlopSign: React.NamedExoticComponent<CentralIconBaseProps>;
4
+ export default IconAiSlopSign;
@@ -0,0 +1,3 @@
1
+ var B=Object.create;var{getPrototypeOf:w,defineProperty:s,getOwnPropertyNames:c,getOwnPropertyDescriptor:P}=Object,g=Object.prototype.hasOwnProperty;function h(o){return this[o]}var y,v,k=(o,r,e)=>{var n=o!=null&&typeof o==="object";if(n){var p=r?y??=new WeakMap:v??=new WeakMap,m=p.get(o);if(m)return m}e=o!=null?B(w(o)):{};let a=r||!o||!o.__esModule?s(e,"default",{value:o,enumerable:!0}):e;for(let d of c(o))if(!g.call(a,d))s(a,d,{get:h.bind(o,d),enumerable:!0});if(n)p.set(o,a);return a},x=(o)=>{var r=(u??=new WeakMap).get(o),e;if(r)return r;if(r=s({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var n of c(o))if(!g.call(r,n))s(r,n,{get:h.bind(o,n),enumerable:!(e=P(o,n))||e.enumerable})}return u.set(o,r),r},u;var L=(o)=>o;function M(o,r){this[o]=L.bind(null,r)}var I=(o,r)=>{for(var e in r)s(o,e,{get:r[e],enumerable:!0,configurable:!0,set:M.bind(r,e)})};var b={};I(b,{CentralIconBase:()=>f});module.exports=x(b);var C=k(require("react")),t=require("react-native-svg"),f=({children:o,size:r=24,mode:e="masked",maskId:n,...p})=>{let m=e!=="raw"&&!!n;return C.default.createElement(t.Svg,{...p,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},m?C.default.createElement(C.default.Fragment,null,C.default.createElement(t.Mask,{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},C.default.createElement(t.Rect,{width:"24",height:"24",fill:"#000"}),C.default.createElement(t.G,{color:"#fff"},o)),C.default.createElement(t.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):o)};var $={};I($,{default:()=>A,IconAiSlopSign:()=>S});module.exports=x($);var i=k(require("react"));var l=require("react-native-svg"),S=i.default.memo((o)=>{return i.default.createElement(f,{...o,maskId:"round-outlined-radius-1-stroke-1-IconAiSlopSign"},i.default.createElement(l.Path,{d:"M13.1317 3.04919C12.7357 2.65317 12.5377 2.45516 12.3094 2.38097C12.1085 2.31572 11.8922 2.31572 11.6913 2.38097C11.463 2.45516 11.265 2.65317 10.869 3.04919L2.98383 10.9343C2.64692 11.2712 2.47847 11.4397 2.40224 11.6329C2.32767 11.8219 2.31248 11.9691 2.3469 12.1694C2.38209 12.3741 2.55181 12.6332 2.89125 13.1515C3.27243 13.7336 3.30342 14.2835 2.62783 15.1849C2.24764 15.6922 1.9777 16.2933 2.23787 16.8135C3.11751 18.5726 5.81287 16.126 6.50037 18.1885C6.74051 18.909 6.0215 20.3553 7.18788 20.9385C8.35426 21.5217 8.99225 19.5635 10.6254 19.5635C12.2585 19.5635 12.4424 20.4542 14.0629 20.251C15.4975 20.0712 16.0699 19.0865 17.5004 18.876C17.7989 18.8321 18.0935 18.8793 18.3771 18.9884C19.6051 19.4608 21.4988 19.2702 21.8035 17.9902C21.9122 17.5338 21.7309 17.0946 21.4162 16.6999C20.8707 16.0157 19.7405 15.0778 20.1103 14.088C20.2085 13.8251 20.5172 13.5249 21.1344 12.9245C21.3409 12.7236 21.4442 12.6232 21.5086 12.5197C21.7073 12.2004 21.7101 11.7967 21.5158 11.4747C21.4529 11.3703 21.351 11.2685 21.1473 11.0648L13.1317 3.04919Z",stroke:"currentColor",strokeLinejoin:"round"}),i.default.createElement(l.Path,{d:"M11.264 8.79745C11.2296 8.36771 11.5691 8 12.0002 8C12.4313 8 12.7708 8.36771 12.7364 8.79745L12.4321 12.6013C12.4141 12.8264 12.2261 13 12.0002 13C11.7743 13 11.5863 12.8264 11.5683 12.6013L11.264 8.79745Z",fill:"currentColor"}),i.default.createElement(l.Circle,{cx:"12",cy:"15",r:"0.75",fill:"currentColor"}))}),A=S;
2
+
3
+ //# debugId=969B4D333948A72464756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconAiSlopSign/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\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 {masked ? (\n <>\n <Mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n <G color=\"#fff\">{children}</G>\n </Mask>\n <Rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </Svg>\n );\n};\n",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconAiSlopSign: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-outlined-radius-1-stroke-1-IconAiSlopSign\"><Path d=\"M13.1317 3.04919C12.7357 2.65317 12.5377 2.45516 12.3094 2.38097C12.1085 2.31572 11.8922 2.31572 11.6913 2.38097C11.463 2.45516 11.265 2.65317 10.869 3.04919L2.98383 10.9343C2.64692 11.2712 2.47847 11.4397 2.40224 11.6329C2.32767 11.8219 2.31248 11.9691 2.3469 12.1694C2.38209 12.3741 2.55181 12.6332 2.89125 13.1515C3.27243 13.7336 3.30342 14.2835 2.62783 15.1849C2.24764 15.6922 1.9777 16.2933 2.23787 16.8135C3.11751 18.5726 5.81287 16.126 6.50037 18.1885C6.74051 18.909 6.0215 20.3553 7.18788 20.9385C8.35426 21.5217 8.99225 19.5635 10.6254 19.5635C12.2585 19.5635 12.4424 20.4542 14.0629 20.251C15.4975 20.0712 16.0699 19.0865 17.5004 18.876C17.7989 18.8321 18.0935 18.8793 18.3771 18.9884C19.6051 19.4608 21.4988 19.2702 21.8035 17.9902C21.9122 17.5338 21.7309 17.0946 21.4162 16.6999C20.8707 16.0157 19.7405 15.0778 20.1103 14.088C20.2085 13.8251 20.5172 13.5249 21.1344 12.9245C21.3409 12.7236 21.4442 12.6232 21.5086 12.5197C21.7073 12.2004 21.7101 11.7967 21.5158 11.4747C21.4529 11.3703 21.351 11.2685 21.1473 11.0648L13.1317 3.04919Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><Path d=\"M11.264 8.79745C11.2296 8.36771 11.5691 8 12.0002 8C12.4313 8 12.7708 8.36771 12.7364 8.79745L12.4321 12.6013C12.4141 12.8264 12.2261 13 12.0002 13C11.7743 13 11.5863 12.8264 11.5683 12.6013L11.264 8.79745Z\" fill=\"currentColor\"/><Circle cx=\"12\" cy=\"15\" r=\"0.75\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconAiSlopSign;\n"
7
+ ],
8
+ "mappings": "w7BAA0B,IAA1B,sBACA,8BAQa,EAA4C,EACvD,WACA,OAAO,GACP,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,wBA8BE,MA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gDACE,wBAUE,OAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,wBAA4B,IAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,wBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,0EChDY,IAAlB,sBAE6B,IAA7B,8BAEa,EAAmE,UAAM,KAAK,CAAC,IAAU,CACpG,OAAO,wBAAy8C,EAAz8C,IAAqB,EAAO,OAAO,mDAAkD,wBAAC,OAAD,CAAM,EAAE,whCAAwhC,OAAO,eAAe,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,iNAAiN,KAAK,eAAc,EAAE,wBAAC,SAAD,CAAQ,GAAG,KAAK,GAAG,KAAK,EAAE,OAAO,KAAK,eAAc,CAAI,EACj9C,EAEc",
9
+ "debugId": "969B4D333948A72464756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import o from"react";import{Svg as a,Mask as d,Rect as C,G as f}from"react-native-svg";var i=({children:n,size:r=24,mode:l="masked",maskId:t,...p})=>{let m=l!=="raw"&&!!t;return o.createElement(a,{...p,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},m?o.createElement(o.Fragment,null,o.createElement(d,{id:t,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},o.createElement(C,{width:"24",height:"24",fill:"#000"}),o.createElement(f,{color:"#fff"},n)),o.createElement(C,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):n)};import e from"react";import{Circle as u,Path as s}from"react-native-svg";var c=e.memo((n)=>{return e.createElement(i,{...n,maskId:"round-outlined-radius-1-stroke-1-IconAiSlopSign"},e.createElement(s,{d:"M13.1317 3.04919C12.7357 2.65317 12.5377 2.45516 12.3094 2.38097C12.1085 2.31572 11.8922 2.31572 11.6913 2.38097C11.463 2.45516 11.265 2.65317 10.869 3.04919L2.98383 10.9343C2.64692 11.2712 2.47847 11.4397 2.40224 11.6329C2.32767 11.8219 2.31248 11.9691 2.3469 12.1694C2.38209 12.3741 2.55181 12.6332 2.89125 13.1515C3.27243 13.7336 3.30342 14.2835 2.62783 15.1849C2.24764 15.6922 1.9777 16.2933 2.23787 16.8135C3.11751 18.5726 5.81287 16.126 6.50037 18.1885C6.74051 18.909 6.0215 20.3553 7.18788 20.9385C8.35426 21.5217 8.99225 19.5635 10.6254 19.5635C12.2585 19.5635 12.4424 20.4542 14.0629 20.251C15.4975 20.0712 16.0699 19.0865 17.5004 18.876C17.7989 18.8321 18.0935 18.8793 18.3771 18.9884C19.6051 19.4608 21.4988 19.2702 21.8035 17.9902C21.9122 17.5338 21.7309 17.0946 21.4162 16.6999C20.8707 16.0157 19.7405 15.0778 20.1103 14.088C20.2085 13.8251 20.5172 13.5249 21.1344 12.9245C21.3409 12.7236 21.4442 12.6232 21.5086 12.5197C21.7073 12.2004 21.7101 11.7967 21.5158 11.4747C21.4529 11.3703 21.351 11.2685 21.1473 11.0648L13.1317 3.04919Z",stroke:"currentColor",strokeLinejoin:"round"}),e.createElement(s,{d:"M11.264 8.79745C11.2296 8.36771 11.5691 8 12.0002 8C12.4313 8 12.7708 8.36771 12.7364 8.79745L12.4321 12.6013C12.4141 12.8264 12.2261 13 12.0002 13C11.7743 13 11.5863 12.8264 11.5683 12.6013L11.264 8.79745Z",fill:"currentColor"}),e.createElement(u,{cx:"12",cy:"15",r:"0.75",fill:"currentColor"}))}),y=c;export{y as default,c as IconAiSlopSign};
2
+
3
+ //# debugId=B19C3EDD3504B04F64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconAiSlopSign/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\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 {masked ? (\n <>\n <Mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n <G color=\"#fff\">{children}</G>\n </Mask>\n <Rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </Svg>\n );\n};\n",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconAiSlopSign: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-outlined-radius-1-stroke-1-IconAiSlopSign\"><Path d=\"M13.1317 3.04919C12.7357 2.65317 12.5377 2.45516 12.3094 2.38097C12.1085 2.31572 11.8922 2.31572 11.6913 2.38097C11.463 2.45516 11.265 2.65317 10.869 3.04919L2.98383 10.9343C2.64692 11.2712 2.47847 11.4397 2.40224 11.6329C2.32767 11.8219 2.31248 11.9691 2.3469 12.1694C2.38209 12.3741 2.55181 12.6332 2.89125 13.1515C3.27243 13.7336 3.30342 14.2835 2.62783 15.1849C2.24764 15.6922 1.9777 16.2933 2.23787 16.8135C3.11751 18.5726 5.81287 16.126 6.50037 18.1885C6.74051 18.909 6.0215 20.3553 7.18788 20.9385C8.35426 21.5217 8.99225 19.5635 10.6254 19.5635C12.2585 19.5635 12.4424 20.4542 14.0629 20.251C15.4975 20.0712 16.0699 19.0865 17.5004 18.876C17.7989 18.8321 18.0935 18.8793 18.3771 18.9884C19.6051 19.4608 21.4988 19.2702 21.8035 17.9902C21.9122 17.5338 21.7309 17.0946 21.4162 16.6999C20.8707 16.0157 19.7405 15.0778 20.1103 14.088C20.2085 13.8251 20.5172 13.5249 21.1344 12.9245C21.3409 12.7236 21.4442 12.6232 21.5086 12.5197C21.7073 12.2004 21.7101 11.7967 21.5158 11.4747C21.4529 11.3703 21.351 11.2685 21.1473 11.0648L13.1317 3.04919Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><Path d=\"M11.264 8.79745C11.2296 8.36771 11.5691 8 12.0002 8C12.4313 8 12.7708 8.36771 12.7364 8.79745L12.4321 12.6013C12.4141 12.8264 12.2261 13 12.0002 13C11.7743 13 11.5863 12.8264 11.5683 12.6013L11.264 8.79745Z\" fill=\"currentColor\"/><Circle cx=\"12\" cy=\"15\" r=\"0.75\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconAiSlopSign;\n"
7
+ ],
8
+ "mappings": "AAAA,qBACA,cAAS,UAAK,UAAM,OAAM,yBAQnB,IAAM,EAA4C,EACvD,WACA,OAAO,GACP,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBA8BE,EA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gCACE,gBAUE,EAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,EAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAA4B,EAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,gBAAC,EAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GChDN,qBAEA,iBAAS,UAAQ,yBAEV,IAAM,EAAmE,EAAM,KAAK,CAAC,IAAU,CACpG,OAAO,gBAAy8C,EAAz8C,IAAqB,EAAO,OAAO,mDAAkD,gBAAC,EAAD,CAAM,EAAE,whCAAwhC,OAAO,eAAe,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,iNAAiN,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAQ,GAAG,KAAK,GAAG,KAAK,EAAE,OAAO,KAAK,eAAc,CAAI,EACj9C,EAEc",
9
+ "debugId": "B19C3EDD3504B04F64756E2164756E21",
10
+ "names": []
11
+ }
package/README.md CHANGED
@@ -255,6 +255,7 @@ Below is a complete list of available icons:
255
255
  - IconGoblin
256
256
  - IconAiBotHeadLooking
257
257
  - IconAiBotHead
258
+ - IconAiSlopSign
258
259
 
259
260
  ### Accessibility
260
261