UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 377 B
import * as React from 'react'; export function SvgLevelUpAltSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M17 4l-.719.688-8.5 8.5 1.438 1.439L16 7.844V26H6v2h12V7.844l6.781 6.781 1.438-1.438-8.5-8.5L17 4z" }))); } export default SvgLevelUpAltSolid;