@toolpad/core
Version:
Dashboard framework powered by Material UI.
23 lines (22 loc) • 853 B
JavaScript
var _svg;
import * as React from 'react';
/**
* @ignore - internal component.
*/
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
function FacebookIcon() {
return _svg || (_svg = /*#__PURE__*/_jsxs("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: "24",
height: "24",
viewBox: "0 0 48 48",
children: [/*#__PURE__*/_jsx("path", {
fill: "#316FF6",
d: "M24,4C12.954,4,4,12.954,4,24s8.954,20,20,20s20-8.954,20-20S35.046,4,24,4z"
}), /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M26.707,29.301h5.176l0.813-5.258h-5.989v-2.874c0-2.184,0.714-4.121,2.757-4.121h3.283V12.46 c-0.577-0.078-1.797-0.248-4.102-0.248c-4.814,0-7.636,2.542-7.636,8.334v3.498H16.06v5.258h4.948v14.452 C21.988,43.9,22.981,44,24,44c0.921,0,1.82-0.084,2.707-0.204V29.301z"
})]
}));
}
export default FacebookIcon;