@icongo/mc
Version:
Micon Icons
13 lines • 1.3 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCReddit = 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: "M806 1222c-55.2 0-99.6-44.4-99.6-98.4 0-55.2 44.4-99.6 99.6-99.6 54.4 0 98.4 44.4 98.4 99.6 0 54.4-44.4 98.4-98.4 98.4zm1210-198c0 548-444 992-992 992S32 1572 32 1024 476 32 1024 32s992 444 992 992zm-529.2-164.8c-37.6 0-70.8 15.6-95.2 40-89.6-62-210.4-102-344.4-106.4l69.6-313.2 221.6 50c0 54.4 44.4 98.4 98.4 98.4 55.2 0 99.6-45.2 99.6-99.6s-44.4-99.6-99.6-99.6c-38.8 0-72 23.2-88.4 55.2l-244.8-54.4c-12-3.2-24.4 5.6-27.6 17.6l-76.4 345.6c-132.8 5.6-252.4 45.2-342 107.2-24.4-25.6-58.8-40.8-96.4-40.8-139.6 0-185.2 187.6-57.6 251.2-4.4 20-6.8 40.8-6.8 62 0 210.4 236.8 380.8 528 380.8 292.4 0 529.2-170.4 529.2-380.8 0-21.2-2.4-43.2-7.6-63.2 125.2-64 79.2-250-59.6-250zM1211.2 1324c-72.8 72.8-304.4 71.6-374.4 0-8.8-8.8-24.4-8.8-33.2 0-10 10-10 25.6 0 34.4 91.2 91.2 349.2 91.2 440.8 0 10-8.8 10-24.4 0-34.4-8.8-8.8-24.4-8.8-33.2 0zm30.8-300c-54.4 0-98.4 44.4-98.4 99.6 0 54.4 44.4 98.4 98.4 98.4 55.2 0 99.6-44.4 99.6-98.4 0-55.2-44-99.6-99.6-99.6z"
})
}));
export { MCReddit };