@icongo/sti
Version:
Super Tiny Icons
42 lines (41 loc) • 1.86 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIDrupal = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIDrupal = function STIDrupal(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "#fff",
"aria-label": "Drupal",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#00598e",
d: "M383 152a175 175 0 1 1-281 203"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#0073ba",
d: "M243 97V48c26 31 40 47 84 65 21 9 40 21 56 38 19 25 27 97-91 166s-155 72-190 38c-44-79-8-159 9-181"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#93c5e4",
d: "M122 161c-71 102 146-28 115-59 24-16 6-52 6-52v36"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M221 104c42 7-104 105-105 75 0-15 23-38 40-50s87-29 86-79c0 0 24 38-21 54m1 171c-70 0-100 106-10 106 36 0 86-47 110-47s45 45 62 45c32 0 58-97 12-97-19 0-59 40-75 38-29-4-56-45-99-45m20 142c25 19 79 14 103-4 6-5 3-14-3-9-17 14-74 18-92 2-5-5-19 3-8 11m42-32c6-5 11-13 26-13s20 11 23 14 9-2 6-8-6-17-28-17-30 14-34 17-2 14 7 7"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "none",
stroke: "#004975",
strokeWidth: 4,
d: "M186 113c31-15 53-24 57-65 26 31 40 47 84 65a175 175 0 1 1-141 0"
})]
}));
};
exports.STIDrupal = STIDrupal;