react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 419 B
JavaScript
import * as React from 'react';
export function SvgAngleDoubleUpSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M16 4.688L3.781 16.905l1.438 1.407L16 7.53l10.781 10.782 1.438-1.407zm0 7L3.781 23.905l1.438 1.407L16 14.53l10.781 10.781 1.438-1.406z" })));
}
export default SvgAngleDoubleUpSolid;