@icongo/mc
Version:
Micon Icons
13 lines • 873 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlPaginationDotOutline10 = 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: "M1024 0q141 0 272 36.5t245 103 207.5 160 160 207.5 103 245 36.5 272-36.5 272-103 245-160 207.5-207.5 160-245 103-272 36.5-272-36.5-245-103-207.5-160-160-207.5-103-244.5T0 1024q0-141 36.5-272t103-245 160-207.5 207.5-160 244.5-103T1024 0zm0 1843q113 0 217.5-29.5T1437 1731t166-128 128-166 82.5-195.5T1843 1024t-29.5-217.5T1731 611t-128-166-166-128-195.5-82.5T1024 205t-217.5 29.5T611 317 445 445 317 611t-82.5 195.5T205 1024t29.5 217.5T317 1437t128 166 166 128 195.5 82.5T1024 1843z"
})
}));
export { MCMdlPaginationDotOutline10 };