@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 976 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BrFacebookSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.BrFacebookSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.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" }))); });
exports.BrFacebookSIcon.displayName = 'BrFacebookSIcon';