@icongo/mc
Version:
Micon Icons
13 lines • 482 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlSort = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "m1069 499-90 90-338-337-1 1796H512l1-1799-340 340-90-90L576 6zm807 960 91 90-493 493-494-493 91-90 338 338-1-1797h128l1 1798z"
})
}));
export { MCMdlSort };