@icongo/mc
Version:
Micon Icons
13 lines • 487 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlHighlightFill2 = 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: "M1984 448q-89 0-160 39.5t-120.5 103-76.5 144-27 161.5v320H448V896q0-81-27-161.5t-76.5-144-121-103T64 448h1920z"
})
}));
export { MCMdlHighlightFill2 };