iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 838 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const FacebookRounded = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2z", fill: "#323544" }),
React.createElement("path", { d: "M13.3 21.916v-7.724h2.177l.288-2.719H13.3l.004-1.36c0-.71.067-1.09 1.086-1.09h1.361V6.306h-2.178c-2.616 0-3.537 1.318-3.537 3.536v1.633h-1.63v2.718h1.63v7.614a10.053 10.053 0 003.264.11z", fill: "#fff" }));
exports.default = FacebookRounded;