react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 437 B
JavaScript
import * as React from 'react';
export function SvgPaperPlaneSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M3.594 5.344l.437 1.875L5.97 16 4.03 24.781l-.437 1.875 1.781-.718 22-9L29.656 16l-2.281-.938-22-9zm2.781 3.312L21.906 15H7.781zM7.781 17h14.125L6.375 23.344z" })));
}
export default SvgPaperPlaneSolid;