UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 764 B
"use strict"; 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 Facebook = (props) => React.createElement("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12 2.54c5.523 0 10 4.476 10 10 0 4.99-3.657 9.127-8.438 9.878V15.43h2.33l.444-2.89-2.773-.001v-1.876-.018-.028c.015-.774.411-1.515 1.63-1.515h1.26V6.64s-1.144-.196-2.238-.196c-2.249 0-3.73 1.342-3.776 3.774l-.002.117v2.203H7.899v2.89h2.54v6.988C5.657 21.667 2 17.53 2 12.54c0-5.523 4.477-10 10-10z", fill: "#323544" })); exports.default = Facebook;