UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 606 B
import * as React from 'react'; export function SvgSortAlphaUpAltSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M5 5v2h5.56l-5.28 5.28-.28.31V15h8v-2H7.44l5.28-5.28.28-.31V5H5zm18 .5l-.72.69L18 10.5l1.41 1.41L22 9.31V28h2V9.31l2.59 2.6L28 10.5l-4.28-4.31L23 5.5zM8.19 17l-.22.66L6.03 23H6v.06l-.94 2.6-.06.15V27h2v-.84L7.41 25h3.18l.41 1.16V27h2v-1.19l-.06-.15-.94-2.6V23h-.03l-1.94-5.34-.22-.66H8.19zM9 20.66L9.84 23H8.16L9 20.66z" }))); } export default SvgSortAlphaUpAltSolid;