@icongo/sti
Version:
Super Tiny Icons
38 lines (37 loc) • 1.28 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIMicrosoft = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIMicrosoft = function STIMicrosoft(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": "Microsoft",
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: "#f25022",
d: "M75 75v171h171V75z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#7fba00",
d: "M266 75v171h171V75z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#00a4ef",
d: "M75 266v171h171V266z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ffb900",
d: "M266 266v171h171V266z"
})]
}));
};
exports.STIMicrosoft = STIMicrosoft;