@icongo/sti
Version:
Super Tiny Icons
21 lines • 745 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var STIWorkato = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "#fff",
"aria-label": "Workato",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#27989F",
d: "M205 386h-49c-32-77-61-167-86-259h64c11 51 30 130 49 186 15-49 35-124 48-186h50c13 62 32 137 49 186 18-56 37-135 48-186h64c-25 92-54 182-86 259h-49c-19-54-35-104-51-163-16 59-32 109-51 163Z"
})]
}));
export { STIWorkato };