react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 453 B
JavaScript
import * as React from 'react';
export function SvgSortAmountUpSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M4 5v2h12V5H4zm18 .5l-.72.69L17 10.5l1.41 1.41L21 9.31V28h2V9.31l2.59 2.6L27 10.5l-4.28-4.31L22 5.5zM4 9v2h10V9H4zm0 4v2h8v-2H4zm0 4v2h6v-2H4zm0 4v2h4v-2H4zm0 4v2h2v-2H4z" })));
}
export default SvgSortAmountUpSolid;