UNPKG

@ozen-ui/icons

Version:

A collection of icons

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