@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.03 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({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { d: "M22 12C22 6.47716 17.5228 2 12 2C6.47716 2 2 6.47716 2 12C2 16.6898 5.2286 20.6249 9.58424 21.7055V15.0558H7.52216V12H9.58424V10.6832C9.58424 7.27956 11.1246 5.70196 14.4662 5.70196C15.0997 5.70196 16.1928 5.82616 16.64 5.9504V8.72056C16.404 8.69572 15.9941 8.68328 15.4848 8.68328C13.845 8.68328 13.2115 9.30439 13.2115 10.9193V12H16.4778L15.9167 15.0558H13.2115V21.9267C18.1629 21.3287 22 17.1127 22 12Z", fill: "currentColor" }))); });
exports.BrFacebookFilledMIcon.displayName = 'BrFacebookFilledMIcon';