UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 971 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BrFacebookMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.BrFacebookMIcon = (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", d: "M16.897 7.975a.42.42 0 0 0-.307-.142h-3.126V6.658c0-.233.05-.5.423-.5h2.488a.35.35 0 0 0 .29-.125.4.4 0 0 0 .116-.283V2.417A.42.42 0 0 0 16.366 2h-3.59C8.794 2 8.487 5.417 8.487 6.458v1.375H6.415A.414.414 0 0 0 6 8.25v3.333a.42.42 0 0 0 .415.417h2.073v9.583a.42.42 0 0 0 .415.417h4.146a.414.414 0 0 0 .415-.417V12h2.778a.413.413 0 0 0 .415-.375l.34-3.333a.4.4 0 0 0-.1-.317" }))); }); exports.BrFacebookMIcon.displayName = 'BrFacebookMIcon';