@spark-ui/icons
Version:
spark-ui icons
23 lines (22 loc) • 1.45 kB
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
require("../chunk-8l464Juk.js");
require("react");
let react_jsx_runtime = require("react/jsx-runtime");
//#region src/icons/CopyOutline.tsx
var CopyOutline = ({ title, fill = "currentColor", stroke = "none", ref, ...props } = {}) => /* @__PURE__ */ (0, react_jsx_runtime.jsx)("svg", {
ref,
viewBox: "0 0 24 24",
xmlns: "http://www.w3.org/2000/svg",
"data-title": "CopyOutline",
...title && { "data-title": title },
fill,
stroke,
...props,
dangerouslySetInnerHTML: { __html: (title === void 0 ? "" : `<title>${title}</title>`) + "<path fill-rule=\"evenodd\" d=\"m9.26,3.95c-.11,0-.21.04-.29.12-.08.08-.12.18-.12.29v11.8c0,.11.04.21.12.29.08.08.18.12.29.12h8.91c.11,0,.21-.04.29-.12.08-.08.12-.18.12-.29V7.54l-3.55-3.59h-5.77Zm-1.65-1.26c.44-.44,1.03-.69,1.65-.69h6.17c.26,0,.5.1.68.29l4.11,4.17c.18.18.28.43.28.69v9.02c0,.63-.25,1.23-.68,1.67-.44.44-1.03.69-1.65.69h-8.91c-.62,0-1.21-.25-1.65-.69-.44-.44-.68-1.04-.68-1.67V4.36c0-.63.25-1.23.68-1.67Z\"/><path fill-rule=\"evenodd\" d=\"m4.46,6.17c.53,0,.96.44.96.98v12.5c0,.11.04.21.12.29.08.08.18.12.29.12h9.59c.53,0,.96.44.96.98s-.43.98-.96.98H5.83c-.62,0-1.21-.25-1.65-.69-.44-.44-.68-1.04-.68-1.67V7.14c0-.54.43-.98.96-.98Z\"/>" }
});
CopyOutline.displayName = "CopyOutline";
var tags = ["CopyOutline", ""];
//#endregion
exports.CopyOutline = CopyOutline;
exports.tags = tags;
//# sourceMappingURL=CopyOutline.js.map