@icongo/fc
Version:
Flat Color Icons
14 lines • 453 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var FCGenericSortingAsc = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#2196F3",
d: "M6 6h4v4H6zm0 8h12v4H6zm0 8h20v4H6zm0 8h28v4H6zm0 8h36v4H6z"
})
}));
export { FCGenericSortingAsc };