@icongo/mc
Version:
Micon Icons
13 lines • 467 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlFavoriteLegacy = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 1792 1792"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "m1792 672-553 425.25L1456 1792l-560-430.5L336 1792l217-694.75L0 672h686L896 0l210 672h686z"
})
}));
export { MCMdlFavoriteLegacy };