react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 639 B
JavaScript
import * as React from 'react';
export function SvgSortAlphaDownAltSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M5 5v2h5.563L5.28 12.281 5 12.594V15h8v-2H7.437l5.282-5.281.281-.313V5zm17 0v18.688l-2.594-2.594L18 22.5l4.281 4.313.719.687.719-.688L28 22.5l-1.406-1.406L24 23.687V5zM8.187 17l-.218.656L6.03 23H6v.063l-.938 2.593-.062.157V27h2v-.844L7.406 25h3.188L11 26.156V27h2v-1.188l-.063-.156L12 23.063V23h-.031l-1.938-5.344L9.812 17zM9 20.656L9.844 23H8.156z" })));
}
export default SvgSortAlphaDownAltSolid;