@central-icons-react-native/round-filled-radius-2-stroke-1.5 1.1.15 → 1.1.16
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/IconBezierEdit/index.js +1 -1
- package/IconBezierEdit/index.js.map +1 -1
- package/IconBezierEdit/index.mjs +1 -1
- package/IconBezierEdit/index.mjs.map +1 -1
- package/IconCourt/index.js +1 -1
- package/IconCourt/index.js.map +1 -1
- package/IconCourt/index.mjs +1 -1
- package/IconCourt/index.mjs.map +1 -1
- package/LICENSE.md +4 -0
- package/filtered-icons.json +2 -2
- package/icons-index.json +1 -1
- 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 +2 -2
package/IconBezierEdit/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var s=Object.create;var t=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var
|
|
1
|
+
"use strict";var s=Object.create;var t=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of u(o))!B.call(r,C)&&C!==e&&t(r,C,{get:()=>o[C],enumerable:!(l=c(o,C))||l.enumerable});return r};var H=(r,o,e)=>(e=r!=null?s(d(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>a(t({},"__esModule",{value:!0}),r);var P={};I(P,{IconBezierEdit:()=>i,default:()=>x});module.exports=v(P);var n=H(require("react"));var V=H(require("react")),m=require("react-native-svg"),f=({children:r,size:o=24,...e})=>V.default.createElement(m.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 p=require("react-native-svg"),i=r=>n.default.createElement(f,{...r},n.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.9697 13.6363C17.9069 12.6991 19.4264 12.6991 20.3637 13.6363C21.3009 14.5736 21.3009 16.0931 20.3637 17.0303L16.6137 20.7803C16.473 20.921 16.2822 21 16.0833 21H13.75C13.3358 21 13 20.6642 13 20.25V17.9167C13 17.7177 13.079 17.527 13.2197 17.3863L16.9697 13.6363Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M4.75 3C3.7835 3 3 3.7835 3 4.75V7.25C3 8.2165 3.7835 9 4.75 9H5.25V15H4.75C3.7835 15 3 15.7835 3 16.75V19.25C3 20.2165 3.7835 21 4.75 21H7C7.9665 21 8.75 20.2165 8.75 19.25V18.75H10.25C10.6642 18.75 11 18.4142 11 18C11 17.5858 10.6642 17.25 10.25 17.25H8.75V16.75C8.75 15.7835 7.9665 15 7 15H6.75V9H7.25C8.2165 9 9 8.2165 9 7.25V6.75H15V7.25C15 8.2165 15.7835 9 16.75 9H17.25V10.25C17.25 10.6642 17.5858 11 18 11C18.4142 11 18.75 10.6642 18.75 10.25V9H19.25C20.2165 9 21 8.2165 21 7.25V4.75C21 3.7835 20.2165 3 19.25 3H16.75C15.7835 3 15 3.7835 15 4.75V5.25H9V4.75C9 3.7835 8.2165 3 7.25 3H4.75Z",fill:"currentColor"})),x=i;0&&(module.exports={IconBezierEdit});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconBezierEdit/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 IconBezierEdit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconBezierEdit/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 IconBezierEdit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16.9697 13.6363C17.9069 12.6991 19.4264 12.6991 20.3637 13.6363C21.3009 14.5736 21.3009 16.0931 20.3637 17.0303L16.6137 20.7803C16.473 20.921 16.2822 21 16.0833 21H13.75C13.3358 21 13 20.6642 13 20.25V17.9167C13 17.7177 13.079 17.527 13.2197 17.3863L16.9697 13.6363Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.75 3C3.7835 3 3 3.7835 3 4.75V7.25C3 8.2165 3.7835 9 4.75 9H5.25V15H4.75C3.7835 15 3 15.7835 3 16.75V19.25C3 20.2165 3.7835 21 4.75 21H7C7.9665 21 8.75 20.2165 8.75 19.25V18.75H10.25C10.6642 18.75 11 18.4142 11 18C11 17.5858 10.6642 17.25 10.25 17.25H8.75V16.75C8.75 15.7835 7.9665 15 7 15H6.75V9H7.25C8.2165 9 9 8.2165 9 7.25V6.75H15V7.25C15 8.2165 15.7835 9 16.75 9H17.25V10.25C17.25 10.6642 17.5858 11 18 11C18.4142 11 18.75 10.6642 18.75 10.25V9H19.25C20.2165 9 21 8.2165 21 7.25V4.75C21 3.7835 20.2165 3 19.25 3H16.75C15.7835 3 15 3.7835 15 4.75V5.25H9V4.75C9 3.7835 8.2165 3 7.25 3H4.75Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBezierEdit;\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,SAAS,UACT,SAAS,UACT,EAAE,8QACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,ulBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBezierEdit_exports","__export","IconBezierEdit","IconBezierEdit_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBezierEdit","props","React","CentralIconBase","IconBezierEdit_default"]}
|
package/IconBezierEdit/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import e from"react";import p from"react";import{Svg as l}from"react-native-svg";var C=({children:o,size:r=24,...n})=>p.createElement(l,{...n,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 t}from"react-native-svg";var a=o=>e.createElement(C,{...o},e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.9697 13.6363C17.9069 12.6991 19.4264 12.6991 20.3637 13.6363C21.3009 14.5736 21.3009 16.0931 20.3637 17.0303L16.6137 20.7803C16.473 20.921 16.2822 21 16.0833 21H13.75C13.3358 21 13 20.6642 13 20.25V17.9167C13 17.7177 13.079 17.527 13.2197 17.3863L16.9697 13.6363Z",fill:"currentColor"}),e.createElement(t,{d:"M4.75 3C3.7835 3 3 3.7835 3 4.75V7.25C3 8.2165 3.7835 9 4.75 9H5.25V15H4.75C3.7835 15 3 15.7835 3 16.75V19.25C3 20.2165 3.7835 21 4.75 21H7C7.9665 21 8.75 20.2165 8.75 19.25V18.75H10.25C10.6642 18.75 11 18.4142 11 18C11 17.5858 10.6642 17.25 10.25 17.25H8.75V16.75C8.75 15.7835 7.9665 15 7 15H6.75V9H7.25C8.2165 9 9 8.2165 9 7.25V6.75H15V7.25C15 8.2165 15.7835 9 16.75 9H17.25V10.25C17.25 10.6642 17.5858 11 18 11C18.4142 11 18.75 10.6642 18.75 10.25V9H19.25C20.2165 9 21 8.2165 21 7.25V4.75C21 3.7835 20.2165 3 19.25 3H16.75C15.7835 3 15 3.7835 15 4.75V5.25H9V4.75C9 3.7835 8.2165 3 7.25 3H4.75Z",fill:"currentColor"})),B=a;export{a as IconBezierEdit,B as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconBezierEdit/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 IconBezierEdit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconBezierEdit/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 IconBezierEdit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16.9697 13.6363C17.9069 12.6991 19.4264 12.6991 20.3637 13.6363C21.3009 14.5736 21.3009 16.0931 20.3637 17.0303L16.6137 20.7803C16.473 20.921 16.2822 21 16.0833 21H13.75C13.3358 21 13 20.6642 13 20.25V17.9167C13 17.7177 13.079 17.527 13.2197 17.3863L16.9697 13.6363Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.75 3C3.7835 3 3 3.7835 3 4.75V7.25C3 8.2165 3.7835 9 4.75 9H5.25V15H4.75C3.7835 15 3 15.7835 3 16.75V19.25C3 20.2165 3.7835 21 4.75 21H7C7.9665 21 8.75 20.2165 8.75 19.25V18.75H10.25C10.6642 18.75 11 18.4142 11 18C11 17.5858 10.6642 17.25 10.25 17.25H8.75V16.75C8.75 15.7835 7.9665 15 7 15H6.75V9H7.25C8.2165 9 9 8.2165 9 7.25V6.75H15V7.25C15 8.2165 15.7835 9 16.75 9H17.25V10.25C17.25 10.6642 17.5858 11 18 11C18.4142 11 18.75 10.6642 18.75 10.25V9H19.25C20.2165 9 21 8.2165 21 7.25V4.75C21 3.7835 20.2165 3 19.25 3H16.75C15.7835 3 15 3.7835 15 4.75V5.25H9V4.75C9 3.7835 8.2165 3 7.25 3H4.75Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBezierEdit;\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,SAAS,UACT,SAAS,UACT,EAAE,8QACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,ulBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBezierEdit","props","React","CentralIconBase","IconBezierEdit_default"]}
|
package/IconCourt/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var
|
|
1
|
+
"use strict";var u=Object.create;var e=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var H=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!x.call(r,t)&&t!==C&&e(r,t,{get:()=>o[t],enumerable:!(l=i(o,t))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),P=r=>a(e({},"__esModule",{value:!0}),r);var v={};H(v,{IconCourt:()=>V,default:()=>g});module.exports=P(v);var n=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...C})=>s.default.createElement(f.Svg,{...C,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"),V=r=>n.default.createElement(c,{...r},n.default.createElement(p.Path,{d:"M20.25 19.5003C20.6642 19.5003 21 19.8361 21 20.2503C20.9998 20.6644 20.6641 21.0003 20.25 21.0003H3.75C3.33592 21.0003 3.00022 20.6644 3 20.2503C3 19.8361 3.33579 19.5003 3.75 19.5003H20.25Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M11.4463 2.14388C11.8055 2.02414 12.1945 2.02414 12.5537 2.14388L19.8037 4.56087C20.5181 4.79919 21 5.46792 21 6.22103V8.25033C20.9998 9.21663 20.2164 10.0003 19.25 10.0003H18.75V17.7503C18.7498 18.1644 18.4141 18.5003 18 18.5003C17.5859 18.5003 17.2502 18.1644 17.25 17.7503V10.0003H14.75V17.7503C14.7498 18.1644 14.4141 18.5003 14 18.5003C13.5859 18.5003 13.2502 18.1644 13.25 17.7503V10.0003H10.75V17.7503C10.7498 18.1644 10.4141 18.5003 10 18.5003C9.58592 18.5003 9.25022 18.1644 9.25 17.7503V10.0003H6.75V17.7503C6.74978 18.1644 6.41408 18.5003 6 18.5003C5.58592 18.5003 5.25022 18.1644 5.25 17.7503V10.0003H4.75C3.78364 10.0003 3.00023 9.21663 3 8.25033V6.22103C3 5.46792 3.48191 4.79919 4.19629 4.56087L11.4463 2.14388Z",fill:"currentColor"})),g=V;0&&(module.exports={IconCourt});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/IconCourt/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconCourt/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 IconCourt: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.
|
|
1
|
+
{"version":3,"sources":["../src/IconCourt/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 IconCourt: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.25 19.5003C20.6642 19.5003 21 19.8361 21 20.2503C20.9998 20.6644 20.6641 21.0003 20.25 21.0003H3.75C3.33592 21.0003 3.00022 20.6644 3 20.2503C3 19.8361 3.33579 19.5003 3.75 19.5003H20.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.4463 2.14388C11.8055 2.02414 12.1945 2.02414 12.5537 2.14388L19.8037 4.56087C20.5181 4.79919 21 5.46792 21 6.22103V8.25033C20.9998 9.21663 20.2164 10.0003 19.25 10.0003H18.75V17.7503C18.7498 18.1644 18.4141 18.5003 18 18.5003C17.5859 18.5003 17.2502 18.1644 17.25 17.7503V10.0003H14.75V17.7503C14.7498 18.1644 14.4141 18.5003 14 18.5003C13.5859 18.5003 13.2502 18.1644 13.25 17.7503V10.0003H10.75V17.7503C10.7498 18.1644 10.4141 18.5003 10 18.5003C9.58592 18.5003 9.25022 18.1644 9.25 17.7503V10.0003H6.75V17.7503C6.74978 18.1644 6.41408 18.5003 6 18.5003C5.58592 18.5003 5.25022 18.1644 5.25 17.7503V10.0003H4.75C3.78364 10.0003 3.00023 9.21663 3 8.25033V6.22103C3 5.46792 3.48191 4.79919 4.19629 4.56087L11.4463 2.14388Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCourt;\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,eAAAE,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,EAAuCC,GAEhD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,ytBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconCourt_exports","__export","IconCourt","IconCourt_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCourt","props","React","CentralIconBase","IconCourt_default"]}
|
package/IconCourt/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import C from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(l,{...n,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 e}from"react-native-svg";var a=o=>C.createElement(t,{...o},C.createElement(e,{d:"M20.25 19.5003C20.6642 19.5003 21 19.8361 21 20.2503C20.9998 20.6644 20.6641 21.0003 20.25 21.0003H3.75C3.33592 21.0003 3.00022 20.6644 3 20.2503C3 19.8361 3.33579 19.5003 3.75 19.5003H20.25Z",fill:"currentColor"}),C.createElement(e,{d:"M11.4463 2.14388C11.8055 2.02414 12.1945 2.02414 12.5537 2.14388L19.8037 4.56087C20.5181 4.79919 21 5.46792 21 6.22103V8.25033C20.9998 9.21663 20.2164 10.0003 19.25 10.0003H18.75V17.7503C18.7498 18.1644 18.4141 18.5003 18 18.5003C17.5859 18.5003 17.2502 18.1644 17.25 17.7503V10.0003H14.75V17.7503C14.7498 18.1644 14.4141 18.5003 14 18.5003C13.5859 18.5003 13.2502 18.1644 13.25 17.7503V10.0003H10.75V17.7503C10.7498 18.1644 10.4141 18.5003 10 18.5003C9.58592 18.5003 9.25022 18.1644 9.25 17.7503V10.0003H6.75V17.7503C6.74978 18.1644 6.41408 18.5003 6 18.5003C5.58592 18.5003 5.25022 18.1644 5.25 17.7503V10.0003H4.75C3.78364 10.0003 3.00023 9.21663 3 8.25033V6.22103C3 5.46792 3.48191 4.79919 4.19629 4.56087L11.4463 2.14388Z",fill:"currentColor"})),x=a;export{a as IconCourt,x as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/IconCourt/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconCourt/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 IconCourt: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.
|
|
1
|
+
{"version":3,"sources":["../src/IconCourt/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 IconCourt: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.25 19.5003C20.6642 19.5003 21 19.8361 21 20.2503C20.9998 20.6644 20.6641 21.0003 20.25 21.0003H3.75C3.33592 21.0003 3.00022 20.6644 3 20.2503C3 19.8361 3.33579 19.5003 3.75 19.5003H20.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.4463 2.14388C11.8055 2.02414 12.1945 2.02414 12.5537 2.14388L19.8037 4.56087C20.5181 4.79919 21 5.46792 21 6.22103V8.25033C20.9998 9.21663 20.2164 10.0003 19.25 10.0003H18.75V17.7503C18.7498 18.1644 18.4141 18.5003 18 18.5003C17.5859 18.5003 17.2502 18.1644 17.25 17.7503V10.0003H14.75V17.7503C14.7498 18.1644 14.4141 18.5003 14 18.5003C13.5859 18.5003 13.2502 18.1644 13.25 17.7503V10.0003H10.75V17.7503C10.7498 18.1644 10.4141 18.5003 10 18.5003C9.58592 18.5003 9.25022 18.1644 9.25 17.7503V10.0003H6.75V17.7503C6.74978 18.1644 6.41408 18.5003 6 18.5003C5.58592 18.5003 5.25022 18.1644 5.25 17.7503V10.0003H4.75C3.78364 10.0003 3.00023 9.21663 3 8.25033V6.22103C3 5.46792 3.48191 4.79919 4.19629 4.56087L11.4463 2.14388Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCourt;\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,EAAuCC,GAEhDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,ytBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCourt","props","React","CentralIconBase","IconCourt_default"]}
|
package/LICENSE.md
CHANGED
|
@@ -20,6 +20,10 @@ We offer three license types for all our products, depending on your team size:
|
|
|
20
20
|
|
|
21
21
|
- For companies, unlimited users
|
|
22
22
|
|
|
23
|
+
### Ultimate License
|
|
24
|
+
|
|
25
|
+
- For companies, unlimited users
|
|
26
|
+
|
|
23
27
|
## Grant of License
|
|
24
28
|
|
|
25
29
|
Licensor grants Licensee a non-exclusive, non-transferable, worldwide right to use the Product, subject to the terms and conditions set forth in this Agreement.
|
package/filtered-icons.json
CHANGED
|
@@ -2774,7 +2774,7 @@
|
|
|
2774
2774
|
},
|
|
2775
2775
|
{
|
|
2776
2776
|
"category": "Edit",
|
|
2777
|
-
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"
|
|
2777
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.9697 13.6363C17.9069 12.6991 19.4264 12.6991 20.3637 13.6363C21.3009 14.5736 21.3009 16.0931 20.3637 17.0303L16.6137 20.7803C16.473 20.921 16.2822 21 16.0833 21H13.75C13.3358 21 13 20.6642 13 20.25V17.9167C13 17.7177 13.079 17.527 13.2197 17.3863L16.9697 13.6363Z\" fill=\"currentColor\"/><path d=\"M4.75 3C3.7835 3 3 3.7835 3 4.75V7.25C3 8.2165 3.7835 9 4.75 9H5.25V15H4.75C3.7835 15 3 15.7835 3 16.75V19.25C3 20.2165 3.7835 21 4.75 21H7C7.9665 21 8.75 20.2165 8.75 19.25V18.75H10.25C10.6642 18.75 11 18.4142 11 18C11 17.5858 10.6642 17.25 10.25 17.25H8.75V16.75C8.75 15.7835 7.9665 15 7 15H6.75V9H7.25C8.2165 9 9 8.2165 9 7.25V6.75H15V7.25C15 8.2165 15.7835 9 16.75 9H17.25V10.25C17.25 10.6642 17.5858 11 18 11C18.4142 11 18.75 10.6642 18.75 10.25V9H19.25C20.2165 9 21 8.2165 21 7.25V4.75C21 3.7835 20.2165 3 19.25 3H16.75C15.7835 3 15 3.7835 15 4.75V5.25H9V4.75C9 3.7835 8.2165 3 7.25 3H4.75Z\" fill=\"currentColor\"/>",
|
|
2778
2778
|
"iconName": "bezier--edit",
|
|
2779
2779
|
"variant": {
|
|
2780
2780
|
"join": "round",
|
|
@@ -6918,7 +6918,7 @@
|
|
|
6918
6918
|
},
|
|
6919
6919
|
{
|
|
6920
6920
|
"category": "Building",
|
|
6921
|
-
"svg": "<path d=\"M11.
|
|
6921
|
+
"svg": "<path d=\"M20.25 19.5003C20.6642 19.5003 21 19.8361 21 20.2503C20.9998 20.6644 20.6641 21.0003 20.25 21.0003H3.75C3.33592 21.0003 3.00022 20.6644 3 20.2503C3 19.8361 3.33579 19.5003 3.75 19.5003H20.25Z\" fill=\"currentColor\"/><path d=\"M11.4463 2.14388C11.8055 2.02414 12.1945 2.02414 12.5537 2.14388L19.8037 4.56087C20.5181 4.79919 21 5.46792 21 6.22103V8.25033C20.9998 9.21663 20.2164 10.0003 19.25 10.0003H18.75V17.7503C18.7498 18.1644 18.4141 18.5003 18 18.5003C17.5859 18.5003 17.2502 18.1644 17.25 17.7503V10.0003H14.75V17.7503C14.7498 18.1644 14.4141 18.5003 14 18.5003C13.5859 18.5003 13.2502 18.1644 13.25 17.7503V10.0003H10.75V17.7503C10.7498 18.1644 10.4141 18.5003 10 18.5003C9.58592 18.5003 9.25022 18.1644 9.25 17.7503V10.0003H6.75V17.7503C6.74978 18.1644 6.41408 18.5003 6 18.5003C5.58592 18.5003 5.25022 18.1644 5.25 17.7503V10.0003H4.75C3.78364 10.0003 3.00023 9.21663 3 8.25033V6.22103C3 5.46792 3.48191 4.79919 4.19629 4.56087L11.4463 2.14388Z\" fill=\"currentColor\"/>",
|
|
6922
6922
|
"iconName": "court",
|
|
6923
6923
|
"variant": {
|
|
6924
6924
|
"join": "round",
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-2-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.16",
|
|
4
4
|
"style": "round-filled-radius-2-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-stroke-1.5/IconHome';",
|