@icongo/mc
Version:
Micon Icons
13 lines • 938 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlButtonMenu = 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: "M1024 0q141 0 272 36.5T1540.5 140t207 160.5 160.5 207T2011.5 752t36.5 272-36.5 272-103.5 244.5-160.5 207-207 160.5-244.5 103.5-272 36.5-272-36.5T507.5 1908t-207-160.5-160.5-207T36.5 1296 0 1024t36.5-272T140 507.5t160.5-207 207-160.5T752 36.5 1024 0zm0 1920q123 0 237.5-32t214-90.5T1657 1657t140.5-181.5T1888 1262t32-238q0-123-32-237.5t-90.5-214T1657 391t-181.5-140.5-214-90.5-237.5-32-237.5 32-214 90.5T391 391 250.5 572.5t-90.5 214-32 237.5 32 237.5 90.5 214T391 1657t181.5 140.5T786 1888t238 32zM576 960h896v128H576V960zm0-320h896v128H576V640zm0 640h896v128H576v-128z"
})
}));
export { MCMdlButtonMenu };