UNPKG

@heroui/shared-icons

Version:

Internal icons set, commonly used in the components stories

79 lines (77 loc) 2.6 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/edit.tsx var edit_exports = {}; __export(edit_exports, { EditIcon: () => EditIcon }); module.exports = __toCommonJS(edit_exports); var import_jsx_runtime = require("react/jsx-runtime"); var EditIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)( "svg", { "aria-hidden": "true", fill: "none", focusable: "false", height: "1em", role: "presentation", viewBox: "0 0 20 20", width: "1em", ...props, children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)( "path", { d: "M11.05 3.00002L4.20835 10.2417C3.95002 10.5167 3.70002 11.0584 3.65002 11.4334L3.34169 14.1334C3.23335 15.1084 3.93335 15.775 4.90002 15.6084L7.58335 15.15C7.95835 15.0834 8.48335 14.8084 8.74168 14.525L15.5834 7.28335C16.7667 6.03335 17.3 4.60835 15.4583 2.86668C13.625 1.14168 12.2334 1.75002 11.05 3.00002Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeMiterlimit: 10, strokeWidth: 1.5 } ), /* @__PURE__ */ (0, import_jsx_runtime.jsx)( "path", { d: "M9.90833 4.20831C10.2667 6.50831 12.1333 8.26665 14.45 8.49998", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeMiterlimit: 10, strokeWidth: 1.5 } ), /* @__PURE__ */ (0, import_jsx_runtime.jsx)( "path", { d: "M2.5 18.3333H17.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeMiterlimit: 10, strokeWidth: 1.5 } ) ] } ); // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = { EditIcon });