UNPKG

@chakra-icons/ionicons

Version:
1,594 lines (1,534 loc) 1.22 MB
var __defProp = Object.defineProperty; var __getOwnPropSymbols = Object.getOwnPropertySymbols; var __hasOwnProp = Object.prototype.hasOwnProperty; var __propIsEnum = Object.prototype.propertyIsEnumerable; var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value; var __spreadValues = (a, b) => { for (var prop in b || (b = {})) if (__hasOwnProp.call(b, prop)) __defNormalProp(a, prop, b[prop]); if (__getOwnPropSymbols) for (var prop of __getOwnPropSymbols(b)) { if (__propIsEnum.call(b, prop)) __defNormalProp(a, prop, b[prop]); } return a; }; // ../../../react-import.js import React from "react"; // src/AccessibilityOutline.tsx import { Icon } from "@chakra-ui/react"; var AccessibilityOutline = (props) => /* @__PURE__ */ React.createElement(Icon, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("circle", { fill: "none", stroke: "#000", strokeLinejoin: "round", strokeWidth: 32, cx: 256, cy: 56, r: 40 }), /* @__PURE__ */ React.createElement("path", { fill: "none", stroke: "#000", strokeLinejoin: "round", strokeWidth: 32, d: "M204.23,274.44c2.9-18.06,4.2-35.52-.5-47.59-4-10.38-12.7-16.19-23.2-20.15L88,176.76c-12-4-23.21-10.7-24-23.94-1-17,14-28,29-24,0,0,88,31.14,163,31.14s162-31,162-31c18-5,30,9,30,23.79,0,14.21-11,19.21-24,23.94l-88,31.91c-8,3-21,9-26,18.18-6,10.75-5,29.53-2.1,47.59l5.9,29.63L351.21,467.9c2.8,13.15-6.3,25.44-19.4,27.74S308,489,304.12,476.28L266.56,360.35q-2.71-8.34-4.8-16.87L256,320l-5.3,21.65q-2.52,10.35-5.8,20.48L208,476.18c-4,12.85-14.5,21.75-27.6,19.46S158,480.05,160.94,467.9l37.39-163.83Z" })); // src/AccessibilitySharp.tsx import { Icon as Icon2 } from "@chakra-ui/react"; var AccessibilitySharp = (props) => /* @__PURE__ */ React.createElement(Icon2, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("path", { d: "M448,112c-66.82,17.92-119.55,32-192,32S130.82,129.92,64,112L48,163c48,20.53,96.71,35.16,147.2,53.2L144,496l56.4,16L246,336h20l45.6,176L368,496,316.8,216.2C367.26,199.93,416,183.53,464,164Z" }), /* @__PURE__ */ React.createElement("path", { d: "M256,112a56,56,0,1,1,56-56A56.06,56.06,0,0,1,256,112Z" })); // src/Accessibility.tsx import { Icon as Icon3 } from "@chakra-ui/react"; var Accessibility = (props) => /* @__PURE__ */ React.createElement(Icon3, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("path", { d: "M256,112a56,56,0,1,1,56-56A56.06,56.06,0,0,1,256,112Z" }), /* @__PURE__ */ React.createElement("path", { d: "M432,112.8l-.45.12h0l-.42.13c-1,.28-2,.58-3,.89-18.61,5.46-108.93,30.92-172.56,30.92-59.13,0-141.28-22-167.56-29.47a73.79,73.79,0,0,0-8-2.58c-19-5-32,14.3-32,31.94,0,17.47,15.7,25.79,31.55,31.76v.28l95.22,29.74c9.73,3.73,12.33,7.54,13.6,10.84,4.13,10.59.83,31.56-.34,38.88l-5.8,45L150.05,477.44q-.15.72-.27,1.47l-.23,1.27h0c-2.32,16.15,9.54,31.82,32,31.82,19.6,0,28.25-13.53,32-31.94h0s28-157.57,42-157.57,42.84,157.57,42.84,157.57h0c3.75,18.41,12.4,31.94,32,31.94,22.52,0,34.38-15.74,32-31.94-.21-1.38-.46-2.74-.76-4.06L329,301.27l-5.79-45c-4.19-26.21-.82-34.87.32-36.9a1.09,1.09,0,0,0,.08-.15c1.08-2,6-6.48,17.48-10.79l89.28-31.21a16.9,16.9,0,0,0,1.62-.52c16-6,32-14.3,32-31.93S451,107.81,432,112.8Z" })); // src/AddCircleOutline.tsx import { Icon as Icon4 } from "@chakra-ui/react"; var AddCircleOutline = (props) => /* @__PURE__ */ React.createElement(Icon4, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("path", { d: "M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z", style: { fill: "none", stroke: "#000", strokeMiterlimit: 10, strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("line", { x1: 256, y1: 176, x2: 256, y2: 336, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("line", { x1: 336, y1: 256, x2: 176, y2: 256, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } })); // src/AddCircleSharp.tsx import { createIcon } from "@chakra-ui/react"; var AddCircleSharp = createIcon({ displayName: "AddCircleSharp", viewBox: "0 0 512 512", d: "M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48Zm96,224H272v80H240V272H160V240h80V160h32v80h80Z" }); // src/AddCircle.tsx import { createIcon as createIcon2 } from "@chakra-ui/react"; var AddCircle = createIcon2({ displayName: "AddCircle", viewBox: "0 0 512 512", d: "M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48Zm80,224H272v64a16,16,0,0,1-32,0V272H176a16,16,0,0,1,0-32h64V176a16,16,0,0,1,32,0v64h64a16,16,0,0,1,0,32Z" }); // src/AddOutline.tsx import { Icon as Icon5 } from "@chakra-ui/react"; var AddOutline = (props) => /* @__PURE__ */ React.createElement(Icon5, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("line", { x1: 256, y1: 112, x2: 256, y2: 400, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("line", { x1: 400, y1: 256, x2: 112, y2: 256, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } })); // src/AddSharp.tsx import { Icon as Icon6 } from "@chakra-ui/react"; var AddSharp = (props) => /* @__PURE__ */ React.createElement(Icon6, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("line", { x1: 256, y1: 112, x2: 256, y2: 400, style: { fill: "none", stroke: "#000", strokeLinecap: "square", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("line", { x1: 400, y1: 256, x2: 112, y2: 256, style: { fill: "none", stroke: "#000", strokeLinecap: "square", strokeLinejoin: "round", strokeWidth: 32 } })); // src/Add.tsx import { Icon as Icon7 } from "@chakra-ui/react"; var Add = (props) => /* @__PURE__ */ React.createElement(Icon7, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("line", { x1: 256, y1: 112, x2: 256, y2: 400, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("line", { x1: 400, y1: 256, x2: 112, y2: 256, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } })); // src/AirplaneOutline.tsx import { createIcon as createIcon3 } from "@chakra-ui/react"; var AirplaneOutline = createIcon3({ displayName: "AirplaneOutline", viewBox: "0 0 512 512", d: "M407.72,224c-3.4,0-14.79.1-18,.3l-64.9,1.7a1.83,1.83,0,0,1-1.69-.9L193.55,67.56A9,9,0,0,0,186.89,64H160l73,161a2.35,2.35,0,0,1-2.26,3.35l-121.69,1.8a8.06,8.06,0,0,1-6.6-3.1l-37-45c-3-3.9-8.62-6-13.51-6H33.08c-1.29,0-1.1,1.21-.75,2.43L52.17,249.9a16.3,16.3,0,0,1,0,11.9L32.31,333c-.59,1.95-.52,3,1.77,3H52c8.14,0,9.25-1.06,13.41-6.3l37.7-45.7a8.19,8.19,0,0,1,6.6-3.1l120.68,2.7a2.7,2.7,0,0,1,2.43,3.74L160,448h26.64a9,9,0,0,0,6.65-3.55L323.14,287c.39-.6,2-.9,2.69-.9l63.9,1.7c3.3.2,14.59.3,18,.3C452,288.1,480,275.93,480,256S452.12,224,407.72,224Z" }); // src/AirplaneSharp.tsx import { createIcon as createIcon4 } from "@chakra-ui/react"; var AirplaneSharp = createIcon4({ displayName: "AirplaneSharp", viewBox: "0 0 512 512", d: "M407.72,208c-2.72,0-14.44.08-18.67.31l-57.77,1.52L198.06,48H135.25l74.59,164.61-97.31,1.44L68.25,160H16.14l20.61,94.18c.15.54.33,1.07.53,1.59a.26.26,0,0,1,0,.15,15.42,15.42,0,0,0-.53,1.58L15.86,352H67.64l45.45-55,96.77,2.17L135.24,464h63l133-161.75,57.77,1.54c4.29.23,16,.31,18.66.31,24.35,0,44.27-3.34,59.21-9.94C492.22,283,496,265.46,496,256,496,225.94,463,208,407.72,208Zm-71.29,87.9v0Z" }); // src/Airplane.tsx import { createIcon as createIcon5 } from "@chakra-ui/react"; var Airplane = createIcon5({ displayName: "Airplane", viewBox: "0 0 512 512", d: "M186.62,464H160a16,16,0,0,1-14.57-22.6l64.46-142.25L113.1,297,77.8,339.77C71.07,348.23,65.7,352,52,352H34.08a17.66,17.66,0,0,1-14.7-7.06c-2.38-3.21-4.72-8.65-2.44-16.41l19.82-71c.15-.53.33-1.06.53-1.58a.38.38,0,0,0,0-.15,14.82,14.82,0,0,1-.53-1.59L16.92,182.76c-2.15-7.61.2-12.93,2.56-16.06a16.83,16.83,0,0,1,13.6-6.7H52c10.23,0,20.16,4.59,26,12l34.57,42.05,97.32-1.44-64.44-142A16,16,0,0,1,160,48h26.91a25,25,0,0,1,19.35,9.8l125.05,152,57.77-1.52c4.23-.23,15.95-.31,18.66-.31C463,208,496,225.94,496,256c0,9.46-3.78,27-29.07,38.16-14.93,6.6-34.85,9.94-59.21,9.94-2.68,0-14.37-.08-18.66-.31l-57.76-1.54-125.36,152A25,25,0,0,1,186.62,464Z" }); // src/AlarmOutline.tsx import { Icon as Icon8 } from "@chakra-ui/react"; var AlarmOutline = (props) => /* @__PURE__ */ React.createElement(Icon8, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("path", { d: "M416.07,272a160,160,0,1,0-160,160A160,160,0,0,0,416.07,272Z", style: { fill: "none", stroke: "#000", strokeMiterlimit: 10, strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("path", { d: "M142.12,91.21A46.67,46.67,0,0,0,112,80l-2.79.08C83.66,81.62,64,104,64.07,131c0,13.21,4.66,19.37,10.88,27.23A4.55,4.55,0,0,0,78.19,160h.88a3.23,3.23,0,0,0,2.54-1.31L142.38,99a5.38,5.38,0,0,0,1.55-4A5.26,5.26,0,0,0,142.12,91.21Z", style: { fill: "none", stroke: "#000", strokeMiterlimit: 10, strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("path", { d: "M369.88,91.21A46.67,46.67,0,0,1,400,80l2.79.08C428.34,81.62,448,104,447.93,131c0,13.21-4.66,19.37-10.88,27.23a4.55,4.55,0,0,1-3.24,1.76h-.88a3.23,3.23,0,0,1-2.54-1.31L369.62,99a5.38,5.38,0,0,1-1.55-4A5.26,5.26,0,0,1,369.88,91.21Z", style: { fill: "none", stroke: "#000", strokeMiterlimit: 10, strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("polyline", { points: "256.07 160 256.07 272 176.07 272", style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("line", { x1: 416.07, y1: 432, x2: 376.07, y2: 392, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("line", { x1: 96.07, y1: 432, x2: 136.07, y2: 392, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } })); // src/AlarmSharp.tsx import { Icon as Icon9 } from "@chakra-ui/react"; var AlarmSharp = (props) => /* @__PURE__ */ React.createElement(Icon9, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("path", { d: "M403.79,64.11l-3.27-.1H400c-14.73,0-28.55,5.91-40.52,15S344,96,344,96l88,86s11.25-5.71,17.61-13.85,14.28-18.08,14.32-37.11C464,95.55,437.6,66.15,403.79,64.11Z" }), /* @__PURE__ */ React.createElement("path", { d: "M108.21,64.11l3.27-.1H112c14.73,0,28.55,5.91,40.52,15S168,96,168,96L80,182s-11.25-5.71-17.61-13.85S48.11,150.07,48.07,131C48,95.55,74.4,66.15,108.21,64.11Z" }), /* @__PURE__ */ React.createElement("path", { d: "M391.3,384.6a.06.06,0,0,1,0-.08C425,344,441,288.24,427,229.23c-13.64-57.52-72.67-115.69-130.34-128.66C182,74.79,80.07,161.71,80.07,272a175.15,175.15,0,0,0,40.78,112.52.06.06,0,0,1,0,.08L73,432a.06.06,0,0,0,0,.08L96,454.59a.06.06,0,0,0,.08,0l47.43-47.37a.06.06,0,0,1,.08,0,175.64,175.64,0,0,0,225.05,0,0,0,0,0,1,.07,0L416,454.59a.06.06,0,0,0,.08,0L440,432ZM272.07,288h-112A0,0,0,0,1,160,288v-31.9a0,0,0,0,1,.05-.05h80a0,0,0,0,0,0-.05V144h32Z" })); // src/Alarm.tsx import { Icon as Icon10 } from "@chakra-ui/react"; var Alarm = (props) => /* @__PURE__ */ React.createElement(Icon10, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("path", { d: "M153.59,110.46A21.41,21.41,0,0,0,152.48,79h0A62.67,62.67,0,0,0,112,64l-3.27.09-.48,0C74.4,66.15,48,95.55,48.07,131c0,19,8,29.06,14.32,37.11a20.61,20.61,0,0,0,14.7,7.8c.26,0,.7.05,2,.05a19.06,19.06,0,0,0,13.75-5.89Z" }), /* @__PURE__ */ React.createElement("path", { d: "M403.79,64.11l-3.27-.1H400a62.67,62.67,0,0,0-40.52,15,21.41,21.41,0,0,0-1.11,31.44l60.77,59.65A19.06,19.06,0,0,0,432.93,176c1.28,0,1.72,0,2-.05a20.61,20.61,0,0,0,14.69-7.8c6.36-8.05,14.28-18.08,14.32-37.11C464,95.55,437.6,66.15,403.79,64.11Z" }), /* @__PURE__ */ React.createElement("path", { d: "M256.07,96c-97,0-176,78.95-176,176a175.23,175.23,0,0,0,40.81,112.56L84.76,420.69a16,16,0,1,0,22.63,22.62l36.12-36.12a175.63,175.63,0,0,0,225.12,0l36.13,36.12a16,16,0,1,0,22.63-22.62l-36.13-36.13A175.17,175.17,0,0,0,432.07,272C432.07,175,353.12,96,256.07,96Zm16,176a16,16,0,0,1-16,16h-80a16,16,0,0,1,0-32h64V160a16,16,0,0,1,32,0Z" })); // src/AlbumsOutline.tsx import { Icon as Icon11 } from "@chakra-ui/react"; var AlbumsOutline = (props) => /* @__PURE__ */ React.createElement(Icon11, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("rect", { x: 64, y: 176, width: 384, height: 256, rx: 28.87, ry: 28.87, style: { fill: "none", stroke: "#000", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("line", { x1: 144, y1: 80, x2: 368, y2: 80, style: { stroke: "#000", strokeLinecap: "round", strokeMiterlimit: 10, strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("line", { x1: 112, y1: 128, x2: 400, y2: 128, style: { stroke: "#000", strokeLinecap: "round", strokeMiterlimit: 10, strokeWidth: 32 } })); // src/AlbumsSharp.tsx import { Icon as Icon12 } from "@chakra-ui/react"; var AlbumsSharp = (props) => /* @__PURE__ */ React.createElement(Icon12, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("rect", { x: 128, y: 64, width: 256, height: 32 }), /* @__PURE__ */ React.createElement("rect", { x: 96, y: 112, width: 320, height: 32 }), /* @__PURE__ */ React.createElement("path", { d: "M464,448H48V160H464Z" })); // src/Albums.tsx import { Icon as Icon13 } from "@chakra-ui/react"; var Albums = (props) => /* @__PURE__ */ React.createElement(Icon13, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("path", { d: "M368,96H144a16,16,0,0,1,0-32H368a16,16,0,0,1,0,32Z" }), /* @__PURE__ */ React.createElement("path", { d: "M400,144H112a16,16,0,0,1,0-32H400a16,16,0,0,1,0,32Z" }), /* @__PURE__ */ React.createElement("path", { d: "M419.13,448H92.87A44.92,44.92,0,0,1,48,403.13V204.87A44.92,44.92,0,0,1,92.87,160H419.13A44.92,44.92,0,0,1,464,204.87V403.13A44.92,44.92,0,0,1,419.13,448Z" })); // src/AlertCircleOutline.tsx import { Icon as Icon14 } from "@chakra-ui/react"; var AlertCircleOutline = (props) => /* @__PURE__ */ React.createElement(Icon14, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("path", { d: "M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z", style: { fill: "none", stroke: "#000", strokeMiterlimit: 10, strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("path", { d: "M250.26,166.05,256,288l5.73-121.95a5.74,5.74,0,0,0-5.79-6h0A5.74,5.74,0,0,0,250.26,166.05Z", style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("path", { d: "M256,367.91a20,20,0,1,1,20-20A20,20,0,0,1,256,367.91Z" })); // src/AlertCircleSharp.tsx import { Icon as Icon15 } from "@chakra-ui/react"; var AlertCircleSharp = (props) => /* @__PURE__ */ React.createElement(Icon15, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("polygon", { points: "240 304 272 304 278 144 234 144 240 304", style: { fill: "none" } }), /* @__PURE__ */ React.createElement("path", { d: "M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48Zm20,319.91H236v-40h40ZM272,304H240l-6-160h44Z" })); // src/AlertCircle.tsx import { createIcon as createIcon6 } from "@chakra-ui/react"; var AlertCircle = createIcon6({ displayName: "AlertCircle", viewBox: "0 0 512 512", d: "M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48Zm0,319.91a20,20,0,1,1,20-20A20,20,0,0,1,256,367.91Zm21.72-201.15-5.74,122a16,16,0,0,1-32,0l-5.74-121.94v-.05a21.74,21.74,0,1,1,43.44,0Z" }); // src/AlertOutline.tsx import { Icon as Icon16 } from "@chakra-ui/react"; var AlertOutline = (props) => /* @__PURE__ */ React.createElement(Icon16, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("path", { d: "M256,80c-8.66,0-16.58,7.36-16,16l8,216a8,8,0,0,0,8,8h0a8,8,0,0,0,8-8l8-216C272.58,87.36,264.66,80,256,80Z", style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("circle", { cx: 256, cy: 416, r: 16, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } })); // src/AlertSharp.tsx import { Icon as Icon17 } from "@chakra-ui/react"; var AlertSharp = (props) => /* @__PURE__ */ React.createElement(Icon17, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("polygon", { points: "240 80 248 320 264 320 272 80 240 80", style: { fill: "none", stroke: "#000", strokeLinecap: "square", strokeMiterlimit: 10, strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("rect", { x: 240, y: 400, width: 32, height: 32, style: { fill: "none", stroke: "#000", strokeLinecap: "square", strokeMiterlimit: 10, strokeWidth: 32 } })); // src/Alert.tsx import { Icon as Icon18 } from "@chakra-ui/react"; var Alert = (props) => /* @__PURE__ */ React.createElement(Icon18, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("path", { d: "M256,80c-8.66,0-16.58,7.36-16,16l8,216a8,8,0,0,0,8,8h0a8,8,0,0,0,8-8l8-216C272.58,87.36,264.66,80,256,80Z", style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("circle", { cx: 256, cy: 416, r: 16, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } })); // src/AmericanFootballOutline.tsx import { Icon as Icon19 } from "@chakra-ui/react"; var AmericanFootballOutline = (props) => /* @__PURE__ */ React.createElement(Icon19, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("ellipse", { cx: 256, cy: 256, rx: 267.57, ry: 173.44, transform: "translate(-106.04 256) rotate(-45)", style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("line", { x1: 334.04, y1: 177.96, x2: 177.96, y2: 334.04, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("line", { x1: 278.3, y1: 278.3, x2: 233.7, y2: 233.7, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("line", { x1: 322.89, y1: 233.7, x2: 278.3, y2: 189.11, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("line", { x1: 456.68, y1: 211.4, x2: 300.6, y2: 55.32, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("line", { x1: 211.4, y1: 456.68, x2: 55.32, y2: 300.6, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("line", { x1: 233.7, y1: 322.89, x2: 189.11, y2: 278.3, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } })); // src/AmericanFootballSharp.tsx import { Icon as Icon20 } from "@chakra-ui/react"; var AmericanFootballSharp = (props) => /* @__PURE__ */ React.createElement(Icon20, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("path", { d: "M120.9,120.51c-44.75,44.56-67.29,101.05-78.64,145.9L244.57,467.85c45.05-11.3,101.78-33.74,146.53-78.3s67.29-101.05,78.64-145.91L267.43,42.21C222.38,53.51,165.65,76,120.9,120.51Zm259,257.83h0Zm-45-224.2,22.52,22.42-33.78,33.63,22.52,22.42L323.55,255,301,232.61,278.52,255,301,277.45l-22.51,22.42L256,277.45l-22.52,22.42L256,322.29l-22.52,22.42L211,322.29l-33.78,33.63L154.67,333.5l33.78-33.63-22.52-22.42L188.45,255,211,277.45,233.48,255,211,232.61l22.51-22.42L256,232.61l22.52-22.42L256,187.77l22.52-22.42L301,187.77Z" }), /* @__PURE__ */ React.createElement("path", { d: "M478.48,198.41C485.85,143.65,464,48.05,464,48.05S367.86,26.17,312.86,33.51c-2.54.33-5.21.72-8,1.14L477.33,206.36C477.76,203.6,478.14,200.94,478.48,198.41Z" }), /* @__PURE__ */ React.createElement("path", { d: "M33.52,311.65C26.15,366.41,48.05,464,48.05,464s60,16,99.86,16a391.92,391.92,0,0,0,51.23-3.45c2.54-.33,5.21-.72,8-1.15L34.67,303.7C34.24,306.46,33.86,309.12,33.52,311.65Z" })); // src/AmericanFootball.tsx import { Icon as Icon21 } from "@chakra-ui/react"; var AmericanFootball = (props) => /* @__PURE__ */ React.createElement(Icon21, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("path", { d: "M122.06,122.06c-44.37,44.37-66.71,100.61-78,145.28L244.66,467.9c44.67-11.25,100.91-33.59,145.28-78s66.71-100.61,78-145.28L267.34,44.1C222.67,55.35,166.43,77.69,122.06,122.06ZM378.79,378.78h0ZM300.65,189,323,166.71A15.78,15.78,0,0,1,345.29,189L323,211.35l11.16,11.17a15.78,15.78,0,0,1-22.32,22.32l-11.16-11.16L278.32,256l11.16,11.16a15.78,15.78,0,1,1-22.32,22.32L256,278.32l-22.32,22.33,11.16,11.16a15.78,15.78,0,1,1-22.32,22.32L211.35,323,189,345.29A15.78,15.78,0,0,1,166.71,323L189,300.65l-11.16-11.17a15.78,15.78,0,0,1,22.32-22.32l11.16,11.16L233.68,256l-11.16-11.16a15.78,15.78,0,1,1,22.32-22.32L256,233.68l22.32-22.33-11.16-11.16a15.78,15.78,0,0,1,22.32-22.32Z" }), /* @__PURE__ */ React.createElement("path", { d: "M476.57,199.63c7.31-54.53,4-120.26-20-144.21s-89.68-27.3-144.21-20c-2.51.34-5.16.72-7.91,1.15l171,171C475.85,204.79,476.23,202.14,476.57,199.63Z" }), /* @__PURE__ */ React.createElement("path", { d: "M35.43,312.37c-7.31,54.53-4,120.26,20,144.21C72.17,473.33,109.34,480,148.84,480a387,387,0,0,0,50.79-3.43c2.51-.34,5.16-.72,7.91-1.15l-171-171C36.15,307.21,35.77,309.86,35.43,312.37Z" })); // src/AnalyticsOutline.tsx import { Icon as Icon22 } from "@chakra-ui/react"; var AnalyticsOutline = (props) => /* @__PURE__ */ React.createElement(Icon22, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("line", { x1: 344, y1: 280, x2: 432, y2: 192, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("line", { x1: 232, y1: 216, x2: 296, y2: 280, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("line", { x1: 80, y1: 320, x2: 184, y2: 216, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("circle", { cx: 456, cy: 168, r: 24, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("circle", { cx: 320, cy: 304, r: 24, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("circle", { cx: 208, cy: 192, r: 24, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("circle", { cx: 56, cy: 344, r: 24, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } })); // src/AnalyticsSharp.tsx import { createIcon as createIcon7 } from "@chakra-ui/react"; var AnalyticsSharp = createIcon7({ displayName: "AnalyticsSharp", viewBox: "0 0 512 512", d: "M450,128a46,46,0,0,0-44.11,59l-71.37,71.36a45.88,45.88,0,0,0-29,0l-52.91-52.91a46,46,0,1,0-89.12,0L75,293.88A46.08,46.08,0,1,0,106.11,325l87.37-87.36a45.85,45.85,0,0,0,29,0l52.92,52.92a46,46,0,1,0,89.12,0L437,218.12A46,46,0,1,0,450,128Z" }); // src/Analytics.tsx import { createIcon as createIcon8 } from "@chakra-ui/react"; var Analytics = createIcon8({ displayName: "Analytics", viewBox: "0 0 512 512", d: "M456,128a40,40,0,0,0-37.23,54.6L334.6,266.77a39.86,39.86,0,0,0-29.2,0L245.23,206.6a40,40,0,1,0-74.46,0L70.6,306.77A40,40,0,1,0,93.23,329.4L193.4,229.23a39.86,39.86,0,0,0,29.2,0l60.17,60.17a40,40,0,1,0,74.46,0l84.17-84.17A40,40,0,1,0,456,128Z" }); // src/ApertureOutline.tsx import { Icon as Icon23 } from "@chakra-ui/react"; var ApertureOutline = (props) => /* @__PURE__ */ React.createElement(Icon23, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("path", { d: "M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z", style: { fill: "none", stroke: "#000", strokeMiterlimit: 10, strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("line", { x1: 360, y1: 94.59, x2: 360, y2: 296, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("line", { x1: 443.13, y1: 212.87, x2: 296, y2: 360, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("line", { x1: 417.41, y1: 360, x2: 216, y2: 360, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("line", { x1: 299.13, y1: 443.13, x2: 155.13, y2: 299.13, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("line", { x1: 152, y1: 416, x2: 152, y2: 216, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("line", { x1: 68.87, y1: 299.13, x2: 212.87, y2: 155.13, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("line", { x1: 94.59, y1: 152, x2: 288, y2: 152, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("line", { x1: 212.87, y1: 68.87, x2: 360, y2: 216, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } })); // src/ApertureSharp.tsx import { Icon as Icon24 } from "@chakra-ui/react"; var ApertureSharp = (props) => /* @__PURE__ */ React.createElement(Icon24, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("polygon", { points: "216 48 345.49 176.18 345.49 48 216 48" }), /* @__PURE__ */ React.createElement("polygon", { points: "181.47 58.38 80 134 256 134 181.47 58.38" }), /* @__PURE__ */ React.createElement("polygon", { points: "336 344 464 344 464 216 336 344" }), /* @__PURE__ */ React.createElement("polygon", { points: "454 182 378 80 378 256 454 182" }), /* @__PURE__ */ React.createElement("polygon", { points: "48 166 48 294 176 166 48 166" }), /* @__PURE__ */ React.createElement("polygon", { points: "330 454 432 378 256 378 330 454" }), /* @__PURE__ */ React.createElement("polygon", { points: "58 330 134 432 134 256 58 330" }), /* @__PURE__ */ React.createElement("path", { d: "M345.49,222.12l-55.55-55.46H222.06l-55.55,55.46v67.76l55.62,55.52c.44,0,.88-.06,1.33-.06h66.48l55.55-55.46Z" }), /* @__PURE__ */ React.createElement("polygon", { points: "165.98 336.09 166 464 294 464 165.98 336.09" })); // src/Aperture.tsx import { Icon as Icon25 } from "@chakra-ui/react"; var Aperture = (props) => /* @__PURE__ */ React.createElement(Icon25, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("path", { d: "M250.54,129.17l-67.8-67.8A209.65,209.65,0,0,0,86.32,136h161.4A4,4,0,0,0,250.54,129.17Z" }), /* @__PURE__ */ React.createElement("path", { d: "M167.72,168H67.63A207.34,207.34,0,0,0,51.48,293.9L170.54,174.83A4,4,0,0,0,167.72,168Z" }), /* @__PURE__ */ React.createElement("path", { d: "M344,167.72V67.56A207.82,207.82,0,0,0,218.11,51.48L337.17,170.54A4,4,0,0,0,344,167.72Z" }), /* @__PURE__ */ React.createElement("path", { d: "M460.52,218.1,341.46,337.17a4,4,0,0,0,2.82,6.83H444.37a207.34,207.34,0,0,0,16.15-125.9Z" }), /* @__PURE__ */ React.createElement("path", { d: "M382.83,250.54l67.83-67.82A209.08,209.08,0,0,0,376,86.2V247.72A4,4,0,0,0,382.83,250.54Z" }), /* @__PURE__ */ React.createElement("path", { d: "M221.68,341.77a8,8,0,0,0,5.54,2.23h59.66a8,8,0,0,0,5.7-2.39l49.18-50a8,8,0,0,0,2.3-5.62L344,225.18a8,8,0,0,0-2.38-5.69l-50-49.25a8,8,0,0,0-5.63-2.3l-60.84.06a8,8,0,0,0-5.69,2.38l-49.25,50a8,8,0,0,0-2.3,5.63l.06,60.78a8,8,0,0,0,2.45,5.76Z" }), /* @__PURE__ */ React.createElement("path", { d: "M261.46,382.83l67.8,67.8A209.65,209.65,0,0,0,425.68,376H264.28A4,4,0,0,0,261.46,382.83Z" }), /* @__PURE__ */ React.createElement("path", { d: "M168,344.28V444.44a207.82,207.82,0,0,0,125.89,16.08L174.83,341.46A4,4,0,0,0,168,344.28Z" }), /* @__PURE__ */ React.createElement("path", { d: "M129.17,261.46,61.34,329.29A209.1,209.1,0,0,0,136,425.8V264.28A4,4,0,0,0,129.17,261.46Z" })); // src/AppsOutline.tsx import { Icon as Icon26 } from "@chakra-ui/react"; var AppsOutline = (props) => /* @__PURE__ */ React.createElement(Icon26, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("rect", { x: 64, y: 64, width: 80, height: 80, rx: 40, ry: 40, style: { fill: "none", stroke: "#000", strokeMiterlimit: 10, strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("rect", { x: 216, y: 64, width: 80, height: 80, rx: 40, ry: 40, style: { fill: "none", stroke: "#000", strokeMiterlimit: 10, strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("rect", { x: 368, y: 64, width: 80, height: 80, rx: 40, ry: 40, style: { fill: "none", stroke: "#000", strokeMiterlimit: 10, strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("rect", { x: 64, y: 216, width: 80, height: 80, rx: 40, ry: 40, style: { fill: "none", stroke: "#000", strokeMiterlimit: 10, strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("rect", { x: 216, y: 216, width: 80, height: 80, rx: 40, ry: 40, style: { fill: "none", stroke: "#000", strokeMiterlimit: 10, strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("rect", { x: 368, y: 216, width: 80, height: 80, rx: 40, ry: 40, style: { fill: "none", stroke: "#000", strokeMiterlimit: 10, strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("rect", { x: 64, y: 368, width: 80, height: 80, rx: 40, ry: 40, style: { fill: "none", stroke: "#000", strokeMiterlimit: 10, strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("rect", { x: 216, y: 368, width: 80, height: 80, rx: 40, ry: 40, style: { fill: "none", stroke: "#000", strokeMiterlimit: 10, strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("rect", { x: 368, y: 368, width: 80, height: 80, rx: 40, ry: 40, style: { fill: "none", stroke: "#000", strokeMiterlimit: 10, strokeWidth: 32 } })); // src/AppsSharp.tsx import { Icon as Icon27 } from "@chakra-ui/react"; var AppsSharp = (props) => /* @__PURE__ */ React.createElement(Icon27, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("rect", { x: 48, y: 48, width: 112, height: 112, rx: 8, ry: 8 }), /* @__PURE__ */ React.createElement("rect", { x: 200, y: 48, width: 112, height: 112, rx: 8, ry: 8 }), /* @__PURE__ */ React.createElement("rect", { x: 352, y: 48, width: 112, height: 112, rx: 8, ry: 8 }), /* @__PURE__ */ React.createElement("rect", { x: 48, y: 200, width: 112, height: 112, rx: 8, ry: 8 }), /* @__PURE__ */ React.createElement("rect", { x: 200, y: 200, width: 112, height: 112, rx: 8, ry: 8 }), /* @__PURE__ */ React.createElement("rect", { x: 352, y: 200, width: 112, height: 112, rx: 8, ry: 8 }), /* @__PURE__ */ React.createElement("rect", { x: 48, y: 352, width: 112, height: 112, rx: 8, ry: 8 }), /* @__PURE__ */ React.createElement("rect", { x: 200, y: 352, width: 112, height: 112, rx: 8, ry: 8 }), /* @__PURE__ */ React.createElement("rect", { x: 352, y: 352, width: 112, height: 112, rx: 8, ry: 8 })); // src/Apps.tsx import { Icon as Icon28 } from "@chakra-ui/react"; var Apps = (props) => /* @__PURE__ */ React.createElement(Icon28, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("path", { d: "M104,160a56,56,0,1,1,56-56A56.06,56.06,0,0,1,104,160Z" }), /* @__PURE__ */ React.createElement("path", { d: "M256,160a56,56,0,1,1,56-56A56.06,56.06,0,0,1,256,160Z" }), /* @__PURE__ */ React.createElement("path", { d: "M408,160a56,56,0,1,1,56-56A56.06,56.06,0,0,1,408,160Z" }), /* @__PURE__ */ React.createElement("path", { d: "M104,312a56,56,0,1,1,56-56A56.06,56.06,0,0,1,104,312Z" }), /* @__PURE__ */ React.createElement("path", { d: "M256,312a56,56,0,1,1,56-56A56.06,56.06,0,0,1,256,312Z" }), /* @__PURE__ */ React.createElement("path", { d: "M408,312a56,56,0,1,1,56-56A56.06,56.06,0,0,1,408,312Z" }), /* @__PURE__ */ React.createElement("path", { d: "M104,464a56,56,0,1,1,56-56A56.06,56.06,0,0,1,104,464Z" }), /* @__PURE__ */ React.createElement("path", { d: "M256,464a56,56,0,1,1,56-56A56.06,56.06,0,0,1,256,464Z" }), /* @__PURE__ */ React.createElement("path", { d: "M408,464a56,56,0,1,1,56-56A56.06,56.06,0,0,1,408,464Z" })); // src/ArchiveOutline.tsx import { Icon as Icon29 } from "@chakra-ui/react"; var ArchiveOutline = (props) => /* @__PURE__ */ React.createElement(Icon29, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("path", { d: "M80,152V408a40.12,40.12,0,0,0,40,40H392a40.12,40.12,0,0,0,40-40V152", style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("rect", { x: 48, y: 64, width: 416, height: 80, rx: 28, ry: 28, style: { fill: "none", stroke: "#000", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("polyline", { points: "320 304 256 368 192 304", style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("line", { x1: 256, y1: 345.89, x2: 256, y2: 224, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } })); // src/ArchiveSharp.tsx import { Icon as Icon30 } from "@chakra-ui/react"; var ArchiveSharp = (props) => /* @__PURE__ */ React.createElement(Icon30, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("rect", { x: 32, y: 48, width: 448, height: 80, rx: 12, ry: 12 }), /* @__PURE__ */ React.createElement("path", { d: "M64,160V440a24,24,0,0,0,24,24H424a24,24,0,0,0,24-24V160ZM256,390.63,169.32,304,192,281.32,240,329.37V208h32V329.37l48.07-48.07,22.61,22.64Z" })); // src/Archive.tsx import { Icon as Icon31 } from "@chakra-ui/react"; var Archive = (props) => /* @__PURE__ */ React.createElement(Icon31, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("path", { d: "M64,164V408a56,56,0,0,0,56,56H392a56,56,0,0,0,56-56V164a4,4,0,0,0-4-4H68A4,4,0,0,0,64,164ZM331,315.63l-63.69,63.68a16,16,0,0,1-22.62,0L181,315.63c-6.09-6.09-6.65-16-.85-22.38a16,16,0,0,1,23.16-.56L240,329.37V224.45c0-8.61,6.62-16,15.23-16.43A16,16,0,0,1,272,224V329.37l36.69-36.68a16,16,0,0,1,23.16.56C337.65,299.62,337.09,309.54,331,315.63Z" }), /* @__PURE__ */ React.createElement("rect", { x: 32, y: 48, width: 448, height: 80, rx: 32, ry: 32 })); // src/ArrowBackCircleOutline.tsx import { Icon as Icon32 } from "@chakra-ui/react"; var ArrowBackCircleOutline = (props) => /* @__PURE__ */ React.createElement(Icon32, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("polyline", { points: "249.38 336 170 256 249.38 176", style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("line", { x1: 181.03, y1: 256, x2: 342, y2: 256, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("path", { d: "M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z", style: { fill: "none", stroke: "#000", strokeMiterlimit: 10, strokeWidth: 32 } })); // src/ArrowBackCircleSharp.tsx import { createIcon as createIcon9 } from "@chakra-ui/react"; var ArrowBackCircleSharp = createIcon9({ displayName: "ArrowBackCircleSharp", viewBox: "0 0 512 512", d: "M48,256c0,114.87,93.13,208,208,208s208-93.13,208-208S370.87,48,256,48,48,141.13,48,256Zm224-80.09L208.42,240H358v32H208.42L272,336.09,249.3,358.63,147.46,256,249.3,153.37Z" }); // src/ArrowBackCircle.tsx import { createIcon as createIcon10 } from "@chakra-ui/react"; var ArrowBackCircle = createIcon10({ displayName: "ArrowBackCircle", viewBox: "0 0 512 512", d: "M48,256c0,114.87,93.13,208,208,208s208-93.13,208-208S370.87,48,256,48,48,141.13,48,256Zm212.65-91.36a16,16,0,0,1,.09,22.63L208.42,240H342a16,16,0,0,1,0,32H208.42l52.32,52.73A16,16,0,1,1,238,347.27l-79.39-80a16,16,0,0,1,0-22.54l79.39-80A16,16,0,0,1,260.65,164.64Z" }); // src/ArrowBackOutline.tsx import { Icon as Icon33 } from "@chakra-ui/react"; var ArrowBackOutline = (props) => /* @__PURE__ */ React.createElement(Icon33, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("polyline", { points: "244 400 100 256 244 112", style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 48 } }), /* @__PURE__ */ React.createElement("line", { x1: 120, y1: 256, x2: 412, y2: 256, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 48 } })); // src/ArrowBackSharp.tsx import { Icon as Icon34 } from "@chakra-ui/react"; var ArrowBackSharp = (props) => /* @__PURE__ */ React.createElement(Icon34, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("polyline", { points: "244 400 100 256 244 112", style: { fill: "none", stroke: "#000", strokeLinecap: "square", strokeMiterlimit: 10, strokeWidth: 48 } }), /* @__PURE__ */ React.createElement("line", { x1: 120, y1: 256, x2: 412, y2: 256, style: { fill: "none", stroke: "#000", strokeLinecap: "square", strokeMiterlimit: 10, strokeWidth: 48 } })); // src/ArrowBack.tsx import { Icon as Icon35 } from "@chakra-ui/react"; var ArrowBack = (props) => /* @__PURE__ */ React.createElement(Icon35, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("polyline", { points: "244 400 100 256 244 112", style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 48 } }), /* @__PURE__ */ React.createElement("line", { x1: 120, y1: 256, x2: 412, y2: 256, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 48 } })); // src/ArrowDownCircleOutline.tsx import { Icon as Icon36 } from "@chakra-ui/react"; var ArrowDownCircleOutline = (props) => /* @__PURE__ */ React.createElement(Icon36, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("polyline", { points: "176 262.62 256 342 336 262.62", style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("line", { x1: 256, y1: 330.97, x2: 256, y2: 170, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("path", { d: "M256,64C150,64,64,150,64,256s86,192,192,192,192-86,192-192S362,64,256,64Z", style: { fill: "none", stroke: "#000", strokeMiterlimit: 10, strokeWidth: 32 } })); // src/ArrowDownCircleSharp.tsx import { createIcon as createIcon11 } from "@chakra-ui/react"; var ArrowDownCircleSharp = createIcon11({ displayName: "ArrowDownCircleSharp", viewBox: "0 0 512 512", d: "M256,464c114.87,0,208-93.13,208-208S370.87,48,256,48,48,141.13,48,256,141.13,464,256,464ZM175.91,240,240,303.58V154h32V303.58L336.09,240l22.54,22.71L256,364.54,153.37,262.7Z" }); // src/ArrowDownCircle.tsx import { createIcon as createIcon12 } from "@chakra-ui/react"; var ArrowDownCircle = createIcon12({ displayName: "ArrowDownCircle", viewBox: "0 0 512 512", d: "M256,464c114.87,0,208-93.13,208-208S370.87,48,256,48,48,141.13,48,256,141.13,464,256,464ZM164.64,251.35a16,16,0,0,1,22.63-.09L240,303.58V170a16,16,0,0,1,32,0V303.58l52.73-52.32A16,16,0,1,1,347.27,274l-80,79.39a16,16,0,0,1-22.54,0l-80-79.39A16,16,0,0,1,164.64,251.35Z" }); // src/ArrowDownOutline.tsx import { Icon as Icon37 } from "@chakra-ui/react"; var ArrowDownOutline = (props) => /* @__PURE__ */ React.createElement(Icon37, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("polyline", { points: "112 268 256 412 400 268", style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 48 } }), /* @__PURE__ */ React.createElement("line", { x1: 256, y1: 392, x2: 256, y2: 100, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 48 } })); // src/ArrowDownSharp.tsx import { Icon as Icon38 } from "@chakra-ui/react"; var ArrowDownSharp = (props) => /* @__PURE__ */ React.createElement(Icon38, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("polyline", { points: "112 268 256 412 400 268", style: { fill: "none", stroke: "#000", strokeLinecap: "square", strokeMiterlimit: 10, strokeWidth: 48 } }), /* @__PURE__ */ React.createElement("line", { x1: 256, y1: 392, x2: 256, y2: 100, style: { fill: "none", stroke: "#000", strokeLinecap: "square", strokeMiterlimit: 10, strokeWidth: 48 } })); // src/ArrowDown.tsx import { Icon as Icon39 } from "@chakra-ui/react"; var ArrowDown = (props) => /* @__PURE__ */ React.createElement(Icon39, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("polyline", { points: "112 268 256 412 400 268", style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 48 } }), /* @__PURE__ */ React.createElement("line", { x1: 256, y1: 392, x2: 256, y2: 100, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 48 } })); // src/ArrowForwardCircleOutline.tsx import { Icon as Icon40 } from "@chakra-ui/react"; var ArrowForwardCircleOutline = (props) => /* @__PURE__ */ React.createElement(Icon40, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("polyline", { points: "262.62 336 342 256 262.62 176", style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("line", { x1: 330.97, y1: 256, x2: 170, y2: 256, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 32 } }), /* @__PURE__ */ React.createElement("path", { d: "M256,448c106,0,192-86,192-192S362,64,256,64,64,150,64,256,150,448,256,448Z", style: { fill: "none", stroke: "#000", strokeMiterlimit: 10, strokeWidth: 32 } })); // src/ArrowForwardCircleSharp.tsx import { createIcon as createIcon13 } from "@chakra-ui/react"; var ArrowForwardCircleSharp = createIcon13({ displayName: "ArrowForwardCircleSharp", viewBox: "0 0 512 512", d: "M464,256c0-114.87-93.13-208-208-208S48,141.13,48,256s93.13,208,208,208S464,370.87,464,256ZM240,336.09,303.58,272H154V240H303.58L240,175.91l22.71-22.54L364.54,256,262.7,358.63Z" }); // src/ArrowForwardCircle.tsx import { createIcon as createIcon14 } from "@chakra-ui/react"; var ArrowForwardCircle = createIcon14({ displayName: "ArrowForwardCircle", viewBox: "0 0 512 512", d: "M464,256c0-114.87-93.13-208-208-208S48,141.13,48,256s93.13,208,208,208S464,370.87,464,256ZM251.35,347.36a16,16,0,0,1-.09-22.63L303.58,272H170a16,16,0,0,1,0-32H303.58l-52.32-52.73A16,16,0,1,1,274,164.73l79.39,80a16,16,0,0,1,0,22.54l-79.39,80A16,16,0,0,1,251.35,347.36Z" }); // src/ArrowForwardOutline.tsx import { Icon as Icon41 } from "@chakra-ui/react"; var ArrowForwardOutline = (props) => /* @__PURE__ */ React.createElement(Icon41, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("polyline", { points: "268 112 412 256 268 400", style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 48 } }), /* @__PURE__ */ React.createElement("line", { x1: 392, y1: 256, x2: 100, y2: 256, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 48 } })); // src/ArrowForwardSharp.tsx import { Icon as Icon42 } from "@chakra-ui/react"; var ArrowForwardSharp = (props) => /* @__PURE__ */ React.createElement(Icon42, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("polyline", { points: "268 112 412 256 268 400", style: { fill: "none", stroke: "#000", strokeLinecap: "square", strokeMiterlimit: 10, strokeWidth: 48 } }), /* @__PURE__ */ React.createElement("line", { x1: 392, y1: 256, x2: 100, y2: 256, style: { fill: "none", stroke: "#000", strokeLinecap: "square", strokeMiterlimit: 10, strokeWidth: 48 } })); // src/ArrowForward.tsx import { Icon as Icon43 } from "@chakra-ui/react"; var ArrowForward = (props) => /* @__PURE__ */ React.createElement(Icon43, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("polyline", { points: "268 112 412 256 268 400", style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 48 } }), /* @__PURE__ */ React.createElement("line", { x1: 392, y1: 256, x2: 100, y2: 256, style: { fill: "none", stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 48 } })); // src/ArrowRedoCircleOutline.tsx import { Icon as Icon44 } from "@chakra-ui/react"; var ArrowRedoCircleOutline = (props) => /* @__PURE__ */ React.createElement(Icon44, __spreadValues({ viewBox: "0 0 512 512" }, props), /* @__PURE__ */ React.createElement("path", { d: "M266.91,327.74V290.42c-57.07,0-84.51,13.47-108.58,38.68-5.4,5.65-15,1.32-14.29-6.43,5.45-61.45,34.14-117.09,122.87-117.09V168.26a8.32,8.32,0,0,1,14-6L365.42,242a8.2,8.2,0,0,1,0,11.94L281,333.71A8.32,8.32,0,0,1,266.91,327.74Z" }), /* @__PURE__ */ React.createElement("path", { d: "M64,256c0,106,86,192,192,192s192-86,192-192S362,64,256,64,64,150,64,256Z", style: { fill: "none", stroke: "#000", strokeMiterlimit: 10, strokeWidth: 32 } })); // src/Arrow