@central-icons-react-native/round-filled-radius-2-stroke-1 1.1.317 → 1.1.318

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 IconBandage: React.NamedExoticComponent<CentralIconBaseProps>;
4
+ export default IconBandage;
@@ -0,0 +1,3 @@
1
+ var M=Object.create;var{getPrototypeOf:k,defineProperty:s,getOwnPropertyNames:c,getOwnPropertyDescriptor:v}=Object,g=Object.prototype.hasOwnProperty;function h(o){return this[o]}var w,P,B=(o,r,e)=>{var n=o!=null&&typeof o==="object";if(n){var a=r?w??=new WeakMap:P??=new WeakMap,i=a.get(o);if(i)return i}e=o!=null?M(k(o)):{};let p=r||!o||!o.__esModule?s(e,"default",{value:o,enumerable:!0}):e;if(o&&typeof o==="object"||typeof o==="function"){for(let d of c(o))if(!g.call(p,d))s(p,d,{get:h.bind(o,d),enumerable:!0})}if(n)a.set(o,p);return p},L=(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=v(o,n))||e.enumerable})}return u.set(o,r),r},u;var Z=(o)=>o;function y(o,r){this[o]=Z.bind(null,r)}var x=(o,r)=>{for(var e in r)s(o,e,{get:r[e],enumerable:!0,configurable:!0,set:y.bind(r,e)})};var S={};x(S,{CentralIconBase:()=>f});module.exports=L(S);var C=B(require("react")),t=require("react-native-svg"),f=({children:o,size:r=24,mode:e="masked",maskId:n,...a})=>{let i=e!=="raw"&&!!n;return C.default.createElement(t.Svg,{...a,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},i?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 b={};x(b,{IconBandage:()=>I,default:()=>F});module.exports=L(b);var l=B(require("react"));var m=require("react-native-svg"),I=l.default.memo((o)=>l.default.createElement(f,{...o,maskId:"round-filled-radius-2-stroke-1-IconBandage"},l.default.createElement(m.Path,{d:"M12.0002 19.2068L11.1037 20.1033C9.11355 22.0934 5.8869 22.0934 3.89671 20.1033C1.90698 18.113 1.90668 14.8863 3.89671 12.8962L4.79319 11.9997L12.0002 19.2068Z",fill:"currentColor"}),l.default.createElement(m.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M18.5002 12.7068L12.7073 18.4997L5.50023 11.2927L11.2932 5.49974L18.5002 12.7068ZM12.0012 13.4001C11.5594 13.4001 11.2005 13.7582 11.2004 14.1999C11.2004 14.6418 11.5594 14.9997 12.0012 14.9997C12.4429 14.9996 12.801 14.6417 12.801 14.1999C12.8009 13.7583 12.4428 13.4003 12.0012 13.4001ZM9.80101 11.1999C9.35918 11.1999 9.00023 11.5589 9.00023 12.0007C9.0004 12.4424 9.35929 12.8005 9.80101 12.8005C10.2426 12.8003 10.6006 12.4423 10.6008 12.0007C10.6008 11.559 10.2427 11.2001 9.80101 11.1999ZM14.2004 11.1999C13.7587 11.2 13.4006 11.5589 13.4006 12.0007C13.4008 12.4423 13.7588 12.8004 14.2004 12.8005C14.6421 12.8005 15 12.4424 15.0002 12.0007C15.0002 11.5589 14.6422 11.1999 14.2004 11.1999ZM12.0012 8.99974C11.5594 8.99974 11.2004 9.35869 11.2004 9.80052C11.2006 10.2422 11.5595 10.6003 12.0012 10.6003C12.4428 10.6001 12.8008 10.2421 12.801 9.80052C12.801 9.3588 12.4429 8.99992 12.0012 8.99974Z",fill:"currentColor"}),l.default.createElement(m.Path,{d:"M12.8967 3.89622C14.8867 1.90619 18.1135 1.90649 20.1037 3.89622C22.0939 5.88641 22.0939 9.11307 20.1037 11.1033L19.2073 11.9997L12.0002 4.79271L12.8967 3.89622Z",fill:"currentColor"}))),F=I;
2
+
3
+ //# debugId=CA246CB0CBFAE49F64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconBandage/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 { Path } from \"react-native-svg\";\n\nexport const IconBandage: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-filled-radius-2-stroke-1-IconBandage\"><Path d=\"M12.0002 19.2068L11.1037 20.1033C9.11355 22.0934 5.8869 22.0934 3.89671 20.1033C1.90698 18.113 1.90668 14.8863 3.89671 12.8962L4.79319 11.9997L12.0002 19.2068Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18.5002 12.7068L12.7073 18.4997L5.50023 11.2927L11.2932 5.49974L18.5002 12.7068ZM12.0012 13.4001C11.5594 13.4001 11.2005 13.7582 11.2004 14.1999C11.2004 14.6418 11.5594 14.9997 12.0012 14.9997C12.4429 14.9996 12.801 14.6417 12.801 14.1999C12.8009 13.7583 12.4428 13.4003 12.0012 13.4001ZM9.80101 11.1999C9.35918 11.1999 9.00023 11.5589 9.00023 12.0007C9.0004 12.4424 9.35929 12.8005 9.80101 12.8005C10.2426 12.8003 10.6006 12.4423 10.6008 12.0007C10.6008 11.559 10.2427 11.2001 9.80101 11.1999ZM14.2004 11.1999C13.7587 11.2 13.4006 11.5589 13.4006 12.0007C13.4008 12.4423 13.7588 12.8004 14.2004 12.8005C14.6421 12.8005 15 12.4424 15.0002 12.0007C15.0002 11.5589 14.6422 11.1999 14.2004 11.1999ZM12.0012 8.99974C11.5594 8.99974 11.2004 9.35869 11.2004 9.80052C11.2006 10.2422 11.5595 10.6003 12.0012 10.6003C12.4428 10.6001 12.8008 10.2421 12.801 9.80052C12.801 9.3588 12.4429 8.99992 12.0012 8.99974Z\" fill=\"currentColor\"/><Path d=\"M12.8967 3.89622C14.8867 1.90619 18.1135 1.90649 20.1037 3.89622C22.0939 5.88641 22.0939 9.11307 20.1037 11.1033L19.2073 11.9997L12.0002 4.79271L12.8967 3.89622Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconBandage;\n"
7
+ ],
8
+ "mappings": "0+BAA0B,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,uEChDY,IAAlB,sBAEqB,IAArB,8BAEa,EAAgE,UAAM,KAAK,CAAC,IAChF,wBAA85C,EAA95C,IAAqB,EAAO,OAAO,8CAA6C,wBAAC,OAAD,CAAM,EAAE,kKAAkK,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,y4BAAy4B,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,oKAAoK,KAAK,eAAc,CAAI,CACt6C,EAEc",
9
+ "debugId": "CA246CB0CBFAE49F64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import o from"react";import{Svg as m,Mask as d,Rect as l,G as f}from"react-native-svg";var s=({children:n,size:r=24,mode:a="masked",maskId:t,...i})=>{let p=a!=="raw"&&!!t;return o.createElement(m,{...i,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},p?o.createElement(o.Fragment,null,o.createElement(d,{id:t,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},o.createElement(l,{width:"24",height:"24",fill:"#000"}),o.createElement(f,{color:"#fff"},n)),o.createElement(l,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):n)};import e from"react";import{Path as C}from"react-native-svg";var u=e.memo((n)=>e.createElement(s,{...n,maskId:"round-filled-radius-2-stroke-1-IconBandage"},e.createElement(C,{d:"M12.0002 19.2068L11.1037 20.1033C9.11355 22.0934 5.8869 22.0934 3.89671 20.1033C1.90698 18.113 1.90668 14.8863 3.89671 12.8962L4.79319 11.9997L12.0002 19.2068Z",fill:"currentColor"}),e.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M18.5002 12.7068L12.7073 18.4997L5.50023 11.2927L11.2932 5.49974L18.5002 12.7068ZM12.0012 13.4001C11.5594 13.4001 11.2005 13.7582 11.2004 14.1999C11.2004 14.6418 11.5594 14.9997 12.0012 14.9997C12.4429 14.9996 12.801 14.6417 12.801 14.1999C12.8009 13.7583 12.4428 13.4003 12.0012 13.4001ZM9.80101 11.1999C9.35918 11.1999 9.00023 11.5589 9.00023 12.0007C9.0004 12.4424 9.35929 12.8005 9.80101 12.8005C10.2426 12.8003 10.6006 12.4423 10.6008 12.0007C10.6008 11.559 10.2427 11.2001 9.80101 11.1999ZM14.2004 11.1999C13.7587 11.2 13.4006 11.5589 13.4006 12.0007C13.4008 12.4423 13.7588 12.8004 14.2004 12.8005C14.6421 12.8005 15 12.4424 15.0002 12.0007C15.0002 11.5589 14.6422 11.1999 14.2004 11.1999ZM12.0012 8.99974C11.5594 8.99974 11.2004 9.35869 11.2004 9.80052C11.2006 10.2422 11.5595 10.6003 12.0012 10.6003C12.4428 10.6001 12.8008 10.2421 12.801 9.80052C12.801 9.3588 12.4429 8.99992 12.0012 8.99974Z",fill:"currentColor"}),e.createElement(C,{d:"M12.8967 3.89622C14.8867 1.90619 18.1135 1.90649 20.1037 3.89622C22.0939 5.88641 22.0939 9.11307 20.1037 11.1033L19.2073 11.9997L12.0002 4.79271L12.8967 3.89622Z",fill:"currentColor"}))),v=u;export{u as IconBandage,v as default};
2
+
3
+ //# debugId=6F2DAA6AD7BC29FA64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconBandage/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 { Path } from \"react-native-svg\";\n\nexport const IconBandage: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-filled-radius-2-stroke-1-IconBandage\"><Path d=\"M12.0002 19.2068L11.1037 20.1033C9.11355 22.0934 5.8869 22.0934 3.89671 20.1033C1.90698 18.113 1.90668 14.8863 3.89671 12.8962L4.79319 11.9997L12.0002 19.2068Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18.5002 12.7068L12.7073 18.4997L5.50023 11.2927L11.2932 5.49974L18.5002 12.7068ZM12.0012 13.4001C11.5594 13.4001 11.2005 13.7582 11.2004 14.1999C11.2004 14.6418 11.5594 14.9997 12.0012 14.9997C12.4429 14.9996 12.801 14.6417 12.801 14.1999C12.8009 13.7583 12.4428 13.4003 12.0012 13.4001ZM9.80101 11.1999C9.35918 11.1999 9.00023 11.5589 9.00023 12.0007C9.0004 12.4424 9.35929 12.8005 9.80101 12.8005C10.2426 12.8003 10.6006 12.4423 10.6008 12.0007C10.6008 11.559 10.2427 11.2001 9.80101 11.1999ZM14.2004 11.1999C13.7587 11.2 13.4006 11.5589 13.4006 12.0007C13.4008 12.4423 13.7588 12.8004 14.2004 12.8005C14.6421 12.8005 15 12.4424 15.0002 12.0007C15.0002 11.5589 14.6422 11.1999 14.2004 11.1999ZM12.0012 8.99974C11.5594 8.99974 11.2004 9.35869 11.2004 9.80052C11.2006 10.2422 11.5595 10.6003 12.0012 10.6003C12.4428 10.6001 12.8008 10.2421 12.801 9.80052C12.801 9.3588 12.4429 8.99992 12.0012 8.99974Z\" fill=\"currentColor\"/><Path d=\"M12.8967 3.89622C14.8867 1.90619 18.1135 1.90649 20.1037 3.89622C22.0939 5.88641 22.0939 9.11307 20.1037 11.1033L19.2073 11.9997L12.0002 4.79271L12.8967 3.89622Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconBandage;\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,eAAS,yBAEF,IAAM,EAAgE,EAAM,KAAK,CAAC,IAChF,gBAA85C,EAA95C,IAAqB,EAAO,OAAO,8CAA6C,gBAAC,EAAD,CAAM,EAAE,kKAAkK,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,y4BAAy4B,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,oKAAoK,KAAK,eAAc,CAAI,CACt6C,EAEc",
9
+ "debugId": "6F2DAA6AD7BC29FA64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconTextHighlight: React.NamedExoticComponent<CentralIconBaseProps>;
4
+ export default IconTextHighlight;
@@ -0,0 +1,3 @@
1
+ var v=Object.create;var{getPrototypeOf:w,defineProperty:l,getOwnPropertyNames:u,getOwnPropertyDescriptor:L}=Object,g=Object.prototype.hasOwnProperty;function c(o){return this[o]}var P,y,x=(o,r,e)=>{var t=o!=null&&typeof o==="object";if(t){var s=r?P??=new WeakMap:y??=new WeakMap,p=s.get(o);if(p)return p}e=o!=null?v(w(o)):{};let m=r||!o||!o.__esModule?l(e,"default",{value:o,enumerable:!0}):e;if(o&&typeof o==="object"||typeof o==="function"){for(let a of u(o))if(!g.call(m,a))l(m,a,{get:c.bind(o,a),enumerable:!0})}if(t)s.set(o,m);return m},I=(o)=>{var r=(h??=new WeakMap).get(o),e;if(r)return r;if(r=l({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var t of u(o))if(!g.call(r,t))l(r,t,{get:c.bind(o,t),enumerable:!(e=L(o,t))||e.enumerable})}return h.set(o,r),r},h;var M=(o)=>o;function S(o,r){this[o]=M.bind(null,r)}var k=(o,r)=>{for(var e in r)l(o,e,{get:r[e],enumerable:!0,configurable:!0,set:S.bind(r,e)})};var H={};k(H,{CentralIconBase:()=>d});module.exports=I(H);var C=x(require("react")),n=require("react-native-svg"),d=({children:o,size:r=24,mode:e="masked",maskId:t,...s})=>{let p=e!=="raw"&&!!t;return C.default.createElement(n.Svg,{...s,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},p?C.default.createElement(C.default.Fragment,null,C.default.createElement(n.Mask,{id:t,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},C.default.createElement(n.Rect,{width:"24",height:"24",fill:"#000"}),C.default.createElement(n.G,{color:"#fff"},o)),C.default.createElement(n.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):o)};var b={};k(b,{IconTextHighlight:()=>B,default:()=>Z});module.exports=I(b);var i=x(require("react"));var f=require("react-native-svg"),B=i.default.memo((o)=>i.default.createElement(d,{...o,maskId:"round-filled-radius-2-stroke-1-IconTextHighlight"},i.default.createElement(f.Path,{d:"M13.4229 11.9997H10.5771L12 8.74672L13.4229 11.9997Z",fill:"currentColor"}),i.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M7.37695 4.62368C12.2198 4.01728 18.6814 2.8376 18.6816 6.98696C18.6814 8.06753 18.2462 8.768 17.5176 9.20668C20.324 9.47045 22.4998 10.2637 22.5 12.4752C22.4998 14.0804 21.3531 14.9379 19.6514 15.3883C20.214 15.7325 20.5907 16.3514 20.5908 17.0592C20.5906 18.1011 19.776 18.9616 18.7363 19.0299C17.4381 19.1152 15.7068 19.2433 14.3867 19.3952C13.3669 19.5125 12.1128 19.6995 11 19.8766C9.98956 20.0374 9.03702 19.555 8.54004 18.7545C5.72674 18.6258 3.40948 18.0101 3.40918 15.8161C3.40938 14.6198 4.09896 13.893 5.18164 13.4577C3.03058 13.0303 1.50027 12.1961 1.5 10.5661C1.50016 8.87207 3.153 8.03917 5.4375 7.62758C5.36128 7.40142 5.31841 7.16012 5.31836 6.90981C5.31855 5.74306 6.21921 4.76867 7.37695 4.62368ZM12 6.99965C11.8262 6.99965 11.6667 7.08966 11.5762 7.23403L11.542 7.29946L8.04199 15.2995C7.93143 15.5524 8.0469 15.847 8.2998 15.9577C8.55276 16.0682 8.84735 15.9528 8.95801 15.6998L10.1396 12.9997H13.8604L15.042 15.6998C15.1527 15.9528 15.4472 16.0682 15.7002 15.9577C15.9531 15.847 16.0686 15.5524 15.958 15.2995L12.458 7.29946C12.3784 7.11753 12.1986 6.99965 12 6.99965Z",fill:"currentColor"}))),Z=B;
2
+
3
+ //# debugId=A6528A2FBFC178B464756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconTextHighlight/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 { Path } from \"react-native-svg\";\n\nexport const IconTextHighlight: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-filled-radius-2-stroke-1-IconTextHighlight\"><Path d=\"M13.4229 11.9997H10.5771L12 8.74672L13.4229 11.9997Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.37695 4.62368C12.2198 4.01728 18.6814 2.8376 18.6816 6.98696C18.6814 8.06753 18.2462 8.768 17.5176 9.20668C20.324 9.47045 22.4998 10.2637 22.5 12.4752C22.4998 14.0804 21.3531 14.9379 19.6514 15.3883C20.214 15.7325 20.5907 16.3514 20.5908 17.0592C20.5906 18.1011 19.776 18.9616 18.7363 19.0299C17.4381 19.1152 15.7068 19.2433 14.3867 19.3952C13.3669 19.5125 12.1128 19.6995 11 19.8766C9.98956 20.0374 9.03702 19.555 8.54004 18.7545C5.72674 18.6258 3.40948 18.0101 3.40918 15.8161C3.40938 14.6198 4.09896 13.893 5.18164 13.4577C3.03058 13.0303 1.50027 12.1961 1.5 10.5661C1.50016 8.87207 3.153 8.03917 5.4375 7.62758C5.36128 7.40142 5.31841 7.16012 5.31836 6.90981C5.31855 5.74306 6.21921 4.76867 7.37695 4.62368ZM12 6.99965C11.8262 6.99965 11.6667 7.08966 11.5762 7.23403L11.542 7.29946L8.04199 15.2995C7.93143 15.5524 8.0469 15.847 8.2998 15.9577C8.55276 16.0682 8.84735 15.9528 8.95801 15.6998L10.1396 12.9997H13.8604L15.042 15.6998C15.1527 15.9528 15.4472 16.0682 15.7002 15.9577C15.9531 15.847 16.0686 15.5524 15.958 15.2995L12.458 7.29946C12.3784 7.11753 12.1986 6.99965 12 6.99965Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconTextHighlight;\n"
7
+ ],
8
+ "mappings": "0+BAA0B,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,6EChDY,IAAlB,sBAEqB,IAArB,8BAEa,EAAsE,UAAM,KAAK,CAAC,IACtF,wBAAmzC,EAAnzC,IAAqB,EAAO,OAAO,oDAAmD,wBAAC,OAAD,CAAM,EAAE,uDAAuD,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,okCAAokC,KAAK,eAAc,CAAI,CAC3zC,EAEc",
9
+ "debugId": "A6528A2FBFC178B464756E2164756E21",
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 l=({children:e,size:r=24,mode:s="masked",maskId:n,...p})=>{let m=s!=="raw"&&!!n;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:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},o.createElement(C,{width:"24",height:"24",fill:"#000"}),o.createElement(f,{color:"#fff"},e)),o.createElement(C,{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):e)};import t from"react";import{Path as i}from"react-native-svg";var h=t.memo((e)=>t.createElement(l,{...e,maskId:"round-filled-radius-2-stroke-1-IconTextHighlight"},t.createElement(i,{d:"M13.4229 11.9997H10.5771L12 8.74672L13.4229 11.9997Z",fill:"currentColor"}),t.createElement(i,{fillRule:"evenodd",clipRule:"evenodd",d:"M7.37695 4.62368C12.2198 4.01728 18.6814 2.8376 18.6816 6.98696C18.6814 8.06753 18.2462 8.768 17.5176 9.20668C20.324 9.47045 22.4998 10.2637 22.5 12.4752C22.4998 14.0804 21.3531 14.9379 19.6514 15.3883C20.214 15.7325 20.5907 16.3514 20.5908 17.0592C20.5906 18.1011 19.776 18.9616 18.7363 19.0299C17.4381 19.1152 15.7068 19.2433 14.3867 19.3952C13.3669 19.5125 12.1128 19.6995 11 19.8766C9.98956 20.0374 9.03702 19.555 8.54004 18.7545C5.72674 18.6258 3.40948 18.0101 3.40918 15.8161C3.40938 14.6198 4.09896 13.893 5.18164 13.4577C3.03058 13.0303 1.50027 12.1961 1.5 10.5661C1.50016 8.87207 3.153 8.03917 5.4375 7.62758C5.36128 7.40142 5.31841 7.16012 5.31836 6.90981C5.31855 5.74306 6.21921 4.76867 7.37695 4.62368ZM12 6.99965C11.8262 6.99965 11.6667 7.08966 11.5762 7.23403L11.542 7.29946L8.04199 15.2995C7.93143 15.5524 8.0469 15.847 8.2998 15.9577C8.55276 16.0682 8.84735 15.9528 8.95801 15.6998L10.1396 12.9997H13.8604L15.042 15.6998C15.1527 15.9528 15.4472 16.0682 15.7002 15.9577C15.9531 15.847 16.0686 15.5524 15.958 15.2995L12.458 7.29946C12.3784 7.11753 12.1986 6.99965 12 6.99965Z",fill:"currentColor"}))),L=h;export{h as IconTextHighlight,L as default};
2
+
3
+ //# debugId=68733EF5A527B21264756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconTextHighlight/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 { Path } from \"react-native-svg\";\n\nexport const IconTextHighlight: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-filled-radius-2-stroke-1-IconTextHighlight\"><Path d=\"M13.4229 11.9997H10.5771L12 8.74672L13.4229 11.9997Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.37695 4.62368C12.2198 4.01728 18.6814 2.8376 18.6816 6.98696C18.6814 8.06753 18.2462 8.768 17.5176 9.20668C20.324 9.47045 22.4998 10.2637 22.5 12.4752C22.4998 14.0804 21.3531 14.9379 19.6514 15.3883C20.214 15.7325 20.5907 16.3514 20.5908 17.0592C20.5906 18.1011 19.776 18.9616 18.7363 19.0299C17.4381 19.1152 15.7068 19.2433 14.3867 19.3952C13.3669 19.5125 12.1128 19.6995 11 19.8766C9.98956 20.0374 9.03702 19.555 8.54004 18.7545C5.72674 18.6258 3.40948 18.0101 3.40918 15.8161C3.40938 14.6198 4.09896 13.893 5.18164 13.4577C3.03058 13.0303 1.50027 12.1961 1.5 10.5661C1.50016 8.87207 3.153 8.03917 5.4375 7.62758C5.36128 7.40142 5.31841 7.16012 5.31836 6.90981C5.31855 5.74306 6.21921 4.76867 7.37695 4.62368ZM12 6.99965C11.8262 6.99965 11.6667 7.08966 11.5762 7.23403L11.542 7.29946L8.04199 15.2995C7.93143 15.5524 8.0469 15.847 8.2998 15.9577C8.55276 16.0682 8.84735 15.9528 8.95801 15.6998L10.1396 12.9997H13.8604L15.042 15.6998C15.1527 15.9528 15.4472 16.0682 15.7002 15.9577C15.9531 15.847 16.0686 15.5524 15.958 15.2995L12.458 7.29946C12.3784 7.11753 12.1986 6.99965 12 6.99965Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconTextHighlight;\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,eAAS,yBAEF,IAAM,EAAsE,EAAM,KAAK,CAAC,IACtF,gBAAmzC,EAAnzC,IAAqB,EAAO,OAAO,oDAAmD,gBAAC,EAAD,CAAM,EAAE,uDAAuD,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,okCAAokC,KAAK,eAAc,CAAI,CAC3zC,EAEc",
9
+ "debugId": "68733EF5A527B21264756E2164756E21",
10
+ "names": []
11
+ }
package/README.md CHANGED
@@ -821,6 +821,7 @@ Below is a complete list of available icons:
821
821
  - IconColorPalette2
822
822
  - IconEyedropper
823
823
  - IconExtendImage
824
+ - IconBandage
824
825
 
825
826
  ### Emoji
826
827
 
@@ -2307,6 +2308,7 @@ Below is a complete list of available icons:
2307
2308
  - IconLetterZCircle
2308
2309
  - IconLetterASquare
2309
2310
  - IconLetterZSquare
2311
+ - IconTextHighlight
2310
2312
 
2311
2313
  ### Vehicles
2312
2314