react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 434 B
JavaScript
import * as React from 'react';
export function SvgSortSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M16 3.594l-.719.687-8 8L5.594 14h20.812l-1.687-1.719-8-8zm0 2.844L21.563 12H10.438zM5.594 18l1.687 1.719 8 8 .719.687.719-.687 8-8L26.406 18zm4.843 2h11.126L16 25.563z" })));
}
export default SvgSortSolid;