UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.03 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GbpSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.GbpSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.22 3.204c-.396.453-.67 1.193-.67 2.296v1.75H9.4a.75.75 0 0 1 0 1.5H6.55v3.063a3 3 0 0 1-.518 1.687H13a.75.75 0 0 1 0 1.5H3.25a.75.75 0 0 1 0-1.5c.96 0 1.8-.802 1.8-1.687V8.75h-1.8a.75.75 0 0 1 0-1.5h1.8V5.5c0-1.334.331-2.47 1.039-3.282C6.809 1.392 7.833 1 9 1c.557 0 1.157.158 1.67.369.508.21 1.016.506 1.36.85a.75.75 0 0 1-1.06 1.061c-.156-.155-.47-.358-.872-.524C9.7 2.592 9.3 2.5 9 2.5c-.82 0-1.397.265-1.78.704", clipRule: "evenodd" }))); }); exports.GbpSIcon.displayName = 'GbpSIcon';