@icongo/mc
Version:
Micon Icons
13 lines • 650 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCFacebookSquare = 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 320v1408c0 106-86 192-192 192h-341.2v-708.8h242.4l34.8-270.4h-277.2V768c0-78.4 21.6-131.6 134-131.6H1536V394.8c-24.8-3.2-109.6-10.8-208.8-10.8-206.4 0-348 126-348 357.6v199.6H736v270.4h243.6V1920H192c-106 0-192-86-192-192V320c0-106 86-192 192-192h1408c106 0 192 86 192 192z"
})
}));
export { MCFacebookSquare };