@icongo/mc
Version:
Micon Icons
13 lines • 631 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlCircleFillBadge12 = 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 341q94 0 181.5 24.5t163.5 69T1507 541t106.5 138 69 163.5T1707 1024t-24.5 181.5-69 163.5-106.5 138-138 106.5-163.5 69T1024 1707t-181.5-24.5-163.5-69T541 1507t-106.5-138-69-163.5T341 1024t24.5-181.5 69-163.5T541 541t138-106.5 163.5-69T1024 341z"
})
}));
export { MCMdlCircleFillBadge12 };