@icongo/mc
Version:
Micon Icons
13 lines • 629 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlCircleRingBadge12 = 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 171q118 0 227 30.5t203.5 86T1627 421t133.5 172.5 86 203.5 30.5 227-30.5 227-86 203.5T1627 1627t-172.5 133.5-203.5 86-227 30.5-227-30.5-203.5-86T421 1627t-133.5-172.5-86-203.5-30.5-227 30.5-227 86-203.5T421 421t172.5-133.5 203.5-86 227-30.5z"
})
}));
export { MCMdlCircleRingBadge12 };