UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 822 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 FacebookSquare = (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: "M17.625 3H6.375A3.375 3.375 0 003 6.375v11.25A3.375 3.375 0 006.375 21h11.25A3.375 3.375 0 0021 17.625V6.375A3.375 3.375 0 0017.625 3zm-.457 9.694h-1.684v6.234H12.67v-6.234h-1.092v-2.1h1.092V9.254c0-1.753.73-2.795 2.795-2.795h2.094v2.092H16.34c-.805 0-.857.3-.857.86l-.002 1.179h1.913l-.23 2.1.003.003z", fill: "#323544" })); exports.default = FacebookSquare;