UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 871 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GbpMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.GbpMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), react_1.default.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" }))); }); exports.GbpMIcon.displayName = 'GbpMIcon';