react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 368 B
JavaScript
import * as React from 'react';
export function SvgUploadSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M16 3.594l-.719.687-7 7L9.72 12.72 15 7.438V24h2V7.437l5.281 5.282 1.438-1.438-7-7zM7 26v2h18v-2z" })));
}
export default SvgUploadSolid;