UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 795 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var BrBerekeFilledMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.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.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" }))); }); BrBerekeFilledMIcon.displayName = 'BrBerekeFilledMIcon';