@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 712 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var GbpMIcon = 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 20.25a.75.75 0 0 1-.75.75h-12a.75.75 0 1 1 0-1.5 2.627 2.627 0 0 0 2.625-2.625v-3.75H5.25a.75.75 0 1 1 0-1.5h2.625v-3.75a4.875 4.875 0 0 1 8.322-3.447.75.75 0 1 1-1.06 1.06 3.375 3.375 0 0 0-5.762 2.387v3.75h3.375a.75.75 0 1 1 0 1.5H9.375v3.75c0 .959-.334 1.887-.945 2.625h8.82a.75.75 0 0 1 .75.75" }))); });
GbpMIcon.displayName = 'GbpMIcon';