@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.2 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BrFacebookFilledMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.BrFacebookFilledMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.222 2A2.22 2.22 0 0 0 2 4.222v15.556C2 21.005 2.995 22 4.222 22h7.566v-8.333h-1.675a.33.33 0 0 1-.237-.102.35.35 0 0 1-.098-.246v-2.777c0-.092.035-.18.098-.246a.33.33 0 0 1 .237-.102h1.675V9.05c0-.868.248-3.716 3.465-3.716h2.902a.33.33 0 0 1 .237.102.35.35 0 0 1 .098.246v2.777a.34.34 0 0 1-.094.236.28.28 0 0 1-.235.105h-2.01c-.302 0-.342.222-.342.416v.98h2.527a.33.33 0 0 1 .248.117.33.33 0 0 1 .08.264l-.275 2.778a.35.35 0 0 1-.11.224.33.33 0 0 1-.225.089H15.81V22h3.969A2.22 2.22 0 0 0 22 19.778V4.222A2.22 2.22 0 0 0 19.778 2z", clipRule: "evenodd" }))); });
exports.BrFacebookFilledMIcon.displayName = 'BrFacebookFilledMIcon';