@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 974 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BrBerekeFilledSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.BrBerekeFilledSIcon = (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: "M12.2535 1C13.7726 1 15 2.22708 15 3.74573V4.92826C15 6.44692 13.7726 7.67399 12.2535 7.67399H1V3.74573C1 2.22708 2.22743 1 3.74653 1H12.2535Z", fill: "currentColor" }),
react_1.default.createElement("path", { d: "M12.2535 15C13.7726 15 15 13.7729 15 12.2543V11.0717C15 9.55308 13.7726 8.326 12.2535 8.326H1V12.2543C1 13.7729 2.22743 15 3.74653 15H12.2535Z", fill: "currentColor" }))); });
exports.BrBerekeFilledSIcon.displayName = 'BrBerekeFilledSIcon';