UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 637 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function FacebookAltIcon(props) { return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "facebook logo", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M9.831 22v-8.75H6.656V9.625h3.175V6.862C9.831 3.725 11.694 2 14.556 2c1.363 0 2.788.237 2.788.237v3.088h-1.575c-1.55 0-2.038.962-2.038 1.95v2.35h3.475l-.562 3.625H13.73V22h-3.9Z" }) }); } exports.default = FacebookAltIcon;