@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 794 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var BrBerekeFilledSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.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.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" }))); });
BrBerekeFilledSIcon.displayName = 'BrBerekeFilledSIcon';