@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.77 kB
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({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { d: "M11.2647 5.31671C11.2391 5.28743 11.2077 5.26388 11.1725 5.24761C11.1372 5.23134 11.099 5.2227 11.0602 5.22226H8.97584V4.43893C8.97584 4.28337 9.00902 4.1056 9.25781 4.1056H10.9164C10.9529 4.10801 10.9895 4.10171 11.0231 4.08723C11.0567 4.07275 11.0865 4.05049 11.1099 4.02226C11.1348 3.99762 11.1545 3.96819 11.1678 3.93574C11.1811 3.90329 11.1877 3.86847 11.1873 3.83337V1.61115C11.1873 1.53748 11.1582 1.46683 11.1064 1.41473C11.0545 1.36264 10.9842 1.33337 10.9109 1.33337H8.51696C5.86318 1.33337 5.65861 3.61115 5.65861 4.3056V5.22226H4.27644C4.20312 5.22226 4.13281 5.25153 4.08097 5.30362C4.02912 5.35572 4 5.42637 4 5.50004V7.72226C4 7.79593 4.02912 7.86659 4.08097 7.91868C4.13281 7.97078 4.20312 8.00004 4.27644 8.00004H5.65861V14.3889C5.65861 14.4626 5.68774 14.5333 5.73958 14.5853C5.79142 14.6374 5.86173 14.6667 5.93505 14.6667H8.69941C8.77272 14.6667 8.84304 14.6374 8.89488 14.5853C8.94672 14.5333 8.97584 14.4626 8.97584 14.3889V8.00004H10.828C10.8967 8.00039 10.9632 7.97496 11.0143 7.92874C11.0654 7.88251 11.0975 7.8188 11.1044 7.75004L11.3311 5.52782C11.3361 5.48989 11.3327 5.45133 11.3213 5.41485C11.3098 5.37837 11.2905 5.34486 11.2647 5.31671Z", fill: "currentColor" }))); });
exports.BrFacebookSIcon.displayName = 'BrFacebookSIcon';