UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 375 B
import * as React from 'react'; export function SvgDownloadSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M15 4v16.563L9.719 15.28 8.28 16.72l7 7 .719.687.719-.687 7-7-1.438-1.438L17 20.562V4zM7 26v2h18v-2z" }))); } export default SvgDownloadSolid;