@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 975 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BrBerekeFilledMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.BrBerekeFilledMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { d: "M18.0764 2C20.2465 2 22 3.75297 22 5.92248V7.6118C22 9.78131 20.2465 11.5343 18.0764 11.5343H2V5.92248C2 3.75297 3.75347 2 5.92361 2H18.0764Z", fill: "currentColor" }),
react_1.default.createElement("path", { d: "M18.0764 22C20.2465 22 22 20.247 22 18.0775V16.3882C22 14.2187 20.2465 12.4657 18.0764 12.4657H2V18.0775C2 20.247 3.75347 22 5.92361 22H18.0764Z", fill: "currentColor" }))); });
exports.BrBerekeFilledMIcon.displayName = 'BrBerekeFilledMIcon';