@icongo/mc
Version:
Micon Icons
13 lines • 687 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlCalculatorDivide = 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: "M1088 1664q0 27-10 50t-27.5 40.5-40.5 27.5-50 10-50-10-40.5-27.5T842 1714t-10-50 10-50 27.5-40.5T910 1546t50-10 50 10 40.5 27.5 27.5 40.5 10 50zm0-1408q0 27-10 50t-27.5 40.5T1010 374t-50 10-50-10-40.5-27.5T842 306t-10-50 10-50 27.5-40.5T910 138t50-10 50 10 40.5 27.5T1078 206t10 50zm832 768H0V896h1920v128z"
})
}));
export { MCMdlCalculatorDivide };