UNPKG

vinyl-component-blocks

Version:

Modular, Reusable, and Styled UI Component Library. Stop repeating work, install, call, use, modify.

4 lines 612 B
import { jsx as _jsx } from "react/jsx-runtime"; const SvgDownload = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", fill: "#fff", viewBox: "0 0 485 485", ...props, children: _jsx("path", { d: "M233 378.7c2.6 2.6 6.1 4 9.5 4s6.9-1.3 9.5-4l107.5-107.5c5.3-5.3 5.3-13.8 0-19.1s-13.8-5.3-19.1 0L256 336.5v-323C256 6 250 0 242.5 0S229 6 229 13.5v323l-84.4-84.4c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1zM426.5 458h-368C51 458 45 464 45 471.5S51 485 58.5 485h368c7.5 0 13.5-6 13.5-13.5s-6-13.5-13.5-13.5" }) })); export default SvgDownload; //# sourceMappingURL=Download.js.map