@icongo/mc
Version:
Micon Icons
13 lines • 664 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCFacebook = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 1792 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M1792 226.8v1594c0 54.8-44.4 98.8-98.8 98.8h-456.8V1226h232.8l34.8-270.4h-268V782.8c0-78.4 21.6-131.6 134-131.6h143.2v-242c-24.8-3.2-109.6-10.8-208.8-10.8-206.4 0-348 126-348 357.6v199.6H722.8V1226h233.6v694H98.8c-54.4 0-98.8-44.4-98.8-98.8V226.8C0 172.4 44.4 128 98.8 128h1594c54.8 0 99.2 44.4 99.2 98.8z"
})
}));
export { MCFacebook };