UNPKG

@chakra-icons/feather

Version:
1,752 lines (1,640 loc) 135 kB
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/Activity.tsx import { Icon } from "@chakra-ui/react"; var Activity = (props) => /* @__PURE__ */ React.createElement(Icon, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("polyline", { points: "22 12 18 12 15 21 9 3 6 12 2 12" })); // src/Airplay.tsx import { Icon as Icon2 } from "@chakra-ui/react"; var Airplay = (props) => /* @__PURE__ */ React.createElement(Icon2, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("path", { d: "M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1" }), /* @__PURE__ */ React.createElement("polygon", { points: "12 15 17 21 7 21 12 15" })); // src/AlertCircle.tsx import { Icon as Icon3 } from "@chakra-ui/react"; var AlertCircle = (props) => /* @__PURE__ */ React.createElement(Icon3, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("circle", { cx: 12, cy: 12, r: 10 }), /* @__PURE__ */ React.createElement("line", { x1: 12, y1: 8, x2: 12, y2: 12 }), /* @__PURE__ */ React.createElement("line", { x1: 12, y1: 16, x2: 12.01, y2: 16 })); // src/AlertOctagon.tsx import { Icon as Icon4 } from "@chakra-ui/react"; var AlertOctagon = (props) => /* @__PURE__ */ React.createElement(Icon4, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("polygon", { points: "7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2" }), /* @__PURE__ */ React.createElement("line", { x1: 12, y1: 8, x2: 12, y2: 12 }), /* @__PURE__ */ React.createElement("line", { x1: 12, y1: 16, x2: 12.01, y2: 16 })); // src/AlertTriangle.tsx import { Icon as Icon5 } from "@chakra-ui/react"; var AlertTriangle = (props) => /* @__PURE__ */ React.createElement(Icon5, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("path", { d: "M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z" }), /* @__PURE__ */ React.createElement("line", { x1: 12, y1: 9, x2: 12, y2: 13 }), /* @__PURE__ */ React.createElement("line", { x1: 12, y1: 17, x2: 12.01, y2: 17 })); // src/AlignCenter.tsx import { Icon as Icon6 } from "@chakra-ui/react"; var AlignCenter = (props) => /* @__PURE__ */ React.createElement(Icon6, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("line", { x1: 18, y1: 10, x2: 6, y2: 10 }), /* @__PURE__ */ React.createElement("line", { x1: 21, y1: 6, x2: 3, y2: 6 }), /* @__PURE__ */ React.createElement("line", { x1: 21, y1: 14, x2: 3, y2: 14 }), /* @__PURE__ */ React.createElement("line", { x1: 18, y1: 18, x2: 6, y2: 18 })); // src/AlignJustify.tsx import { Icon as Icon7 } from "@chakra-ui/react"; var AlignJustify = (props) => /* @__PURE__ */ React.createElement(Icon7, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("line", { x1: 21, y1: 10, x2: 3, y2: 10 }), /* @__PURE__ */ React.createElement("line", { x1: 21, y1: 6, x2: 3, y2: 6 }), /* @__PURE__ */ React.createElement("line", { x1: 21, y1: 14, x2: 3, y2: 14 }), /* @__PURE__ */ React.createElement("line", { x1: 21, y1: 18, x2: 3, y2: 18 })); // src/AlignLeft.tsx import { Icon as Icon8 } from "@chakra-ui/react"; var AlignLeft = (props) => /* @__PURE__ */ React.createElement(Icon8, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("line", { x1: 17, y1: 10, x2: 3, y2: 10 }), /* @__PURE__ */ React.createElement("line", { x1: 21, y1: 6, x2: 3, y2: 6 }), /* @__PURE__ */ React.createElement("line", { x1: 21, y1: 14, x2: 3, y2: 14 }), /* @__PURE__ */ React.createElement("line", { x1: 17, y1: 18, x2: 3, y2: 18 })); // src/AlignRight.tsx import { Icon as Icon9 } from "@chakra-ui/react"; var AlignRight = (props) => /* @__PURE__ */ React.createElement(Icon9, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("line", { x1: 21, y1: 10, x2: 7, y2: 10 }), /* @__PURE__ */ React.createElement("line", { x1: 21, y1: 6, x2: 3, y2: 6 }), /* @__PURE__ */ React.createElement("line", { x1: 21, y1: 14, x2: 3, y2: 14 }), /* @__PURE__ */ React.createElement("line", { x1: 21, y1: 18, x2: 7, y2: 18 })); // src/Anchor.tsx import { Icon as Icon10 } from "@chakra-ui/react"; var Anchor = (props) => /* @__PURE__ */ React.createElement(Icon10, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("circle", { cx: 12, cy: 5, r: 3 }), /* @__PURE__ */ React.createElement("line", { x1: 12, y1: 22, x2: 12, y2: 8 }), /* @__PURE__ */ React.createElement("path", { d: "M5 12H2a10 10 0 0 0 20 0h-3" })); // src/Aperture.tsx import { Icon as Icon11 } from "@chakra-ui/react"; var Aperture = (props) => /* @__PURE__ */ React.createElement(Icon11, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("circle", { cx: 12, cy: 12, r: 10 }), /* @__PURE__ */ React.createElement("line", { x1: 14.31, y1: 8, x2: 20.05, y2: 17.94 }), /* @__PURE__ */ React.createElement("line", { x1: 9.69, y1: 8, x2: 21.17, y2: 8 }), /* @__PURE__ */ React.createElement("line", { x1: 7.38, y1: 12, x2: 13.12, y2: 2.06 }), /* @__PURE__ */ React.createElement("line", { x1: 9.69, y1: 16, x2: 3.95, y2: 6.06 }), /* @__PURE__ */ React.createElement("line", { x1: 14.31, y1: 16, x2: 2.83, y2: 16 }), /* @__PURE__ */ React.createElement("line", { x1: 16.62, y1: 12, x2: 10.88, y2: 21.94 })); // src/Archive.tsx import { Icon as Icon12 } from "@chakra-ui/react"; var Archive = (props) => /* @__PURE__ */ React.createElement(Icon12, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("polyline", { points: "21 8 21 21 3 21 3 8" }), /* @__PURE__ */ React.createElement("rect", { x: 1, y: 3, width: 22, height: 5 }), /* @__PURE__ */ React.createElement("line", { x1: 10, y1: 12, x2: 14, y2: 12 })); // src/ArrowDownCircle.tsx import { Icon as Icon13 } from "@chakra-ui/react"; var ArrowDownCircle = (props) => /* @__PURE__ */ React.createElement(Icon13, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("circle", { cx: 12, cy: 12, r: 10 }), /* @__PURE__ */ React.createElement("polyline", { points: "8 12 12 16 16 12" }), /* @__PURE__ */ React.createElement("line", { x1: 12, y1: 8, x2: 12, y2: 16 })); // src/ArrowDownLeft.tsx import { Icon as Icon14 } from "@chakra-ui/react"; var ArrowDownLeft = (props) => /* @__PURE__ */ React.createElement(Icon14, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("line", { x1: 17, y1: 7, x2: 7, y2: 17 }), /* @__PURE__ */ React.createElement("polyline", { points: "17 17 7 17 7 7" })); // src/ArrowDownRight.tsx import { Icon as Icon15 } from "@chakra-ui/react"; var ArrowDownRight = (props) => /* @__PURE__ */ React.createElement(Icon15, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("line", { x1: 7, y1: 7, x2: 17, y2: 17 }), /* @__PURE__ */ React.createElement("polyline", { points: "17 7 17 17 7 17" })); // src/ArrowDown.tsx import { Icon as Icon16 } from "@chakra-ui/react"; var ArrowDown = (props) => /* @__PURE__ */ React.createElement(Icon16, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("line", { x1: 12, y1: 5, x2: 12, y2: 19 }), /* @__PURE__ */ React.createElement("polyline", { points: "19 12 12 19 5 12" })); // src/ArrowLeftCircle.tsx import { Icon as Icon17 } from "@chakra-ui/react"; var ArrowLeftCircle = (props) => /* @__PURE__ */ React.createElement(Icon17, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("circle", { cx: 12, cy: 12, r: 10 }), /* @__PURE__ */ React.createElement("polyline", { points: "12 8 8 12 12 16" }), /* @__PURE__ */ React.createElement("line", { x1: 16, y1: 12, x2: 8, y2: 12 })); // src/ArrowLeft.tsx import { Icon as Icon18 } from "@chakra-ui/react"; var ArrowLeft = (props) => /* @__PURE__ */ React.createElement(Icon18, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("line", { x1: 19, y1: 12, x2: 5, y2: 12 }), /* @__PURE__ */ React.createElement("polyline", { points: "12 19 5 12 12 5" })); // src/ArrowRightCircle.tsx import { Icon as Icon19 } from "@chakra-ui/react"; var ArrowRightCircle = (props) => /* @__PURE__ */ React.createElement(Icon19, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("circle", { cx: 12, cy: 12, r: 10 }), /* @__PURE__ */ React.createElement("polyline", { points: "12 16 16 12 12 8" }), /* @__PURE__ */ React.createElement("line", { x1: 8, y1: 12, x2: 16, y2: 12 })); // src/ArrowRight.tsx import { Icon as Icon20 } from "@chakra-ui/react"; var ArrowRight = (props) => /* @__PURE__ */ React.createElement(Icon20, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("line", { x1: 5, y1: 12, x2: 19, y2: 12 }), /* @__PURE__ */ React.createElement("polyline", { points: "12 5 19 12 12 19" })); // src/ArrowUpCircle.tsx import { Icon as Icon21 } from "@chakra-ui/react"; var ArrowUpCircle = (props) => /* @__PURE__ */ React.createElement(Icon21, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("circle", { cx: 12, cy: 12, r: 10 }), /* @__PURE__ */ React.createElement("polyline", { points: "16 12 12 8 8 12" }), /* @__PURE__ */ React.createElement("line", { x1: 12, y1: 16, x2: 12, y2: 8 })); // src/ArrowUpLeft.tsx import { Icon as Icon22 } from "@chakra-ui/react"; var ArrowUpLeft = (props) => /* @__PURE__ */ React.createElement(Icon22, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("line", { x1: 17, y1: 17, x2: 7, y2: 7 }), /* @__PURE__ */ React.createElement("polyline", { points: "7 17 7 7 17 7" })); // src/ArrowUpRight.tsx import { Icon as Icon23 } from "@chakra-ui/react"; var ArrowUpRight = (props) => /* @__PURE__ */ React.createElement(Icon23, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("line", { x1: 7, y1: 17, x2: 17, y2: 7 }), /* @__PURE__ */ React.createElement("polyline", { points: "7 7 17 7 17 17" })); // src/ArrowUp.tsx import { Icon as Icon24 } from "@chakra-ui/react"; var ArrowUp = (props) => /* @__PURE__ */ React.createElement(Icon24, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("line", { x1: 12, y1: 19, x2: 12, y2: 5 }), /* @__PURE__ */ React.createElement("polyline", { points: "5 12 12 5 19 12" })); // src/AtSign.tsx import { Icon as Icon25 } from "@chakra-ui/react"; var AtSign = (props) => /* @__PURE__ */ React.createElement(Icon25, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("circle", { cx: 12, cy: 12, r: 4 }), /* @__PURE__ */ React.createElement("path", { d: "M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94" })); // src/Award.tsx import { Icon as Icon26 } from "@chakra-ui/react"; var Award = (props) => /* @__PURE__ */ React.createElement(Icon26, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("circle", { cx: 12, cy: 8, r: 7 }), /* @__PURE__ */ React.createElement("polyline", { points: "8.21 13.89 7 23 12 20 17 23 15.79 13.88" })); // src/BarChart2.tsx import { Icon as Icon27 } from "@chakra-ui/react"; var BarChart2 = (props) => /* @__PURE__ */ React.createElement(Icon27, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("line", { x1: 18, y1: 20, x2: 18, y2: 10 }), /* @__PURE__ */ React.createElement("line", { x1: 12, y1: 20, x2: 12, y2: 4 }), /* @__PURE__ */ React.createElement("line", { x1: 6, y1: 20, x2: 6, y2: 14 })); // src/BarChart.tsx import { Icon as Icon28 } from "@chakra-ui/react"; var BarChart = (props) => /* @__PURE__ */ React.createElement(Icon28, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("line", { x1: 12, y1: 20, x2: 12, y2: 10 }), /* @__PURE__ */ React.createElement("line", { x1: 18, y1: 20, x2: 18, y2: 4 }), /* @__PURE__ */ React.createElement("line", { x1: 6, y1: 20, x2: 6, y2: 16 })); // src/BatteryCharging.tsx import { Icon as Icon29 } from "@chakra-ui/react"; var BatteryCharging = (props) => /* @__PURE__ */ React.createElement(Icon29, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("path", { d: "M5 18H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.19M15 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.19" }), /* @__PURE__ */ React.createElement("line", { x1: 23, y1: 13, x2: 23, y2: 11 }), /* @__PURE__ */ React.createElement("polyline", { points: "11 6 7 12 13 12 9 18" })); // src/Battery.tsx import { Icon as Icon30 } from "@chakra-ui/react"; var Battery = (props) => /* @__PURE__ */ React.createElement(Icon30, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("rect", { x: 1, y: 6, width: 18, height: 12, rx: 2, ry: 2 }), /* @__PURE__ */ React.createElement("line", { x1: 23, y1: 13, x2: 23, y2: 11 })); // src/BellOff.tsx import { Icon as Icon31 } from "@chakra-ui/react"; var BellOff = (props) => /* @__PURE__ */ React.createElement(Icon31, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("path", { d: "M13.73 21a2 2 0 0 1-3.46 0" }), /* @__PURE__ */ React.createElement("path", { d: "M18.63 13A17.89 17.89 0 0 1 18 8" }), /* @__PURE__ */ React.createElement("path", { d: "M6.26 6.26A5.86 5.86 0 0 0 6 8c0 7-3 9-3 9h14" }), /* @__PURE__ */ React.createElement("path", { d: "M18 8a6 6 0 0 0-9.33-5" }), /* @__PURE__ */ React.createElement("line", { x1: 1, y1: 1, x2: 23, y2: 23 })); // src/Bell.tsx import { Icon as Icon32 } from "@chakra-ui/react"; var Bell = (props) => /* @__PURE__ */ React.createElement(Icon32, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("path", { d: "M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9" }), /* @__PURE__ */ React.createElement("path", { d: "M13.73 21a2 2 0 0 1-3.46 0" })); // src/Bluetooth.tsx import { Icon as Icon33 } from "@chakra-ui/react"; var Bluetooth = (props) => /* @__PURE__ */ React.createElement(Icon33, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("polyline", { points: "6.5 6.5 17.5 17.5 12 23 12 1 17.5 6.5 6.5 17.5" })); // src/Bold.tsx import { Icon as Icon34 } from "@chakra-ui/react"; var Bold = (props) => /* @__PURE__ */ React.createElement(Icon34, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("path", { d: "M6 4h8a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z" }), /* @__PURE__ */ React.createElement("path", { d: "M6 12h9a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z" })); // src/BookOpen.tsx import { Icon as Icon35 } from "@chakra-ui/react"; var BookOpen = (props) => /* @__PURE__ */ React.createElement(Icon35, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("path", { d: "M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z" }), /* @__PURE__ */ React.createElement("path", { d: "M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z" })); // src/Book.tsx import { Icon as Icon36 } from "@chakra-ui/react"; var Book = (props) => /* @__PURE__ */ React.createElement(Icon36, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("path", { d: "M4 19.5A2.5 2.5 0 0 1 6.5 17H20" }), /* @__PURE__ */ React.createElement("path", { d: "M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z" })); // src/Bookmark.tsx import { createIcon } from "@chakra-ui/react"; var Bookmark = createIcon({ displayName: "Bookmark", viewBox: "0 0 24 24", d: "M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z" }); // src/Box.tsx import { Icon as Icon37 } from "@chakra-ui/react"; var Box = (props) => /* @__PURE__ */ React.createElement(Icon37, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("path", { d: "M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z" }), /* @__PURE__ */ React.createElement("polyline", { points: "3.27 6.96 12 12.01 20.73 6.96" }), /* @__PURE__ */ React.createElement("line", { x1: 12, y1: 22.08, x2: 12, y2: 12 })); // src/Briefcase.tsx import { Icon as Icon38 } from "@chakra-ui/react"; var Briefcase = (props) => /* @__PURE__ */ React.createElement(Icon38, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("rect", { x: 2, y: 7, width: 20, height: 14, rx: 2, ry: 2 }), /* @__PURE__ */ React.createElement("path", { d: "M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16" })); // src/Calendar.tsx import { Icon as Icon39 } from "@chakra-ui/react"; var Calendar = (props) => /* @__PURE__ */ React.createElement(Icon39, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("rect", { x: 3, y: 4, width: 18, height: 18, rx: 2, ry: 2 }), /* @__PURE__ */ React.createElement("line", { x1: 16, y1: 2, x2: 16, y2: 6 }), /* @__PURE__ */ React.createElement("line", { x1: 8, y1: 2, x2: 8, y2: 6 }), /* @__PURE__ */ React.createElement("line", { x1: 3, y1: 10, x2: 21, y2: 10 })); // src/CameraOff.tsx import { Icon as Icon40 } from "@chakra-ui/react"; var CameraOff = (props) => /* @__PURE__ */ React.createElement(Icon40, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("line", { x1: 1, y1: 1, x2: 23, y2: 23 }), /* @__PURE__ */ React.createElement("path", { d: "M21 21H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3m3-3h6l2 3h4a2 2 0 0 1 2 2v9.34m-7.72-2.06a4 4 0 1 1-5.56-5.56" })); // src/Camera.tsx import { Icon as Icon41 } from "@chakra-ui/react"; var Camera = (props) => /* @__PURE__ */ React.createElement(Icon41, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("path", { d: "M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z" }), /* @__PURE__ */ React.createElement("circle", { cx: 12, cy: 13, r: 4 })); // src/Cast.tsx import { Icon as Icon42 } from "@chakra-ui/react"; var Cast = (props) => /* @__PURE__ */ React.createElement(Icon42, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("path", { d: "M2 16.1A5 5 0 0 1 5.9 20M2 12.05A9 9 0 0 1 9.95 20M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6" }), /* @__PURE__ */ React.createElement("line", { x1: 2, y1: 20, x2: 2.01, y2: 20 })); // src/CheckCircle.tsx import { Icon as Icon43 } from "@chakra-ui/react"; var CheckCircle = (props) => /* @__PURE__ */ React.createElement(Icon43, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("path", { d: "M22 11.08V12a10 10 0 1 1-5.93-9.14" }), /* @__PURE__ */ React.createElement("polyline", { points: "22 4 12 14.01 9 11.01" })); // src/CheckSquare.tsx import { Icon as Icon44 } from "@chakra-ui/react"; var CheckSquare = (props) => /* @__PURE__ */ React.createElement(Icon44, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("polyline", { points: "9 11 12 14 22 4" }), /* @__PURE__ */ React.createElement("path", { d: "M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11" })); // src/Check.tsx import { Icon as Icon45 } from "@chakra-ui/react"; var Check = (props) => /* @__PURE__ */ React.createElement(Icon45, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("polyline", { points: "20 6 9 17 4 12" })); // src/ChevronDown.tsx import { Icon as Icon46 } from "@chakra-ui/react"; var ChevronDown = (props) => /* @__PURE__ */ React.createElement(Icon46, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("polyline", { points: "6 9 12 15 18 9" })); // src/ChevronLeft.tsx import { Icon as Icon47 } from "@chakra-ui/react"; var ChevronLeft = (props) => /* @__PURE__ */ React.createElement(Icon47, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("polyline", { points: "15 18 9 12 15 6" })); // src/ChevronRight.tsx import { Icon as Icon48 } from "@chakra-ui/react"; var ChevronRight = (props) => /* @__PURE__ */ React.createElement(Icon48, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("polyline", { points: "9 18 15 12 9 6" })); // src/ChevronUp.tsx import { Icon as Icon49 } from "@chakra-ui/react"; var ChevronUp = (props) => /* @__PURE__ */ React.createElement(Icon49, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("polyline", { points: "18 15 12 9 6 15" })); // src/ChevronsDown.tsx import { Icon as Icon50 } from "@chakra-ui/react"; var ChevronsDown = (props) => /* @__PURE__ */ React.createElement(Icon50, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("polyline", { points: "7 13 12 18 17 13" }), /* @__PURE__ */ React.createElement("polyline", { points: "7 6 12 11 17 6" })); // src/ChevronsLeft.tsx import { Icon as Icon51 } from "@chakra-ui/react"; var ChevronsLeft = (props) => /* @__PURE__ */ React.createElement(Icon51, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("polyline", { points: "11 17 6 12 11 7" }), /* @__PURE__ */ React.createElement("polyline", { points: "18 17 13 12 18 7" })); // src/ChevronsRight.tsx import { Icon as Icon52 } from "@chakra-ui/react"; var ChevronsRight = (props) => /* @__PURE__ */ React.createElement(Icon52, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("polyline", { points: "13 17 18 12 13 7" }), /* @__PURE__ */ React.createElement("polyline", { points: "6 17 11 12 6 7" })); // src/ChevronsUp.tsx import { Icon as Icon53 } from "@chakra-ui/react"; var ChevronsUp = (props) => /* @__PURE__ */ React.createElement(Icon53, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("polyline", { points: "17 11 12 6 7 11" }), /* @__PURE__ */ React.createElement("polyline", { points: "17 18 12 13 7 18" })); // src/Chrome.tsx import { Icon as Icon54 } from "@chakra-ui/react"; var Chrome = (props) => /* @__PURE__ */ React.createElement(Icon54, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("circle", { cx: 12, cy: 12, r: 10 }), /* @__PURE__ */ React.createElement("circle", { cx: 12, cy: 12, r: 4 }), /* @__PURE__ */ React.createElement("line", { x1: 21.17, y1: 8, x2: 12, y2: 8 }), /* @__PURE__ */ React.createElement("line", { x1: 3.95, y1: 6.06, x2: 8.54, y2: 14 }), /* @__PURE__ */ React.createElement("line", { x1: 10.88, y1: 21.94, x2: 15.46, y2: 14 })); // src/Circle.tsx import { Icon as Icon55 } from "@chakra-ui/react"; var Circle = (props) => /* @__PURE__ */ React.createElement(Icon55, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("circle", { cx: 12, cy: 12, r: 10 })); // src/Clipboard.tsx import { Icon as Icon56 } from "@chakra-ui/react"; var Clipboard = (props) => /* @__PURE__ */ React.createElement(Icon56, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }), /* @__PURE__ */ React.createElement("rect", { x: 8, y: 2, width: 8, height: 4, rx: 1, ry: 1 })); // src/Clock.tsx import { Icon as Icon57 } from "@chakra-ui/react"; var Clock = (props) => /* @__PURE__ */ React.createElement(Icon57, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("circle", { cx: 12, cy: 12, r: 10 }), /* @__PURE__ */ React.createElement("polyline", { points: "12 6 12 12 16 14" })); // src/CloudDrizzle.tsx import { Icon as Icon58 } from "@chakra-ui/react"; var CloudDrizzle = (props) => /* @__PURE__ */ React.createElement(Icon58, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("line", { x1: 8, y1: 19, x2: 8, y2: 21 }), /* @__PURE__ */ React.createElement("line", { x1: 8, y1: 13, x2: 8, y2: 15 }), /* @__PURE__ */ React.createElement("line", { x1: 16, y1: 19, x2: 16, y2: 21 }), /* @__PURE__ */ React.createElement("line", { x1: 16, y1: 13, x2: 16, y2: 15 }), /* @__PURE__ */ React.createElement("line", { x1: 12, y1: 21, x2: 12, y2: 23 }), /* @__PURE__ */ React.createElement("line", { x1: 12, y1: 15, x2: 12, y2: 17 }), /* @__PURE__ */ React.createElement("path", { d: "M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25" })); // src/CloudLightning.tsx import { Icon as Icon59 } from "@chakra-ui/react"; var CloudLightning = (props) => /* @__PURE__ */ React.createElement(Icon59, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("path", { d: "M19 16.9A5 5 0 0 0 18 7h-1.26a8 8 0 1 0-11.62 9" }), /* @__PURE__ */ React.createElement("polyline", { points: "13 11 9 17 15 17 11 23" })); // src/CloudOff.tsx import { Icon as Icon60 } from "@chakra-ui/react"; var CloudOff = (props) => /* @__PURE__ */ React.createElement(Icon60, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("path", { d: "M22.61 16.95A5 5 0 0 0 18 10h-1.26a8 8 0 0 0-7.05-6M5 5a8 8 0 0 0 4 15h9a5 5 0 0 0 1.7-.3" }), /* @__PURE__ */ React.createElement("line", { x1: 1, y1: 1, x2: 23, y2: 23 })); // src/CloudRain.tsx import { Icon as Icon61 } from "@chakra-ui/react"; var CloudRain = (props) => /* @__PURE__ */ React.createElement(Icon61, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("line", { x1: 16, y1: 13, x2: 16, y2: 21 }), /* @__PURE__ */ React.createElement("line", { x1: 8, y1: 13, x2: 8, y2: 21 }), /* @__PURE__ */ React.createElement("line", { x1: 12, y1: 15, x2: 12, y2: 23 }), /* @__PURE__ */ React.createElement("path", { d: "M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25" })); // src/CloudSnow.tsx import { Icon as Icon62 } from "@chakra-ui/react"; var CloudSnow = (props) => /* @__PURE__ */ React.createElement(Icon62, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("path", { d: "M20 17.58A5 5 0 0 0 18 8h-1.26A8 8 0 1 0 4 16.25" }), /* @__PURE__ */ React.createElement("line", { x1: 8, y1: 16, x2: 8.01, y2: 16 }), /* @__PURE__ */ React.createElement("line", { x1: 8, y1: 20, x2: 8.01, y2: 20 }), /* @__PURE__ */ React.createElement("line", { x1: 12, y1: 18, x2: 12.01, y2: 18 }), /* @__PURE__ */ React.createElement("line", { x1: 12, y1: 22, x2: 12.01, y2: 22 }), /* @__PURE__ */ React.createElement("line", { x1: 16, y1: 16, x2: 16.01, y2: 16 }), /* @__PURE__ */ React.createElement("line", { x1: 16, y1: 20, x2: 16.01, y2: 20 })); // src/Cloud.tsx import { createIcon as createIcon2 } from "@chakra-ui/react"; var Cloud = createIcon2({ displayName: "Cloud", viewBox: "0 0 24 24", d: "M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z" }); // src/Code.tsx import { Icon as Icon63 } from "@chakra-ui/react"; var Code = (props) => /* @__PURE__ */ React.createElement(Icon63, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("polyline", { points: "16 18 22 12 16 6" }), /* @__PURE__ */ React.createElement("polyline", { points: "8 6 2 12 8 18" })); // src/Codepen.tsx import { Icon as Icon64 } from "@chakra-ui/react"; var Codepen = (props) => /* @__PURE__ */ React.createElement(Icon64, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("polygon", { points: "12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2" }), /* @__PURE__ */ React.createElement("line", { x1: 12, y1: 22, x2: 12, y2: 15.5 }), /* @__PURE__ */ React.createElement("polyline", { points: "22 8.5 12 15.5 2 8.5" }), /* @__PURE__ */ React.createElement("polyline", { points: "2 15.5 12 8.5 22 15.5" }), /* @__PURE__ */ React.createElement("line", { x1: 12, y1: 2, x2: 12, y2: 8.5 })); // src/Codesandbox.tsx import { Icon as Icon65 } from "@chakra-ui/react"; var Codesandbox = (props) => /* @__PURE__ */ React.createElement(Icon65, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("path", { d: "M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z" }), /* @__PURE__ */ React.createElement("polyline", { points: "7.5 4.21 12 6.81 16.5 4.21" }), /* @__PURE__ */ React.createElement("polyline", { points: "7.5 19.79 7.5 14.6 3 12" }), /* @__PURE__ */ React.createElement("polyline", { points: "21 12 16.5 14.6 16.5 19.79" }), /* @__PURE__ */ React.createElement("polyline", { points: "3.27 6.96 12 12.01 20.73 6.96" }), /* @__PURE__ */ React.createElement("line", { x1: 12, y1: 22.08, x2: 12, y2: 12 })); // src/Coffee.tsx import { Icon as Icon66 } from "@chakra-ui/react"; var Coffee = (props) => /* @__PURE__ */ React.createElement(Icon66, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("path", { d: "M18 8h1a4 4 0 0 1 0 8h-1" }), /* @__PURE__ */ React.createElement("path", { d: "M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z" }), /* @__PURE__ */ React.createElement("line", { x1: 6, y1: 1, x2: 6, y2: 4 }), /* @__PURE__ */ React.createElement("line", { x1: 10, y1: 1, x2: 10, y2: 4 }), /* @__PURE__ */ React.createElement("line", { x1: 14, y1: 1, x2: 14, y2: 4 })); // src/Columns.tsx import { createIcon as createIcon3 } from "@chakra-ui/react"; var Columns = createIcon3({ displayName: "Columns", viewBox: "0 0 24 24", d: "M12 3h7a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-7m0-18H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7m0-18v18" }); // src/Command.tsx import { createIcon as createIcon4 } from "@chakra-ui/react"; var Command = createIcon4({ displayName: "Command", viewBox: "0 0 24 24", d: "M18 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3H6a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3V6a3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 3 3 0 0 0-3-3z" }); // src/Compass.tsx import { Icon as Icon67 } from "@chakra-ui/react"; var Compass = (props) => /* @__PURE__ */ React.createElement(Icon67, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("circle", { cx: 12, cy: 12, r: 10 }), /* @__PURE__ */ React.createElement("polygon", { points: "16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76" })); // src/Copy.tsx import { Icon as Icon68 } from "@chakra-ui/react"; var Copy = (props) => /* @__PURE__ */ React.createElement(Icon68, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("rect", { x: 9, y: 9, width: 13, height: 13, rx: 2, ry: 2 }), /* @__PURE__ */ React.createElement("path", { d: "M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1" })); // src/CornerDownLeft.tsx import { Icon as Icon69 } from "@chakra-ui/react"; var CornerDownLeft = (props) => /* @__PURE__ */ React.createElement(Icon69, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("polyline", { points: "9 10 4 15 9 20" }), /* @__PURE__ */ React.createElement("path", { d: "M20 4v7a4 4 0 0 1-4 4H4" })); // src/CornerDownRight.tsx import { Icon as Icon70 } from "@chakra-ui/react"; var CornerDownRight = (props) => /* @__PURE__ */ React.createElement(Icon70, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("polyline", { points: "15 10 20 15 15 20" }), /* @__PURE__ */ React.createElement("path", { d: "M4 4v7a4 4 0 0 0 4 4h12" })); // src/CornerLeftDown.tsx import { Icon as Icon71 } from "@chakra-ui/react"; var CornerLeftDown = (props) => /* @__PURE__ */ React.createElement(Icon71, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("polyline", { points: "14 15 9 20 4 15" }), /* @__PURE__ */ React.createElement("path", { d: "M20 4h-7a4 4 0 0 0-4 4v12" })); // src/CornerLeftUp.tsx import { Icon as Icon72 } from "@chakra-ui/react"; var CornerLeftUp = (props) => /* @__PURE__ */ React.createElement(Icon72, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("polyline", { points: "14 9 9 4 4 9" }), /* @__PURE__ */ React.createElement("path", { d: "M20 20h-7a4 4 0 0 1-4-4V4" })); // src/CornerRightDown.tsx import { Icon as Icon73 } from "@chakra-ui/react"; var CornerRightDown = (props) => /* @__PURE__ */ React.createElement(Icon73, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("polyline", { points: "10 15 15 20 20 15" }), /* @__PURE__ */ React.createElement("path", { d: "M4 4h7a4 4 0 0 1 4 4v12" })); // src/CornerRightUp.tsx import { Icon as Icon74 } from "@chakra-ui/react"; var CornerRightUp = (props) => /* @__PURE__ */ React.createElement(Icon74, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("polyline", { points: "10 9 15 4 20 9" }), /* @__PURE__ */ React.createElement("path", { d: "M4 20h7a4 4 0 0 0 4-4V4" })); // src/CornerUpLeft.tsx import { Icon as Icon75 } from "@chakra-ui/react"; var CornerUpLeft = (props) => /* @__PURE__ */ React.createElement(Icon75, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("polyline", { points: "9 14 4 9 9 4" }), /* @__PURE__ */ React.createElement("path", { d: "M20 20v-7a4 4 0 0 0-4-4H4" })); // src/CornerUpRight.tsx import { Icon as Icon76 } from "@chakra-ui/react"; var CornerUpRight = (props) => /* @__PURE__ */ React.createElement(Icon76, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("polyline", { points: "15 14 20 9 15 4" }), /* @__PURE__ */ React.createElement("path", { d: "M4 20v-7a4 4 0 0 1 4-4h12" })); // src/Cpu.tsx import { Icon as Icon77 } from "@chakra-ui/react"; var Cpu = (props) => /* @__PURE__ */ React.createElement(Icon77, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("rect", { x: 4, y: 4, width: 16, height: 16, rx: 2, ry: 2 }), /* @__PURE__ */ React.createElement("rect", { x: 9, y: 9, width: 6, height: 6 }), /* @__PURE__ */ React.createElement("line", { x1: 9, y1: 1, x2: 9, y2: 4 }), /* @__PURE__ */ React.createElement("line", { x1: 15, y1: 1, x2: 15, y2: 4 }), /* @__PURE__ */ React.createElement("line", { x1: 9, y1: 20, x2: 9, y2: 23 }), /* @__PURE__ */ React.createElement("line", { x1: 15, y1: 20, x2: 15, y2: 23 }), /* @__PURE__ */ React.createElement("line", { x1: 20, y1: 9, x2: 23, y2: 9 }), /* @__PURE__ */ React.createElement("line", { x1: 20, y1: 14, x2: 23, y2: 14 }), /* @__PURE__ */ React.createElement("line", { x1: 1, y1: 9, x2: 4, y2: 9 }), /* @__PURE__ */ React.createElement("line", { x1: 1, y1: 14, x2: 4, y2: 14 })); // src/CreditCard.tsx import { Icon as Icon78 } from "@chakra-ui/react"; var CreditCard = (props) => /* @__PURE__ */ React.createElement(Icon78, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("rect", { x: 1, y: 4, width: 22, height: 16, rx: 2, ry: 2 }), /* @__PURE__ */ React.createElement("line", { x1: 1, y1: 10, x2: 23, y2: 10 })); // src/Crop.tsx import { Icon as Icon79 } from "@chakra-ui/react"; var Crop = (props) => /* @__PURE__ */ React.createElement(Icon79, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("path", { d: "M6.13 1L6 16a2 2 0 0 0 2 2h15" }), /* @__PURE__ */ React.createElement("path", { d: "M1 6.13L16 6a2 2 0 0 1 2 2v15" })); // src/Crosshair.tsx import { Icon as Icon80 } from "@chakra-ui/react"; var Crosshair = (props) => /* @__PURE__ */ React.createElement(Icon80, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("circle", { cx: 12, cy: 12, r: 10 }), /* @__PURE__ */ React.createElement("line", { x1: 22, y1: 12, x2: 18, y2: 12 }), /* @__PURE__ */ React.createElement("line", { x1: 6, y1: 12, x2: 2, y2: 12 }), /* @__PURE__ */ React.createElement("line", { x1: 12, y1: 6, x2: 12, y2: 2 }), /* @__PURE__ */ React.createElement("line", { x1: 12, y1: 22, x2: 12, y2: 18 })); // src/Database.tsx import { Icon as Icon81 } from "@chakra-ui/react"; var Database = (props) => /* @__PURE__ */ React.createElement(Icon81, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("ellipse", { cx: 12, cy: 5, rx: 9, ry: 3 }), /* @__PURE__ */ React.createElement("path", { d: "M21 12c0 1.66-4 3-9 3s-9-1.34-9-3" }), /* @__PURE__ */ React.createElement("path", { d: "M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5" })); // src/Delete.tsx import { Icon as Icon82 } from "@chakra-ui/react"; var Delete = (props) => /* @__PURE__ */ React.createElement(Icon82, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("path", { d: "M21 4H8l-7 8 7 8h13a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z" }), /* @__PURE__ */ React.createElement("line", { x1: 18, y1: 9, x2: 12, y2: 15 }), /* @__PURE__ */ React.createElement("line", { x1: 12, y1: 9, x2: 18, y2: 15 })); // src/Disc.tsx import { Icon as Icon83 } from "@chakra-ui/react"; var Disc = (props) => /* @__PURE__ */ React.createElement(Icon83, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("circle", { cx: 12, cy: 12, r: 10 }), /* @__PURE__ */ React.createElement("circle", { cx: 12, cy: 12, r: 3 })); // src/DivideCircle.tsx import { Icon as Icon84 } from "@chakra-ui/react"; var DivideCircle = (props) => /* @__PURE__ */ React.createElement(Icon84, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("line", { x1: 8, y1: 12, x2: 16, y2: 12 }), /* @__PURE__ */ React.createElement("line", { x1: 12, y1: 16, x2: 12, y2: 16 }), /* @__PURE__ */ React.createElement("line", { x1: 12, y1: 8, x2: 12, y2: 8 }), /* @__PURE__ */ React.createElement("circle", { cx: 12, cy: 12, r: 10 })); // src/DivideSquare.tsx import { Icon as Icon85 } from "@chakra-ui/react"; var DivideSquare = (props) => /* @__PURE__ */ React.createElement(Icon85, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("rect", { x: 3, y: 3, width: 18, height: 18, rx: 2, ry: 2 }), /* @__PURE__ */ React.createElement("line", { x1: 8, y1: 12, x2: 16, y2: 12 }), /* @__PURE__ */ React.createElement("line", { x1: 12, y1: 16, x2: 12, y2: 16 }), /* @__PURE__ */ React.createElement("line", { x1: 12, y1: 8, x2: 12, y2: 8 })); // src/Divide.tsx import { Icon as Icon86 } from "@chakra-ui/react"; var Divide = (props) => /* @__PURE__ */ React.createElement(Icon86, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("circle", { cx: 12, cy: 6, r: 2 }), /* @__PURE__ */ React.createElement("line", { x1: 5, y1: 12, x2: 19, y2: 12 }), /* @__PURE__ */ React.createElement("circle", { cx: 12, cy: 18, r: 2 })); // src/DollarSign.tsx import { Icon as Icon87 } from "@chakra-ui/react"; var DollarSign = (props) => /* @__PURE__ */ React.createElement(Icon87, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("line", { x1: 12, y1: 1, x2: 12, y2: 23 }), /* @__PURE__ */ React.createElement("path", { d: "M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6" })); // src/DownloadCloud.tsx import { Icon as Icon88 } from "@chakra-ui/react"; var DownloadCloud = (props) => /* @__PURE__ */ React.createElement(Icon88, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("polyline", { points: "8 17 12 21 16 17" }), /* @__PURE__ */ React.createElement("line", { x1: 12, y1: 12, x2: 12, y2: 21 }), /* @__PURE__ */ React.createElement("path", { d: "M20.88 18.09A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.29" })); // src/Download.tsx import { Icon as Icon89 } from "@chakra-ui/react"; var Download = (props) => /* @__PURE__ */ React.createElement(Icon89, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" }), /* @__PURE__ */ React.createElement("polyline", { points: "7 10 12 15 17 10" }), /* @__PURE__ */ React.createElement("line", { x1: 12, y1: 15, x2: 12, y2: 3 })); // src/Dribbble.tsx import { Icon as Icon90 } from "@chakra-ui/react"; var Dribbble = (props) => /* @__PURE__ */ React.createElement(Icon90, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("circle", { cx: 12, cy: 12, r: 10 }), /* @__PURE__ */ React.createElement("path", { d: "M8.56 2.75c4.37 6.03 6.02 9.42 8.03 17.72m2.54-15.38c-3.72 4.35-8.94 5.66-16.88 5.85m19.5 1.9c-3.5-.93-6.63-.82-8.94 0-2.58.92-5.01 2.86-7.44 6.32" })); // src/Droplet.tsx import { createIcon as createIcon5 } from "@chakra-ui/react"; var Droplet = createIcon5({ displayName: "Droplet", viewBox: "0 0 24 24", d: "M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z" }); // src/Edit2.tsx import { createIcon as createIcon6 } from "@chakra-ui/react"; var Edit2 = createIcon6({ displayName: "Edit2", viewBox: "0 0 24 24", d: "M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z" }); // src/Edit3.tsx import { Icon as Icon91 } from "@chakra-ui/react"; var Edit3 = (props) => /* @__PURE__ */ React.createElement(Icon91, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("path", { d: "M12 20h9" }), /* @__PURE__ */ React.createElement("path", { d: "M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z" })); // src/Edit.tsx import { Icon as Icon92 } from "@chakra-ui/react"; var Edit = (props) => /* @__PURE__ */ React.createElement(Icon92, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("path", { d: "M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7" }), /* @__PURE__ */ React.createElement("path", { d: "M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z" })); // src/ExternalLink.tsx import { Icon as Icon93 } from "@chakra-ui/react"; var ExternalLink = (props) => /* @__PURE__ */ React.createElement(Icon93, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" }), /* @__PURE__ */ React.createElement("polyline", { points: "15 3 21 3 21 9" }), /* @__PURE__ */ React.createElement("line", { x1: 10, y1: 14, x2: 21, y2: 3 })); // src/EyeOff.tsx import { Icon as Icon94 } from "@chakra-ui/react"; var EyeOff = (props) => /* @__PURE__ */ React.createElement(Icon94, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("path", { d: "M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24" }), /* @__PURE__ */ React.createElement("line", { x1: 1, y1: 1, x2: 23, y2: 23 })); // src/Eye.tsx import { Icon as Icon95 } from "@chakra-ui/react"; var Eye = (props) => /* @__PURE__ */ React.createElement(Icon95, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("path", { d: "M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z" }), /* @__PURE__ */ React.createElement("circle", { cx: 12, cy: 12, r: 3 })); // src/Facebook.tsx import { createIcon as createIcon7 } from "@chakra-ui/react"; var Facebook = createIcon7({ displayName: "Facebook", viewBox: "0 0 24 24", d: "M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z" }); // src/FastForward.tsx import { Icon as Icon96 } from "@chakra-ui/react"; var FastForward = (props) => /* @__PURE__ */ React.createElement(Icon96, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("polygon", { points: "13 19 22 12 13 5 13 19" }), /* @__PURE__ */ React.createElement("polygon", { points: "2 19 11 12 2 5 2 19" })); // src/Feather.tsx import { Icon as Icon97 } from "@chakra-ui/react"; var Feather = (props) => /* @__PURE__ */ React.createElement(Icon97, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("path", { d: "M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z" }), /* @__PURE__ */ React.createElement("line", { x1: 16, y1: 8, x2: 2, y2: 22 }), /* @__PURE__ */ React.createElement("line", { x1: 17.5, y1: 15, x2: 9, y2: 15 })); // src/Figma.tsx import { Icon as Icon98 } from "@chakra-ui/react"; var Figma = (props) => /* @__PURE__ */ React.createElement(Icon98, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("path", { d: "M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z" }), /* @__PURE__ */ React.createElement("path", { d: "M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z" }), /* @__PURE__ */ React.createElement("path", { d: "M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z" }), /* @__PURE__ */ React.createElement("path", { d: "M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z" }), /* @__PURE__ */ React.createElement("path", { d: "M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z" })); // src/FileMinus.tsx import { Icon as Icon99 } from "@chakra-ui/react"; var FileMinus = (props) => /* @__PURE__ */ React.createElement(Icon99, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }), /* @__PURE__ */ React.createElement("polyline", { points: "14 2 14 8 20 8" }), /* @__PURE__ */ React.createElement("line", { x1: 9, y1: 15, x2: 15, y2: 15 })); // src/FilePlus.tsx import { Icon as Icon100 } from "@chakra-ui/react"; var FilePlus = (props) => /* @__PURE__ */ React.createElement(Icon100, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }), /* @__PURE__ */ React.createElement("polyline", { points: "14 2 14 8 20 8" }), /* @__PURE__ */ React.createElement("line", { x1: 12, y1: 18, x2: 12, y2: 12 }), /* @__PURE__ */ React.createElement("line", { x1: 9, y1: 15, x2: 15, y2: 15 })); // src/FileText.tsx import { Icon as Icon101 } from "@chakra-ui/react"; var FileText = (props) => /* @__PURE__ */ React.createElement(Icon101, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }), /* @__PURE__ */ React.createElement("polyline", { points: "14 2 14 8 20 8" }), /* @__PURE__ */ React.createElement("line", { x1: 16, y1: 13, x2: 8, y2: 13 }), /* @__PURE__ */ React.createElement("line", { x1: 16, y1: 17, x2: 8, y2: 17 }), /* @__PURE__ */ React.createElement("polyline", { points: "10 9 9 9 8 9" })); // src/File.tsx import { Icon as Icon102 } from "@chakra-ui/react"; var File = (props) => /* @__PURE__ */ React.createElement(Icon102, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("path", { d: "M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z" }), /* @__PURE__ */ React.createElement("polyline", { points: "13 2 13 9 20 9" })); // src/Film.tsx import { Icon as Icon103 } from "@chakra-ui/react"; var Film = (props) => /* @__PURE__ */ React.createElement(Icon103, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("rect", { x: 2, y: 2, width: 20, height: 20, rx: 2.18, ry: 2.18 }), /* @__PURE__ */ React.createElement("line", { x1: 7, y1: 2, x2: 7, y2: 22 }), /* @__PURE__ */ React.createElement("line", { x1: 17, y1: 2, x2: 17, y2: 22 }), /* @__PURE__ */ React.createElement("line", { x1: 2, y1: 12, x2: 22, y2: 12 }), /* @__PURE__ */ React.createElement("line", { x1: 2, y1: 7, x2: 7, y2: 7 }), /* @__PURE__ */ React.createElement("line", { x1: 2, y1: 17, x2: 7, y2: 17 }), /* @__PURE__ */ React.createElement("line", { x1: 17, y1: 17, x2: 22, y2: 17 }), /* @__PURE__ */ React.createElement("line", { x1: 17, y1: 7, x2: 22, y2: 7 })); // src/Filter.tsx import { Icon as Icon104 } from "@chakra-ui/react"; var Filter = (props) => /* @__PURE__ */ React.createElement(Icon104, __spreadValues({ viewBox: "0 0 24 24" }, props), /* @__PURE__ */ React.createElement("polygon", { points: "22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3" })