UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 805 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var BrFacebookMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.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" }))); }); BrFacebookMIcon.displayName = 'BrFacebookMIcon';