UNPKG

@heroui/shared-icons

Version:

Internal icons set, commonly used in the components stories

106 lines (104 loc) 3.3 kB
"use strict"; var __defProp = Object.defineProperty; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; var __getOwnPropNames = Object.getOwnPropertyNames; var __hasOwnProp = Object.prototype.hasOwnProperty; var __export = (target, all) => { for (var name in all) __defProp(target, name, { get: all[name], enumerable: true }); }; var __copyProps = (to, from, except, desc) => { if (from && typeof from === "object" || typeof from === "function") { for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); } return to; }; var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); // src/monitor-mobile.tsx var monitor_mobile_exports = {}; __export(monitor_mobile_exports, { MonitorMobileIcon: () => MonitorMobileIcon }); module.exports = __toCommonJS(monitor_mobile_exports); var import_jsx_runtime = require("react/jsx-runtime"); var MonitorMobileIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)( "svg", { "aria-hidden": "true", fill: "none", focusable: "false", height: "1em", role: "presentation", viewBox: "0 0 24 24", width: "1em", ...props, children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)( "path", { d: "M10 16.95H6.21C2.84 16.95 2 16.11 2 12.74V6.74003C2 3.37003 2.84 2.53003 6.21 2.53003H16.74C20.11 2.53003 20.95 3.37003 20.95 6.74003", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5" } ), /* @__PURE__ */ (0, import_jsx_runtime.jsx)( "path", { d: "M10 21.4699V16.95", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5" } ), /* @__PURE__ */ (0, import_jsx_runtime.jsx)( "path", { d: "M2 12.95H10", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5" } ), /* @__PURE__ */ (0, import_jsx_runtime.jsx)( "path", { d: "M6.73999 21.47H9.99999", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5" } ), /* @__PURE__ */ (0, import_jsx_runtime.jsx)( "path", { d: "M22 12.8V18.51C22 20.88 21.41 21.47 19.04 21.47H15.49C13.12 21.47 12.53 20.88 12.53 18.51V12.8C12.53 10.43 13.12 9.83997 15.49 9.83997H19.04C21.41 9.83997 22 10.43 22 12.8Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5" } ), /* @__PURE__ */ (0, import_jsx_runtime.jsx)( "path", { d: "M17.2445 18.25H17.2535", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2" } ) ] } ); // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = { MonitorMobileIcon });