@icongo/sti
Version:
Super Tiny Icons
26 lines • 1.14 kB
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 STIGuacamole = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Guacamole",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M143 168c-50 25-45 58-35 73 1 14 3 26 3 26 94 78 235 51 291 2 3-9 4-19 6-26 4-13 11-41-12-57l-9 7c25 51-58 82-136 81-78 0-159-42-114-92zm-20 138c35 88 212 104 264 3-91 64-217 38-264-3z"
}), /*#__PURE__*/_jsx("path", {
fill: "#583",
d: "m317 177 9-23c-3-1-14-12-20-12-40 0-36-6-46-7-10 0-16 2-18 3-24 16-35 3-50 15-20 20-24 15-35 22-7 15-12 20-16 31-2 35 70 54 116 53s134-19 116-60c-5 3-27 16-27 15-1-7-2-14-4-16-11-5-11-10-13-15-3-1-12-6-12-6z"
}), /*#__PURE__*/_jsx("path", {
fill: "#db4",
d: "M334 170c7 3 6 2 9 9s5 0 12 14c35-19 44-30 45-34s-37-31-48-28c-6 6-16 31-18 39z"
})]
}));
export { STIGuacamole };