UNPKG

@icongo/sti

Version:
21 lines 679 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var STIGojek = props => /*#__PURE__*/_jsxs("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-label": "Gojek", viewBox: "0 0 512 512" }, props, { children: [/*#__PURE__*/_jsx("rect", { width: 512, height: 512, fill: "#fff", rx: "15%" }), /*#__PURE__*/_jsx("path", { fill: "#00AA13", d: "M256 197a64 64 0 0 1 0 128 64 64 0 0 1 0-128m-66 222a32 32 0 0 0 25-59 107 107 0 1 1 82 0 32 32 0 0 0 25 59 171 171 0 1 0-132 0" })] })); export { STIGojek };