UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 624 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var BerekeMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", d: "M18.076 2A3.92 3.92 0 0 1 22 5.922v1.69a3.92 3.92 0 0 1-3.924 3.922H2V5.922A3.92 3.92 0 0 1 5.924 2zM18.076 22A3.92 3.92 0 0 0 22 18.078v-1.69a3.92 3.92 0 0 0-3.924-3.922H2v5.612A3.92 3.92 0 0 0 5.924 22z" }))); }); BerekeMIcon.displayName = 'BerekeMIcon';