UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 721 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function CopyIcon(props) { return (0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "copy", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M21 7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V7ZM9 20h10V8H9v12Z", clipRule: "evenodd" }), (0, jsx_runtime_1.jsx)("path", { d: "M17 2.5a.5.5 0 0 0-.5-.5H4a1 1 0 0 0-1 1v14.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V4h11.5a.5.5 0 0 0 .5-.5v-1Z" })] }); } exports.default = CopyIcon;