UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 404 B
import * as React from 'react'; export function SvgFileImportSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M6 4v24h20v-9h-2v7H8V6h16v7h2V4zm11.5 7l-4.313 4.281L12.5 16l.688.719L17.5 21l1.406-1.406L16.313 17H28v-2H16.312l2.594-2.594z" }))); } export default SvgFileImportSolid;