UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 816 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function DownloadIcon(props) { return (0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "download", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: [(0, jsx_runtime_1.jsx)("path", { d: "M13 3.5v9.086l1.94-1.94a.5.5 0 0 1 .707 0l.707.707a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.707 0l-4-4a.5.5 0 0 1 0-.708l.706-.706a.5.5 0 0 1 .708 0L11 12.586V3.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M3.5 15a.5.5 0 0 0-.5.5V20a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-4.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5V19H5v-3.5a.5.5 0 0 0-.5-.5h-1Z" })] }); } exports.default = DownloadIcon;