@icongo/sti
Version:
Super Tiny Icons
32 lines (31 loc) • 1.22 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIUntappd = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIUntappd = function STIUntappd(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": "Untappd",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#ffce0d",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#734019",
d: "M382 432c38 16 93-21 89-61L358 206l-39-21-88-94-2-7-6-2-1-7c-15 2-26 9-33 23l7 3v6l6 4 58 114 8 43z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#e17e24",
d: "M39 371c-2 41 51 80 88 63l116-163 7-44 59-115 6-3-1-7 6-3c-7-14-17-22-32-23l-1 7-6 2-1 7-88 94-37 22z"
})]
}));
};
exports.STIUntappd = STIUntappd;