@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.2 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BrFacebookFilledSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.BrFacebookFilledSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.556 1C1.696 1 1 1.696 1 2.556v10.888C1 14.304 1.696 15 2.556 15h5.296V9.167H6.679a.23.23 0 0 1-.166-.072.25.25 0 0 1-.069-.171V6.979c0-.064.025-.126.07-.172a.23.23 0 0 1 .165-.07h1.173v-.803c0-.608.173-2.6 2.425-2.6h2.031a.23.23 0 0 1 .166.07.25.25 0 0 1 .069.172v1.945a.24.24 0 0 1-.066.165.2.2 0 0 1-.164.073h-1.407c-.212 0-.24.156-.24.292v.685h1.769a.23.23 0 0 1 .173.083.23.23 0 0 1 .057.184l-.193 1.945a.25.25 0 0 1-.076.156.23.23 0 0 1-.158.063h-1.572V15h2.778c.86 0 1.556-.696 1.556-1.556V2.556C15 1.696 14.304 1 13.444 1z", clipRule: "evenodd" }))); });
exports.BrFacebookFilledSIcon.displayName = 'BrFacebookFilledSIcon';