UNPKG

@ozen-ui/icons

Version:

A collection of icons

12 lines (11 loc) 1.99 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BrGooglePaySIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.BrGooglePaySIcon = (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", d: "M7.468 9.756H6.88V5.26h1.557q.593 0 1.007.388.422.39.422.948 0 .571-.422.954a1.42 1.42 0 0 1-1.007.382h-.97zm0-3.941v1.567h.982a.8.8 0 0 0 .58-.232.75.75 0 0 0 0-1.095.77.77 0 0 0-.58-.237h-.982zM11.402 6.579q.652 0 1.027.343.377.342.377.938v1.896h-.56v-.428h-.025q-.363.527-.97.527-.517 0-.865-.301a.95.95 0 0 1-.349-.752q0-.479.367-.758.368-.284.98-.283.523 0 .859.19v-.133q0-.3-.242-.511a.84.84 0 0 0-.569-.21.9.9 0 0 0-.777.408l-.517-.318q.427-.61 1.264-.608m-.76 2.232q0 .226.197.376.193.15.455.15a.94.94 0 0 0 .661-.27.84.84 0 0 0 .29-.635q-.274-.213-.764-.214-.358 0-.597.169-.242.175-.241.424M16 6.678l-1.958 4.428h-.606l.728-1.55-1.291-2.878h.64l.93 2.208h.012l.905-2.208zM5.13 7.569q0-.283-.048-.542H2.62v.993h1.418c-.058.33-.243.612-.526.8v.643h.844c.492-.448.775-1.111.775-1.894" }), react_1.default.createElement("path", { fill: "currentColor", d: "M3.513 8.82a1.6 1.6 0 0 1-.892.246A1.565 1.565 0 0 1 1.15 8.003H.28v.664a2.63 2.63 0 0 0 2.341 1.42c.708 0 1.303-.23 1.736-.624z" }), react_1.default.createElement("path", { fill: "currentColor", d: "M1.067 7.51c0-.172.03-.338.082-.493v-.665H.28a2.533 2.533 0 0 0 0 2.314l.87-.663a1.5 1.5 0 0 1-.082-.493" }), react_1.default.createElement("path", { fill: "currentColor", d: "M2.62 5.953c.387 0 .733.131 1.006.387l.748-.735a2.54 2.54 0 0 0-1.753-.672c-1.024 0-1.911.578-2.342 1.42l.87.664a1.565 1.565 0 0 1 1.472-1.064" }))); }); exports.BrGooglePaySIcon.displayName = 'BrGooglePaySIcon';