@icongo/mc
Version:
Micon Icons
13 lines • 512 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlDrop = 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: "M1606 1166q58 114 58 242 0 88-23 170t-64.5 153-100 129.5-129.5 100-153 64.5-170 23-170-23-153-64.5-129.5-100-100-129.5-64.5-153-23-170q0-127 56-241L1019 0z"
})
}));
export { MCMdlDrop };