UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 404 B
import * as React from 'react'; export function SvgFileDownloadSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M6 3v26h20V9.6l-.3-.3-6-6-.3-.3H6zm2 2h10v6h6v16H8V5zm12 1.4L22.6 9H20V6.4zM15 13v5h-3l4 4 4-4h-3v-5h-2zm-3 10v2h8v-2h-8z" }))); } export default SvgFileDownloadSolid;