@icongo/mc
Version:
Micon Icons
13 lines • 588 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlMultiSelectMirrored = 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: "M1294 384v128H14V384h1280zm0 512H14V768h1280v128zm0 384H14v-128h1280v128zm0 384H14v-128h1280v128zm400-388 286-286 68 68-354 354-178-178 68-68 110 110zm0-768 286-286 68 68-354 354-178-178 68-68 110 110z"
})
}));
export { MCMdlMultiSelectMirrored };