@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.46 kB
JavaScript
;
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({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.21984 3.20368C6.82448 3.65736 6.55 4.39658 6.55 5.5V7.25H9.4C9.81421 7.25 10.15 7.58579 10.15 8C10.15 8.41421 9.81421 8.75 9.4 8.75H6.55V11.8125C6.55 12.4397 6.35623 13.0155 6.03249 13.5L13 13.5C13.4142 13.5 13.75 13.8358 13.75 14.25C13.75 14.6642 13.4142 15 13 15L3.25 15C2.83579 15 2.5 14.6642 2.5 14.25C2.5 13.8358 2.83579 13.5 3.25 13.5C4.20962 13.5 5.05 12.6977 5.05 11.8125V8.75H3.25C2.83579 8.75 2.5 8.41421 2.5 8C2.5 7.58579 2.83579 7.25 3.25 7.25H5.05V5.5C5.05 4.16592 5.38141 3.03014 6.08899 2.21819C6.80922 1.39174 7.83264 1 9 1C9.55734 1 10.1572 1.15801 10.6696 1.369C11.178 1.57837 11.6859 1.87527 12.0303 2.21967C12.3232 2.51256 12.3232 2.98744 12.0303 3.28033C11.7374 3.57322 11.2626 3.57322 10.9697 3.28033C10.8141 3.12473 10.5006 2.92163 10.0984 2.756C9.70013 2.59199 9.29998 2.5 9 2.5C8.17913 2.5 7.60256 2.76451 7.21984 3.20368Z", fill: "currentColor" }))); });
exports.GbpSIcon.displayName = 'GbpSIcon';