UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 469 B
import * as React from 'react'; export function SvgChevronUpSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M16 5.688L1.594 20.093l.687.718 3.906 3.907.72.687L16 16.313l9.094 9.093.718-.687 3.907-3.907.687-.718zm0 2.843l11.563 11.594-2.438 2.438-8.406-8.375L16 13.5l-.719.688-8.406 8.374-2.438-2.437z" }))); } export default SvgChevronUpSolid;