UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.91 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var BrGooglePayMIcon = 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: "M11.201 14.633h-.88V7.892h2.335q.89 0 1.51.582.633.582.633 1.421a1.85 1.85 0 0 1-.633 1.43q-.615.575-1.51.574h-1.455zm0-5.91v2.35h1.473q.527-.001.872-.347c.234-.23.354-.51.354-.826 0-.311-.12-.587-.354-.817a1.15 1.15 0 0 0-.872-.356h-1.473zM17.102 9.868q.978 0 1.542.515.564.514.564 1.408v2.842h-.84v-.64h-.036q-.545.79-1.455.79-.777 0-1.298-.452a1.43 1.43 0 0 1-.523-1.128q0-.717.55-1.137.551-.426 1.469-.424.785 0 1.29.284v-.199a.98.98 0 0 0-.363-.767 1.26 1.26 0 0 0-.854-.316c-.49 0-.881.203-1.165.614l-.776-.478q.642-.913 1.895-.912m-1.138 3.348a.68.68 0 0 0 .294.564q.29.226.684.226.557 0 .99-.406.436-.405.437-.952-.413-.319-1.148-.32-.536 0-.894.252-.365.264-.363.636M24 10.017l-2.937 6.642h-.91l1.093-2.324-1.936-4.318h.959l1.395 3.312h.018l1.358-3.312zM7.696 11.353q-.001-.424-.073-.813H3.93v1.49h2.127a1.8 1.8 0 0 1-.79 1.2v.965h1.266c.74-.672 1.163-1.667 1.163-2.842" }), React.createElement("path", { fill: "currentColor", d: "M5.27 13.229c-.353.234-.807.37-1.338.37a2.35 2.35 0 0 1-2.207-1.595H.419V13a3.94 3.94 0 0 0 3.513 2.13c1.062 0 1.954-.344 2.603-.935z" }), React.createElement("path", { fill: "currentColor", d: "M1.601 11.265c0-.258.044-.506.123-.74v-.996H.418A3.8 3.8 0 0 0 0 11.265 3.8 3.8 0 0 0 .418 13l1.306-.996a2.3 2.3 0 0 1-.123-.74" }), React.createElement("path", { fill: "currentColor", d: "M3.931 8.93c.58 0 1.099.196 1.508.58l1.122-1.103A3.8 3.8 0 0 0 3.931 7.4 3.94 3.94 0 0 0 .418 9.529l1.306.996A2.35 2.35 0 0 1 3.93 8.93" }))); }); BrGooglePayMIcon.displayName = 'BrGooglePayMIcon';