@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 810 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var BrFacebookSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", d: "M11.265 5.317a.28.28 0 0 0-.205-.095H8.976V4.44c0-.156.033-.333.282-.333h1.658a.23.23 0 0 0 .194-.084.26.26 0 0 0 .077-.189V1.611a.28.28 0 0 0-.276-.278H8.517c-2.654 0-2.858 2.278-2.858 2.973v.916H4.276A.276.276 0 0 0 4 5.5v2.222A.28.28 0 0 0 4.276 8H5.66v6.389a.28.28 0 0 0 .276.278H8.7a.276.276 0 0 0 .277-.278V8h1.852a.276.276 0 0 0 .276-.25l.227-2.222a.26.26 0 0 0-.066-.211" }))); });
BrFacebookSIcon.displayName = 'BrFacebookSIcon';