@icongo/mc
Version:
Micon Icons
13 lines • 968 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlButtonY = 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 272q0 142-36.5 273t-103 244.5-160 207-207 160-244.5 103-273 36.5-273-36.5-244.5-103-207-160-160-207-103-244.5T0 1024t36.5-273 103-244.5 160-207 207-160T751 36.5 1024 0zm0 1920q123 0 237.5-32t214-90.5T1657 1657t140.5-181.5 90.5-214 32-237.5-32-237.5-90.5-214T1657 391t-181.5-140.5-214-90.5-237.5-32q-124 0-238 32t-213.5 90.5T391 391 250.5 572.5t-90.5 214-32 237.5q0 124 32 238t90.5 213.5T391 1657t181.5 140.5 214 90.5 237.5 32zm8-931h-2q-4-15-8-32.5t-10-31.5L886 634H685l248 506v274h176v-278l254-502h-187l-127 293q-7 15-11 30.5t-6 31.5z"
})
}));
export { MCMdlButtonY };