@icongo/sti
Version:
Super Tiny Icons
46 lines (45 loc) • 1.79 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STICplusplus = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STICplusplus = function STICplusplus(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": "C++",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#004482",
d: "m270.3 445 141.1-81.4c4.1-2.3 7.8-6.4 10.4-11l-166.3-96-166.3 96c2.7 4.6 6.4 8.7 10.4 11L240.8 445c8.1 4.7 21.4 4.7 29.5 0z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#659AD2",
d: "M421.8 160.5c-2.7-4.6-6.4-8.7-10.4-11L270.3 68c-8.1-4.7-21.4-4.7-29.6 0l-141 81.5c-8.1 4.7-14.8 16.2-14.8 25.6V338c0 4.7 1.7 9.9 4.3 14.6l166.3-96 166.3-96.1z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 256,
cy: 256,
r: 86,
fill: "none",
stroke: "#fff",
strokeWidth: 57
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#00599C",
d: "M421.8 352.6c2.7-4.6 4.3-9.9 4.3-14.6V175.2c0-4.7-1.7-10-4.3-14.7l-166.3 96.1 166.3 96z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
stroke: "#fff",
strokeWidth: 13,
d: "M350.5 237v39M331 257h39m27.5-20v39M378 257h39"
})]
}));
};
exports.STICplusplus = STICplusplus;