@icongo/mc
Version:
Micon Icons
13 lines • 953 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlDislike = 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: "M960 256q178 0 345 69 72 29 144.5 44t150.5 15h448v896h-417q-65 0-122.5 24t-103.5 70l-622 621q-25 25-50 39t-61 14q-33 0-62-12.5t-51-34.5-34.5-51-12.5-62q0-81 18-154.5t53-145.5q20-43 34-87.5t19-92.5H192q-39 0-74-15t-61.5-41-41.5-61-15-75q0-32 10-61l256-768q20-59 70-95t112-36h512zm960 256h-320q-179 0-345-69-144-59-295-59H448q-20 0-37 12t-24 32q-5 14-18.5 54T336 578.5t-42 124T248 839t-44.5 134.5-38.5 118-27 86-10 38.5q0 26 19 45t45 19h576q0 53-2.5 98.5t-10 88.5-21.5 86-37 91q-28 58-42.5 118.5T640 1888q0 14 9 23t23 9q6 0 10.5-4.5l8.5-8.5 623-624q32-32 68.5-56t77.5-41q80-34 171-34h289V512z"
})
}));
export { MCMdlDislike };