@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.46 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BrFacebookFilledSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.BrFacebookFilledSIcon = (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: "M6.30897 10.1391V14.7939C6.85057 14.9282 7.41686 15 7.99998 15C8.2871 15 8.57 14.9823 8.84804 14.9487V10.1391H10.7417L11.1345 8H8.84804V7.24349C8.84804 6.11308 9.29153 5.67829 10.4393 5.67829C10.7959 5.67829 11.0828 5.687 11.248 5.70439V3.76528C10.935 3.67831 10.1698 3.59137 9.72631 3.59137C7.38719 3.59137 6.30897 4.69569 6.30897 7.07826V8H4.86551V10.1391H6.30897Z", fill: "currentColor" }),
react_1.default.createElement("path", { d: "M15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.2829 3.26002 14.0374 6.30897 14.7939V10.1391H4.86551V8H6.30897V7.07826C6.30897 4.69569 7.38719 3.59137 9.72631 3.59137C10.1698 3.59137 10.935 3.67831 11.248 3.76528V5.70439C11.0828 5.687 10.7959 5.67829 10.4393 5.67829C9.29153 5.67829 8.84804 6.11308 8.84804 7.24349V8H11.1345L10.7417 10.1391H8.84804V14.9487C12.314 14.5301 15 11.5789 15 8Z", fill: "currentColor" }))); });
exports.BrFacebookFilledSIcon.displayName = 'BrFacebookFilledSIcon';