@icongo/sti
Version:
Super Tiny Icons
29 lines (28 loc) • 1.5 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIIntel = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIIntel = function STIIntel(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": "Intel",
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: "#0071c5",
d: "M177 237v62h-20v-78h41c17 0 23 12 23 23v55h-19v-55c0-4-3-7-9-7zm133-1c-11 0-15 7-15 17h31c-1-9-4-17-16-17zm-15 30c0 10 7 17 18 17 9 0 13-2 18-7l12 12c-8 7-16 12-30 12-19 0-37-10-37-40 0-26 8-40 36-40s33 20 33 46zm-36 33c-16 0-23-11-23-23v-76h20v21h15v16h-15v38c0 5 2 7 7 7h8v17zm-119-89h-20v-19h20zm0 90c-15-2-20-11-20-21v-58h20zm237-2c-15-1-20-10-20-21v-88h20zm69-97c-18-88-188-93-298-26v7c110-56 265-56 280 25 4 27-11 55-38 71v21c33-12 66-51 56-98zM246 355c-75 7-155-4-166-63-5-29 8-60 26-80v-10c-32 28-49 63-39 105 12 53 80 84 184 74 41-4 95-18 132-38v-29c-34 20-90 37-137 41z"
})]
}));
};
exports.STIIntel = STIIntel;