@central-icons-react-native/round-filled-radius-2-stroke-1 1.1.103 → 1.1.104

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.
Files changed (57) hide show
  1. package/IconFormCapsule/index.d.ts +4 -0
  2. package/IconFormCapsule/index.js +2 -0
  3. package/IconFormCapsule/index.js.map +1 -0
  4. package/IconFormCapsule/index.mjs +2 -0
  5. package/IconFormCapsule/index.mjs.map +1 -0
  6. package/IconFormCircle/index.d.ts +4 -0
  7. package/IconFormCircle/index.js +2 -0
  8. package/IconFormCircle/index.js.map +1 -0
  9. package/IconFormCircle/index.mjs +2 -0
  10. package/IconFormCircle/index.mjs.map +1 -0
  11. package/IconFormDiamond/index.d.ts +4 -0
  12. package/IconFormDiamond/index.js +2 -0
  13. package/IconFormDiamond/index.js.map +1 -0
  14. package/IconFormDiamond/index.mjs +2 -0
  15. package/IconFormDiamond/index.mjs.map +1 -0
  16. package/IconFormHexagon/index.d.ts +4 -0
  17. package/IconFormHexagon/index.js +2 -0
  18. package/IconFormHexagon/index.js.map +1 -0
  19. package/IconFormHexagon/index.mjs +2 -0
  20. package/IconFormHexagon/index.mjs.map +1 -0
  21. package/IconFormOctagonRotate/index.d.ts +4 -0
  22. package/IconFormOctagonRotate/index.js +2 -0
  23. package/IconFormOctagonRotate/index.js.map +1 -0
  24. package/IconFormOctagonRotate/index.mjs +2 -0
  25. package/IconFormOctagonRotate/index.mjs.map +1 -0
  26. package/IconFormOval/index.d.ts +4 -0
  27. package/IconFormOval/index.js +2 -0
  28. package/IconFormOval/index.js.map +1 -0
  29. package/IconFormOval/index.mjs +2 -0
  30. package/IconFormOval/index.mjs.map +1 -0
  31. package/IconFormPentagon/index.d.ts +4 -0
  32. package/IconFormPentagon/index.js +2 -0
  33. package/IconFormPentagon/index.js.map +1 -0
  34. package/IconFormPentagon/index.mjs +2 -0
  35. package/IconFormPentagon/index.mjs.map +1 -0
  36. package/IconFormRectangle/index.d.ts +4 -0
  37. package/IconFormRectangle/index.js +2 -0
  38. package/IconFormRectangle/index.js.map +1 -0
  39. package/IconFormRectangle/index.mjs +2 -0
  40. package/IconFormRectangle/index.mjs.map +1 -0
  41. package/IconFormSquare/index.d.ts +4 -0
  42. package/IconFormSquare/index.js +2 -0
  43. package/IconFormSquare/index.js.map +1 -0
  44. package/IconFormSquare/index.mjs +2 -0
  45. package/IconFormSquare/index.mjs.map +1 -0
  46. package/README.md +12 -0
  47. package/filtered-icons.json +126 -0
  48. package/icons/index.d.ts +9 -0
  49. package/icons-index.json +25 -2
  50. package/index.d.ts +9 -0
  51. package/index.js +1 -1
  52. package/index.js.map +1 -1
  53. package/index.mjs +1 -1
  54. package/index.mjs.map +1 -1
  55. package/license-check.js +1 -1
  56. package/package.json +1 -1
  57. package/tsx-icons.json +63 -0
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconFormCapsule: FC<CentralIconBaseProps>;
4
+ export default IconFormCapsule;
@@ -0,0 +1,2 @@
1
+ "use strict";var B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of i(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=I(o,e))||C.enumerable});return r};var l=(r,o,t)=>(t=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var h={};g(h,{IconFormCapsule:()=>u,default:()=>F});module.exports=v(h);var p=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({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 f=require("react-native-svg"),u=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M14.5 4C18.9183 4 22.5 7.58172 22.5 12C22.5 16.4183 18.9183 20 14.5 20H9.5C5.08172 20 1.5 16.4183 1.5 12C1.5 7.58172 5.08172 4 9.5 4H14.5Z",fill:"currentColor"})),F=u;0&&(module.exports={IconFormCapsule});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFormCapsule/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 IconFormCapsule: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.5 4C18.9183 4 22.5 7.58172 22.5 12C22.5 16.4183 18.9183 20 14.5 20H9.5C5.08172 20 1.5 16.4183 1.5 12C1.5 7.58172 5.08172 4 9.5 4H14.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFormCapsule;\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,qBAAAE,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,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,6IACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFormCapsule_exports","__export","IconFormCapsule","IconFormCapsule_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFormCapsule","props","React","CentralIconBase","IconFormCapsule_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(C,{...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 a}from"react-native-svg";var l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M14.5 4C18.9183 4 22.5 7.58172 22.5 12C22.5 16.4183 18.9183 20 14.5 20H9.5C5.08172 20 1.5 16.4183 1.5 12C1.5 7.58172 5.08172 4 9.5 4H14.5Z",fill:"currentColor"})),P=l;export{l as IconFormCapsule,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFormCapsule/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 IconFormCapsule: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.5 4C18.9183 4 22.5 7.58172 22.5 12C22.5 16.4183 18.9183 20 14.5 20H9.5C5.08172 20 1.5 16.4183 1.5 12C1.5 7.58172 5.08172 4 9.5 4H14.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFormCapsule;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,6IACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFormCapsule","props","React","CentralIconBase","IconFormCapsule_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconFormCircle: FC<CentralIconBaseProps>;
4
+ export default IconFormCircle;
@@ -0,0 +1,2 @@
1
+ "use strict";var x=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!g.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var c=(r,o,e)=>(e=r!=null?x(u(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var F={};P(F,{IconFormCircle:()=>i,default:()=>y});module.exports=v(F);var p=c(require("react"));var m=c(require("react")),C=require("react-native-svg"),s=({children:r,size:o=24,...e})=>m.default.createElement(C.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 f=require("react-native-svg"),i=r=>p.default.createElement(s,{...r},p.default.createElement(f.Circle,{cx:"12",cy:"12",r:"10",fill:"currentColor"})),y=i;0&&(module.exports={IconFormCircle});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFormCircle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle } from \"react-native-svg\";\n\nexport const IconFormCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"10\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconFormCircle;\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,EAAuB,4BAEVC,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,KAAK,KAAK,eAAe,CACrD,EAIGE,EAAQJ","names":["IconFormCircle_exports","__export","IconFormCircle","IconFormCircle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFormCircle","props","React","CentralIconBase","IconFormCircle_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({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{Circle as a}from"react-native-svg";var c=o=>t.createElement(e,{...o},t.createElement(a,{cx:"12",cy:"12",r:"10",fill:"currentColor"})),g=c;export{c as IconFormCircle,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFormCircle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle } from \"react-native-svg\";\n\nexport const IconFormCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"10\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconFormCircle;\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,MAAc,mBAEhB,IAAMC,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,KAAK,KAAK,eAAe,CACrD,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","IconFormCircle","props","React","CentralIconBase","IconFormCircle_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconFormDiamond: FC<CentralIconBaseProps>;
4
+ export default IconFormDiamond;
@@ -0,0 +1,2 @@
1
+ "use strict";var B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=I(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?B(x(r)):{},C(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>C(n({},"__esModule",{value:!0}),r);var d={};g(d,{IconFormDiamond:()=>i,default:()=>F});module.exports=v(d);var p=m(require("react"));var l=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>l.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 f=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M10.2321 2.56082C11.2084 1.58471 12.791 1.58471 13.7672 2.56082L21.4391 10.2327C22.4149 11.209 22.4151 12.7917 21.4391 13.7678L13.7672 21.4397C12.7911 22.4157 11.2084 22.4155 10.2321 21.4397L2.56021 13.7678C1.5841 12.7916 1.5841 11.209 2.56021 10.2327L10.2321 2.56082Z",fill:"currentColor"})),F=i;0&&(module.exports={IconFormDiamond});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFormDiamond/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 IconFormDiamond: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.2321 2.56082C11.2084 1.58471 12.791 1.58471 13.7672 2.56082L21.4391 10.2327C22.4149 11.209 22.4151 12.7917 21.4391 13.7678L13.7672 21.4397C12.7911 22.4157 11.2084 22.4155 10.2321 21.4397L2.56021 13.7678C1.5841 12.7916 1.5841 11.209 2.56021 10.2327L10.2321 2.56082Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFormDiamond;\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,qBAAAE,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,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+QACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFormDiamond_exports","__export","IconFormDiamond","IconFormDiamond_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFormDiamond","props","React","CentralIconBase","IconFormDiamond_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import p from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(a,{...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 C}from"react-native-svg";var m=o=>e.createElement(t,{...o},e.createElement(C,{d:"M10.2321 2.56082C11.2084 1.58471 12.791 1.58471 13.7672 2.56082L21.4391 10.2327C22.4149 11.209 22.4151 12.7917 21.4391 13.7678L13.7672 21.4397C12.7911 22.4157 11.2084 22.4155 10.2321 21.4397L2.56021 13.7678C1.5841 12.7916 1.5841 11.209 2.56021 10.2327L10.2321 2.56082Z",fill:"currentColor"})),P=m;export{m as IconFormDiamond,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFormDiamond/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 IconFormDiamond: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.2321 2.56082C11.2084 1.58471 12.791 1.58471 13.7672 2.56082L21.4391 10.2327C22.4149 11.209 22.4151 12.7917 21.4391 13.7678L13.7672 21.4397C12.7911 22.4157 11.2084 22.4155 10.2321 21.4397L2.56021 13.7678C1.5841 12.7916 1.5841 11.209 2.56021 10.2327L10.2321 2.56082Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFormDiamond;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+QACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFormDiamond","props","React","CentralIconBase","IconFormDiamond_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconFormHexagon: FC<CentralIconBaseProps>;
4
+ export default IconFormHexagon;
@@ -0,0 +1,2 @@
1
+ "use strict";var B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var i=Object.getPrototypeOf,u=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of g(o))!u.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=I(o,e))||C.enumerable});return r};var m=(r,o,t)=>(t=r!=null?B(i(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var h={};P(h,{IconFormHexagon:()=>x,default:()=>F});module.exports=v(h);var p=m(require("react"));var l=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>l.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 f=require("react-native-svg"),x=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M10.75 2.14451C11.5235 1.69792 12.4765 1.69792 13.25 2.14451L19.9102 5.98923C20.6835 6.43575 21.16 7.26127 21.1602 8.15427V15.8457C21.16 16.7387 20.6835 17.5642 19.9102 18.0107L13.25 21.8554C12.4765 22.302 11.5235 22.302 10.75 21.8554L4.08984 18.0107C3.31646 17.5642 2.84 16.7387 2.83984 15.8457V8.15427C2.83999 7.26127 3.31646 6.43575 4.08984 5.98923L10.75 2.14451Z",fill:"currentColor"})),F=x;0&&(module.exports={IconFormHexagon});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFormHexagon/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 IconFormHexagon: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.75 2.14451C11.5235 1.69792 12.4765 1.69792 13.25 2.14451L19.9102 5.98923C20.6835 6.43575 21.16 7.26127 21.1602 8.15427V15.8457C21.16 16.7387 20.6835 17.5642 19.9102 18.0107L13.25 21.8554C12.4765 22.302 11.5235 22.302 10.75 21.8554L4.08984 18.0107C3.31646 17.5642 2.84 16.7387 2.83984 15.8457V8.15427C2.83999 7.26127 3.31646 6.43575 4.08984 5.98923L10.75 2.14451Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFormHexagon;\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,qBAAAE,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,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,iXACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFormHexagon_exports","__export","IconFormHexagon","IconFormHexagon_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFormHexagon","props","React","CentralIconBase","IconFormHexagon_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(C,{...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 a}from"react-native-svg";var m=o=>e.createElement(t,{...o},e.createElement(a,{d:"M10.75 2.14451C11.5235 1.69792 12.4765 1.69792 13.25 2.14451L19.9102 5.98923C20.6835 6.43575 21.16 7.26127 21.1602 8.15427V15.8457C21.16 16.7387 20.6835 17.5642 19.9102 18.0107L13.25 21.8554C12.4765 22.302 11.5235 22.302 10.75 21.8554L4.08984 18.0107C3.31646 17.5642 2.84 16.7387 2.83984 15.8457V8.15427C2.83999 7.26127 3.31646 6.43575 4.08984 5.98923L10.75 2.14451Z",fill:"currentColor"})),u=m;export{m as IconFormHexagon,u as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFormHexagon/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 IconFormHexagon: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.75 2.14451C11.5235 1.69792 12.4765 1.69792 13.25 2.14451L19.9102 5.98923C20.6835 6.43575 21.16 7.26127 21.1602 8.15427V15.8457C21.16 16.7387 20.6835 17.5642 19.9102 18.0107L13.25 21.8554C12.4765 22.302 11.5235 22.302 10.75 21.8554L4.08984 18.0107C3.31646 17.5642 2.84 16.7387 2.83984 15.8457V8.15427C2.83999 7.26127 3.31646 6.43575 4.08984 5.98923L10.75 2.14451Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFormHexagon;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,iXACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFormHexagon","props","React","CentralIconBase","IconFormHexagon_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconFormOctagonRotate: FC<CentralIconBaseProps>;
4
+ export default IconFormOctagonRotate;
@@ -0,0 +1,2 @@
1
+ "use strict";var I=Object.create;var n=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var i=Object.getPrototypeOf,u=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var t in r)n(o,t,{get:r[t],enumerable:!0})},a=(o,r,t,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of g(r))!u.call(o,e)&&e!==t&&n(o,e,{get:()=>r[e],enumerable:!(C=L(r,e))||C.enumerable});return o};var m=(o,r,t)=>(t=o!=null?I(i(o)):{},a(r||!o||!o.__esModule?n(t,"default",{value:o,enumerable:!0}):t,o)),P=o=>a(n({},"__esModule",{value:!0}),o);var F={};x(F,{IconFormOctagonRotate:()=>B,default:()=>v});module.exports=P(F);var p=m(require("react"));var l=m(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...t})=>l.default.createElement(s.Svg,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),B=o=>p.default.createElement(c,{...o},p.default.createElement(f.Path,{d:"M11.0419 2.10545C11.6544 1.85174 12.3434 1.85172 12.9559 2.10545L18.3192 4.32713C18.9315 4.58088 19.418 5.0673 19.6717 5.67967L21.8934 11.0429C22.1471 11.6555 22.1471 12.3445 21.8934 12.957L19.6717 18.3203C19.418 18.9327 18.9316 19.4191 18.3192 19.6728L12.9559 21.8945C12.3434 22.1482 11.6544 22.1482 11.0419 21.8945L5.67857 19.6728C5.0662 19.4191 4.57978 18.9326 4.32603 18.3203L2.10435 12.957C1.85062 12.3445 1.85064 11.6555 2.10435 11.0429L4.32603 5.67967C4.57976 5.06724 5.06615 4.58086 5.67857 4.32713L11.0419 2.10545Z",fill:"currentColor"})),v=B;0&&(module.exports={IconFormOctagonRotate});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFormOctagonRotate/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 IconFormOctagonRotate: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.0419 2.10545C11.6544 1.85174 12.3434 1.85172 12.9559 2.10545L18.3192 4.32713C18.9315 4.58088 19.418 5.0673 19.6717 5.67967L21.8934 11.0429C22.1471 11.6555 22.1471 12.3445 21.8934 12.957L19.6717 18.3203C19.418 18.9327 18.9316 19.4191 18.3192 19.6728L12.9559 21.8945C12.3434 22.1482 11.6544 22.1482 11.0419 21.8945L5.67857 19.6728C5.0662 19.4191 4.57978 18.9326 4.32603 18.3203L2.10435 12.957C1.85062 12.3445 1.85064 11.6555 2.10435 11.0429L4.32603 5.67967C4.57976 5.06724 5.06615 4.58086 5.67857 4.32713L11.0419 2.10545Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFormOctagonRotate;\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,2BAAAE,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,EAAmDC,GAE5D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8gBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFormOctagonRotate_exports","__export","IconFormOctagonRotate","IconFormOctagonRotate_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFormOctagonRotate","props","React","CentralIconBase","IconFormOctagonRotate_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:r,size:o=24,...n})=>p.createElement(C,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as a}from"react-native-svg";var m=r=>e.createElement(t,{...r},e.createElement(a,{d:"M11.0419 2.10545C11.6544 1.85174 12.3434 1.85172 12.9559 2.10545L18.3192 4.32713C18.9315 4.58088 19.418 5.0673 19.6717 5.67967L21.8934 11.0429C22.1471 11.6555 22.1471 12.3445 21.8934 12.957L19.6717 18.3203C19.418 18.9327 18.9316 19.4191 18.3192 19.6728L12.9559 21.8945C12.3434 22.1482 11.6544 22.1482 11.0419 21.8945L5.67857 19.6728C5.0662 19.4191 4.57978 18.9326 4.32603 18.3203L2.10435 12.957C1.85062 12.3445 1.85064 11.6555 2.10435 11.0429L4.32603 5.67967C4.57976 5.06724 5.06615 4.58086 5.67857 4.32713L11.0419 2.10545Z",fill:"currentColor"})),u=m;export{m as IconFormOctagonRotate,u as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFormOctagonRotate/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 IconFormOctagonRotate: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.0419 2.10545C11.6544 1.85174 12.3434 1.85172 12.9559 2.10545L18.3192 4.32713C18.9315 4.58088 19.418 5.0673 19.6717 5.67967L21.8934 11.0429C22.1471 11.6555 22.1471 12.3445 21.8934 12.957L19.6717 18.3203C19.418 18.9327 18.9316 19.4191 18.3192 19.6728L12.9559 21.8945C12.3434 22.1482 11.6544 22.1482 11.0419 21.8945L5.67857 19.6728C5.0662 19.4191 4.57978 18.9326 4.32603 18.3203L2.10435 12.957C1.85062 12.3445 1.85064 11.6555 2.10435 11.0429L4.32603 5.67967C4.57976 5.06724 5.06615 4.58086 5.67857 4.32713L11.0419 2.10545Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFormOctagonRotate;\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,EAAmDC,GAE5DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8gBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFormOctagonRotate","props","React","CentralIconBase","IconFormOctagonRotate_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconFormOval: FC<CentralIconBaseProps>;
4
+ export default IconFormOval;
@@ -0,0 +1,2 @@
1
+ "use strict";var I=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=i(o,e))||C.enumerable});return r};var l=(r,o,t)=>(t=r!=null?I(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var h={};g(h,{IconFormOval:()=>B,default:()=>F});module.exports=v(h);var p=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({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 f=require("react-native-svg"),B=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M12 3.75C14.8228 3.75 17.4158 4.62175 19.3242 6.07812C21.2335 7.53524 22.5 9.62009 22.5 12C22.5 14.3799 21.2335 16.4648 19.3242 17.9219C17.4158 19.3783 14.8228 20.25 12 20.25C9.17718 20.25 6.58423 19.3783 4.67578 17.9219C2.76645 16.4648 1.5 14.3799 1.5 12C1.5 9.62009 2.76645 7.53524 4.67578 6.07812C6.58423 4.62175 9.17718 3.75 12 3.75Z",fill:"currentColor"})),F=B;0&&(module.exports={IconFormOval});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFormOval/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 IconFormOval: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 3.75C14.8228 3.75 17.4158 4.62175 19.3242 6.07812C21.2335 7.53524 22.5 9.62009 22.5 12C22.5 14.3799 21.2335 16.4648 19.3242 17.9219C17.4158 19.3783 14.8228 20.25 12 20.25C9.17718 20.25 6.58423 19.3783 4.67578 17.9219C2.76645 16.4648 1.5 14.3799 1.5 12C1.5 9.62009 2.76645 7.53524 4.67578 6.07812C6.58423 4.62175 9.17718 3.75 12 3.75Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFormOval;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,oVACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFormOval_exports","__export","IconFormOval","IconFormOval_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFormOval","props","React","CentralIconBase","IconFormOval_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(C,{...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 a}from"react-native-svg";var l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M12 3.75C14.8228 3.75 17.4158 4.62175 19.3242 6.07812C21.2335 7.53524 22.5 9.62009 22.5 12C22.5 14.3799 21.2335 16.4648 19.3242 17.9219C17.4158 19.3783 14.8228 20.25 12 20.25C9.17718 20.25 6.58423 19.3783 4.67578 17.9219C2.76645 16.4648 1.5 14.3799 1.5 12C1.5 9.62009 2.76645 7.53524 4.67578 6.07812C6.58423 4.62175 9.17718 3.75 12 3.75Z",fill:"currentColor"})),P=l;export{l as IconFormOval,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFormOval/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 IconFormOval: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 3.75C14.8228 3.75 17.4158 4.62175 19.3242 6.07812C21.2335 7.53524 22.5 9.62009 22.5 12C22.5 14.3799 21.2335 16.4648 19.3242 17.9219C17.4158 19.3783 14.8228 20.25 12 20.25C9.17718 20.25 6.58423 19.3783 4.67578 17.9219C2.76645 16.4648 1.5 14.3799 1.5 12C1.5 9.62009 2.76645 7.53524 4.67578 6.07812C6.58423 4.62175 9.17718 3.75 12 3.75Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFormOval;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,oVACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFormOval","props","React","CentralIconBase","IconFormOval_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconFormPentagon: FC<CentralIconBaseProps>;
4
+ export default IconFormPentagon;
@@ -0,0 +1,2 @@
1
+ "use strict";var I=Object.create;var n=Object.defineProperty;var P=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var i=Object.getPrototypeOf,u=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of g(o))!u.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=P(o,e))||C.enumerable});return r};var m=(r,o,t)=>(t=r!=null?I(i(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var h={};x(h,{IconFormPentagon:()=>B,default:()=>F});module.exports=v(h);var p=m(require("react"));var l=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>l.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 f=require("react-native-svg"),B=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M10.5287 2.19922C11.4048 1.56268 12.592 1.5628 13.4682 2.19922L20.8646 7.57422C21.7409 8.21083 22.1075 9.33909 21.7728 10.3691L18.9477 19.0654C18.6128 20.0951 17.6526 20.792 16.5697 20.792H7.42715C6.34443 20.7918 5.38399 20.0951 5.04922 19.0654L2.22402 10.3691C1.88941 9.33924 2.25627 8.21087 3.13222 7.57422L10.5287 2.19922Z",fill:"currentColor"})),F=B;0&&(module.exports={IconFormPentagon});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFormPentagon/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 IconFormPentagon: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.5287 2.19922C11.4048 1.56268 12.592 1.5628 13.4682 2.19922L20.8646 7.57422C21.7409 8.21083 22.1075 9.33909 21.7728 10.3691L18.9477 19.0654C18.6128 20.0951 17.6526 20.792 16.5697 20.792H7.42715C6.34443 20.7918 5.38399 20.0951 5.04922 19.0654L2.22402 10.3691C1.88941 9.33924 2.25627 8.21087 3.13222 7.57422L10.5287 2.19922Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFormPentagon;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,wUACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFormPentagon_exports","__export","IconFormPentagon","IconFormPentagon_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFormPentagon","props","React","CentralIconBase","IconFormPentagon_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(C,{...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 a}from"react-native-svg";var m=o=>e.createElement(t,{...o},e.createElement(a,{d:"M10.5287 2.19922C11.4048 1.56268 12.592 1.5628 13.4682 2.19922L20.8646 7.57422C21.7409 8.21083 22.1075 9.33909 21.7728 10.3691L18.9477 19.0654C18.6128 20.0951 17.6526 20.792 16.5697 20.792H7.42715C6.34443 20.7918 5.38399 20.0951 5.04922 19.0654L2.22402 10.3691C1.88941 9.33924 2.25627 8.21087 3.13222 7.57422L10.5287 2.19922Z",fill:"currentColor"})),u=m;export{m as IconFormPentagon,u as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFormPentagon/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 IconFormPentagon: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.5287 2.19922C11.4048 1.56268 12.592 1.5628 13.4682 2.19922L20.8646 7.57422C21.7409 8.21083 22.1075 9.33909 21.7728 10.3691L18.9477 19.0654C18.6128 20.0951 17.6526 20.792 16.5697 20.792H7.42715C6.34443 20.7918 5.38399 20.0951 5.04922 19.0654L2.22402 10.3691C1.88941 9.33924 2.25627 8.21087 3.13222 7.57422L10.5287 2.19922Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFormPentagon;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,wUACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFormPentagon","props","React","CentralIconBase","IconFormPentagon_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconFormRectangle: FC<CentralIconBaseProps>;
4
+ export default IconFormRectangle;
@@ -0,0 +1,2 @@
1
+ "use strict";var I=Object.create;var n=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of i(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=g(o,e))||a.enumerable});return r};var l=(r,o,t)=>(t=r!=null?I(u(r)):{},C(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>C(n({},"__esModule",{value:!0}),r);var h={};P(h,{IconFormRectangle:()=>B,default:()=>F});module.exports=v(h);var p=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({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 f=require("react-native-svg"),B=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M22 17.5C22 18.8807 20.8807 20 19.5 20H4.5C3.11929 20 2 18.8807 2 17.5V6.5C2 5.11929 3.11929 4 4.5 4H19.5C20.8807 4 22 5.11929 22 6.5V17.5Z",fill:"currentColor"})),F=B;0&&(module.exports={IconFormRectangle});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFormRectangle/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 IconFormRectangle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M22 17.5C22 18.8807 20.8807 20 19.5 20H4.5C3.11929 20 2 18.8807 2 17.5V6.5C2 5.11929 3.11929 4 4.5 4H19.5C20.8807 4 22 5.11929 22 6.5V17.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFormRectangle;\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,uBAAAE,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,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8IACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFormRectangle_exports","__export","IconFormRectangle","IconFormRectangle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFormRectangle","props","React","CentralIconBase","IconFormRectangle_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import p from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(a,{...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 C}from"react-native-svg";var l=o=>e.createElement(t,{...o},e.createElement(C,{d:"M22 17.5C22 18.8807 20.8807 20 19.5 20H4.5C3.11929 20 2 18.8807 2 17.5V6.5C2 5.11929 3.11929 4 4.5 4H19.5C20.8807 4 22 5.11929 22 6.5V17.5Z",fill:"currentColor"})),x=l;export{l as IconFormRectangle,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFormRectangle/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 IconFormRectangle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M22 17.5C22 18.8807 20.8807 20 19.5 20H4.5C3.11929 20 2 18.8807 2 17.5V6.5C2 5.11929 3.11929 4 4.5 4H19.5C20.8807 4 22 5.11929 22 6.5V17.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFormRectangle;\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,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8IACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFormRectangle","props","React","CentralIconBase","IconFormRectangle_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconFormSquare: FC<CentralIconBaseProps>;
4
+ export default IconFormSquare;
@@ -0,0 +1,2 @@
1
+ "use strict";var x=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var h=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},m=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!g.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=u(o,e))||a.enumerable});return r};var l=(r,o,t)=>(t=r!=null?x(I(r)):{},m(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>m(n({},"__esModule",{value:!0}),r);var y={};h(y,{IconFormSquare:()=>i,default:()=>v});module.exports=P(y);var p=l(require("react"));var s=l(require("react")),C=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(C.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 f=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(f.Rect,{x:"3",y:"3",width:"18",height:"18",rx:"2.5",fill:"currentColor"})),v=i;0&&(module.exports={IconFormSquare});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFormSquare/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Rect } from \"react-native-svg\";\n\nexport const IconFormSquare: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2.5\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconFormSquare;\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,QAAK,EAAE,IAAI,EAAE,IAAI,MAAM,KAAK,OAAO,KAAK,GAAG,MAAM,KAAK,eAAe,CACxE,EAIGE,EAAQJ","names":["IconFormSquare_exports","__export","IconFormSquare","IconFormSquare_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFormSquare","props","React","CentralIconBase","IconFormSquare_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import p from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(a,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Rect as m}from"react-native-svg";var l=o=>e.createElement(t,{...o},e.createElement(m,{x:"3",y:"3",width:"18",height:"18",rx:"2.5",fill:"currentColor"})),g=l;export{l as IconFormSquare,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFormSquare/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Rect } from \"react-native-svg\";\n\nexport const IconFormSquare: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2.5\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconFormSquare;\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,CAAK,EAAE,IAAI,EAAE,IAAI,MAAM,KAAK,OAAO,KAAK,GAAG,MAAM,KAAK,eAAe,CACxE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Rect","IconFormSquare","props","React","CentralIconBase","IconFormSquare_default"]}
package/README.md CHANGED
@@ -880,6 +880,18 @@ Below is a complete list of available icons:
880
880
  - IconToast
881
881
  - IconToque
882
882
 
883
+ ### Forms & Shapes
884
+
885
+ - IconFormCapsule
886
+ - IconFormCircle
887
+ - IconFormDiamond
888
+ - IconFormHexagon
889
+ - IconFormOctagonRotate
890
+ - IconFormOval
891
+ - IconFormPentagon
892
+ - IconFormRectangle
893
+ - IconFormSquare
894
+
883
895
  ### Furniture & Household
884
896
 
885
897
  - IconArmchair
@@ -11018,6 +11018,132 @@
11018
11018
  "packageName": "round-filled-radius-2-stroke-1",
11019
11019
  "componentName": "IconForkSpoon"
11020
11020
  },
11021
+ {
11022
+ "category": "Forms & Shapes",
11023
+ "svg": "<path d=\"M14.5 4C18.9183 4 22.5 7.58172 22.5 12C22.5 16.4183 18.9183 20 14.5 20H9.5C5.08172 20 1.5 16.4183 1.5 12C1.5 7.58172 5.08172 4 9.5 4H14.5Z\" fill=\"currentColor\"/>",
11024
+ "iconName": "form-capsule, button",
11025
+ "variant": {
11026
+ "join": "round",
11027
+ "filled": "on",
11028
+ "radius": "2",
11029
+ "stroke": "1"
11030
+ },
11031
+ "createdAt": "2026-01-29T11:00:32.722699+00:00",
11032
+ "packageName": "round-filled-radius-2-stroke-1",
11033
+ "componentName": "IconFormCapsule"
11034
+ },
11035
+ {
11036
+ "category": "Forms & Shapes",
11037
+ "svg": "<circle cx=\"12\" cy=\"12\" r=\"10\" fill=\"currentColor\"/>",
11038
+ "iconName": "form-circle",
11039
+ "variant": {
11040
+ "join": "round",
11041
+ "filled": "on",
11042
+ "radius": "2",
11043
+ "stroke": "1"
11044
+ },
11045
+ "createdAt": "2026-01-29T11:00:32.722699+00:00",
11046
+ "packageName": "round-filled-radius-2-stroke-1",
11047
+ "componentName": "IconFormCircle"
11048
+ },
11049
+ {
11050
+ "category": "Forms & Shapes",
11051
+ "svg": "<path d=\"M10.2321 2.56082C11.2084 1.58471 12.791 1.58471 13.7672 2.56082L21.4391 10.2327C22.4149 11.209 22.4151 12.7917 21.4391 13.7678L13.7672 21.4397C12.7911 22.4157 11.2084 22.4155 10.2321 21.4397L2.56021 13.7678C1.5841 12.7916 1.5841 11.209 2.56021 10.2327L10.2321 2.56082Z\" fill=\"currentColor\"/>",
11052
+ "iconName": "form-diamond, square-45-degrees",
11053
+ "variant": {
11054
+ "join": "round",
11055
+ "filled": "on",
11056
+ "radius": "2",
11057
+ "stroke": "1"
11058
+ },
11059
+ "createdAt": "2026-01-29T11:00:32.722699+00:00",
11060
+ "packageName": "round-filled-radius-2-stroke-1",
11061
+ "componentName": "IconFormDiamond"
11062
+ },
11063
+ {
11064
+ "category": "Forms & Shapes",
11065
+ "svg": "<path d=\"M10.75 2.14451C11.5235 1.69792 12.4765 1.69792 13.25 2.14451L19.9102 5.98923C20.6835 6.43575 21.16 7.26127 21.1602 8.15427V15.8457C21.16 16.7387 20.6835 17.5642 19.9102 18.0107L13.25 21.8554C12.4765 22.302 11.5235 22.302 10.75 21.8554L4.08984 18.0107C3.31646 17.5642 2.84 16.7387 2.83984 15.8457V8.15427C2.83999 7.26127 3.31646 6.43575 4.08984 5.98923L10.75 2.14451Z\" fill=\"currentColor\"/>",
11066
+ "iconName": "form-hexagon",
11067
+ "variant": {
11068
+ "join": "round",
11069
+ "filled": "on",
11070
+ "radius": "2",
11071
+ "stroke": "1"
11072
+ },
11073
+ "createdAt": "2026-01-29T11:00:32.722699+00:00",
11074
+ "packageName": "round-filled-radius-2-stroke-1",
11075
+ "componentName": "IconFormHexagon"
11076
+ },
11077
+ {
11078
+ "category": "Forms & Shapes",
11079
+ "svg": "<path d=\"M11.0419 2.10545C11.6544 1.85174 12.3434 1.85172 12.9559 2.10545L18.3192 4.32713C18.9315 4.58088 19.418 5.0673 19.6717 5.67967L21.8934 11.0429C22.1471 11.6555 22.1471 12.3445 21.8934 12.957L19.6717 18.3203C19.418 18.9327 18.9316 19.4191 18.3192 19.6728L12.9559 21.8945C12.3434 22.1482 11.6544 22.1482 11.0419 21.8945L5.67857 19.6728C5.0662 19.4191 4.57978 18.9326 4.32603 18.3203L2.10435 12.957C1.85062 12.3445 1.85064 11.6555 2.10435 11.0429L4.32603 5.67967C4.57976 5.06724 5.06615 4.58086 5.67857 4.32713L11.0419 2.10545Z\" fill=\"currentColor\"/>",
11080
+ "iconName": "form-octagon-rotate",
11081
+ "variant": {
11082
+ "join": "round",
11083
+ "filled": "on",
11084
+ "radius": "2",
11085
+ "stroke": "1"
11086
+ },
11087
+ "createdAt": "2026-01-29T11:00:32.722699+00:00",
11088
+ "packageName": "round-filled-radius-2-stroke-1",
11089
+ "componentName": "IconFormOctagonRotate"
11090
+ },
11091
+ {
11092
+ "category": "Forms & Shapes",
11093
+ "svg": "<path d=\"M12 3.75C14.8228 3.75 17.4158 4.62175 19.3242 6.07812C21.2335 7.53524 22.5 9.62009 22.5 12C22.5 14.3799 21.2335 16.4648 19.3242 17.9219C17.4158 19.3783 14.8228 20.25 12 20.25C9.17718 20.25 6.58423 19.3783 4.67578 17.9219C2.76645 16.4648 1.5 14.3799 1.5 12C1.5 9.62009 2.76645 7.53524 4.67578 6.07812C6.58423 4.62175 9.17718 3.75 12 3.75Z\" fill=\"currentColor\"/>",
11094
+ "iconName": "form-oval",
11095
+ "variant": {
11096
+ "join": "round",
11097
+ "filled": "on",
11098
+ "radius": "2",
11099
+ "stroke": "1"
11100
+ },
11101
+ "createdAt": "2026-01-29T11:00:32.722699+00:00",
11102
+ "packageName": "round-filled-radius-2-stroke-1",
11103
+ "componentName": "IconFormOval"
11104
+ },
11105
+ {
11106
+ "category": "Forms & Shapes",
11107
+ "svg": "<path d=\"M10.5287 2.19922C11.4048 1.56268 12.592 1.5628 13.4682 2.19922L20.8646 7.57422C21.7409 8.21083 22.1075 9.33909 21.7728 10.3691L18.9477 19.0654C18.6128 20.0951 17.6526 20.792 16.5697 20.792H7.42715C6.34443 20.7918 5.38399 20.0951 5.04922 19.0654L2.22402 10.3691C1.88941 9.33924 2.25627 8.21087 3.13222 7.57422L10.5287 2.19922Z\" fill=\"currentColor\"/>",
11108
+ "iconName": "form-pentagon",
11109
+ "variant": {
11110
+ "join": "round",
11111
+ "filled": "on",
11112
+ "radius": "2",
11113
+ "stroke": "1"
11114
+ },
11115
+ "createdAt": "2026-01-29T11:00:32.722699+00:00",
11116
+ "packageName": "round-filled-radius-2-stroke-1",
11117
+ "componentName": "IconFormPentagon"
11118
+ },
11119
+ {
11120
+ "category": "Forms & Shapes",
11121
+ "svg": "<path d=\"M22 17.5C22 18.8807 20.8807 20 19.5 20H4.5C3.11929 20 2 18.8807 2 17.5V6.5C2 5.11929 3.11929 4 4.5 4H19.5C20.8807 4 22 5.11929 22 6.5V17.5Z\" fill=\"currentColor\"/>",
11122
+ "iconName": "form-rectangle",
11123
+ "variant": {
11124
+ "join": "round",
11125
+ "filled": "on",
11126
+ "radius": "2",
11127
+ "stroke": "1"
11128
+ },
11129
+ "createdAt": "2026-01-29T11:00:32.722699+00:00",
11130
+ "packageName": "round-filled-radius-2-stroke-1",
11131
+ "componentName": "IconFormRectangle"
11132
+ },
11133
+ {
11134
+ "category": "Forms & Shapes",
11135
+ "svg": "<rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2.5\" fill=\"currentColor\"/>",
11136
+ "iconName": "form-square",
11137
+ "variant": {
11138
+ "join": "round",
11139
+ "filled": "on",
11140
+ "radius": "2",
11141
+ "stroke": "1"
11142
+ },
11143
+ "createdAt": "2026-01-29T11:00:32.722699+00:00",
11144
+ "packageName": "round-filled-radius-2-stroke-1",
11145
+ "componentName": "IconFormSquare"
11146
+ },
11021
11147
  {
11022
11148
  "category": "AI & Magic",
11023
11149
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.5 11.5C21.5 14.7234 19.8945 17.5711 17.4412 19.2883C17.6727 19.4572 17.8562 19.6925 17.9615 19.9733C18.3292 20.9539 17.6043 22 16.557 22H7.443C6.39569 22 5.67077 20.9539 6.03851 19.9733C6.1438 19.6925 6.32733 19.4572 6.55882 19.2883C4.10546 17.5711 2.5 14.7234 2.5 11.5C2.5 6.25329 6.75329 2 12 2C17.2467 2 21.5 6.25329 21.5 11.5ZM6.97484 20.3244C7.04802 20.1293 7.23458 20 7.443 20H16.557C16.7654 20 16.952 20.1293 17.0252 20.3244C17.1477 20.6513 16.9061 21 16.557 21H7.443C7.0939 21 6.85226 20.6513 6.97484 20.3244ZM12.833 6.09703C12.8769 5.96758 13.1231 5.96758 13.1671 6.09703C13.2935 6.46956 13.4949 6.93046 13.7822 7.21777C14.0695 7.50507 14.5304 7.70649 14.903 7.83292C15.0324 7.87685 15.0324 8.12309 14.903 8.16702C14.5304 8.29345 14.0695 8.49487 13.7822 8.78217C13.4949 9.06948 13.2935 9.53038 13.1671 9.90291C13.1231 10.0324 12.8769 10.0324 12.833 9.90291C12.7066 9.53038 12.5051 9.06948 12.2178 8.78217C11.9305 8.49487 11.4696 8.29345 11.0971 8.16702C10.9676 8.12309 10.9676 7.87685 11.0971 7.83292C11.4696 7.70649 11.9305 7.50507 12.2178 7.21777C12.5051 6.93046 12.7066 6.46956 12.833 6.09703ZM15.3121 9.35922C15.3615 9.21359 15.6385 9.21359 15.6879 9.35922C15.8302 9.77831 16.0568 10.2968 16.38 10.62C16.7032 10.9432 17.2217 11.1698 17.6408 11.3121C17.7864 11.3615 17.7864 11.6385 17.6408 11.6879C17.2217 11.8302 16.7032 12.0568 16.38 12.38C16.0568 12.7032 15.8302 13.2217 15.6879 13.6408C15.6385 13.7864 15.3615 13.7864 15.3121 13.6408C15.1698 13.2217 14.9432 12.7032 14.62 12.38C14.2968 12.0568 13.7783 11.8302 13.3592 11.6879C13.2136 11.6385 13.2136 11.3615 13.3592 11.3121C13.7783 11.1698 14.2968 10.9432 14.62 10.62C14.9432 10.2968 15.1698 9.77831 15.3121 9.35922Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -786,6 +786,15 @@ export type CentralIconName =
786
786
  | "IconForkCode"
787
787
  | "IconForkKnife"
788
788
  | "IconForkSpoon"
789
+ | "IconFormCapsule"
790
+ | "IconFormCircle"
791
+ | "IconFormDiamond"
792
+ | "IconFormHexagon"
793
+ | "IconFormOctagonRotate"
794
+ | "IconFormOval"
795
+ | "IconFormPentagon"
796
+ | "IconFormRectangle"
797
+ | "IconFormSquare"
789
798
  | "IconFortuneTellerBall"
790
799
  | "IconForwards10s"
791
800
  | "IconForYou"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-2-stroke-1",
3
- "version": "1.1.103",
3
+ "version": "1.1.104",
4
4
  "style": "round-filled-radius-2-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-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": 1716,
14
+ "totalIcons": 1725,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 66,
@@ -779,6 +779,20 @@
779
779
  "IconToque"
780
780
  ]
781
781
  },
782
+ "Forms & Shapes": {
783
+ "count": 9,
784
+ "icons": [
785
+ "IconFormCapsule",
786
+ "IconFormCircle",
787
+ "IconFormDiamond",
788
+ "IconFormHexagon",
789
+ "IconFormOctagonRotate",
790
+ "IconFormOval",
791
+ "IconFormPentagon",
792
+ "IconFormRectangle",
793
+ "IconFormSquare"
794
+ ]
795
+ },
782
796
  "Furniture & Household": {
783
797
  "count": 17,
784
798
  "icons": [
@@ -2698,6 +2712,15 @@
2698
2712
  "IconForkCode": "fork-code",
2699
2713
  "IconForkKnife": "fork-knife, cable, restaurant, cutlery",
2700
2714
  "IconForkSpoon": "fork-spoon, cable, restaurant, cutlery",
2715
+ "IconFormCapsule": "form-capsule, button",
2716
+ "IconFormCircle": "form-circle",
2717
+ "IconFormDiamond": "form-diamond, square-45-degrees",
2718
+ "IconFormHexagon": "form-hexagon",
2719
+ "IconFormOctagonRotate": "form-octagon-rotate",
2720
+ "IconFormOval": "form-oval",
2721
+ "IconFormPentagon": "form-pentagon",
2722
+ "IconFormRectangle": "form-rectangle",
2723
+ "IconFormSquare": "form-square",
2701
2724
  "IconFortuneTellerBall": "fortune-teller-ball, future",
2702
2725
  "IconForwards10s": "forwards-10s",
2703
2726
  "IconForYou": "for-you, for-me, event, address, post",
package/index.d.ts CHANGED
@@ -786,6 +786,15 @@ export { IconFork, default as IconForkDefault } from "./IconFork";
786
786
  export { IconForkCode, default as IconForkCodeDefault } from "./IconForkCode";
787
787
  export { IconForkKnife, default as IconForkKnifeDefault, } from "./IconForkKnife";
788
788
  export { IconForkSpoon, default as IconForkSpoonDefault, } from "./IconForkSpoon";
789
+ export { IconFormCapsule, default as IconFormCapsuleDefault, } from "./IconFormCapsule";
790
+ export { IconFormCircle, default as IconFormCircleDefault, } from "./IconFormCircle";
791
+ export { IconFormDiamond, default as IconFormDiamondDefault, } from "./IconFormDiamond";
792
+ export { IconFormHexagon, default as IconFormHexagonDefault, } from "./IconFormHexagon";
793
+ export { IconFormOctagonRotate, default as IconFormOctagonRotateDefault, } from "./IconFormOctagonRotate";
794
+ export { IconFormOval, default as IconFormOvalDefault } from "./IconFormOval";
795
+ export { IconFormPentagon, default as IconFormPentagonDefault, } from "./IconFormPentagon";
796
+ export { IconFormRectangle, default as IconFormRectangleDefault, } from "./IconFormRectangle";
797
+ export { IconFormSquare, default as IconFormSquareDefault, } from "./IconFormSquare";
789
798
  export { IconFortuneTellerBall, default as IconFortuneTellerBallDefault, } from "./IconFortuneTellerBall";
790
799
  export { IconForwards10s, default as IconForwards10sDefault, } from "./IconForwards10s";
791
800
  export { IconFramer, default as IconFramerDefault } from "./IconFramer";