UNPKG

@icongo/sti

Version:
34 lines (33 loc) 1.56 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.STIGuacamole = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var STIGuacamole = function STIGuacamole(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-label": "Guacamole", viewBox: "0 0 512 512" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 512, height: 512, rx: "15%" }), /*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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" })] })); }; exports.STIGuacamole = STIGuacamole;