UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 509 B
import * as React from 'react'; export function SvgLevelDownAltSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M4.5 4.5v3h15v15.355l-3.781-3.78-2.145 2.144 6.358 6.357L21 28.598l1.068-1.022 6.358-6.357-2.145-2.145-3.781 3.781V4.5h-18zm1 1h16v19.77l4.781-4.782.73.73-5.642 5.643-.369.354-.37-.354-5.642-5.642.73-.73 4.782 4.78V6.5h-15v-1z" }))); } export default SvgLevelDownAltSolid;