UNPKG

@icongo/sti

Version:
61 lines (60 loc) 2.17 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.STIOutlook = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var STIOutlook = function STIOutlook(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": "Outlook", viewBox: "0 0 512 512" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 512, height: 512, fill: "#fff", rx: "15%" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 231, height: 270, x: 168, y: 107, fill: "#05a", rx: "3%" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#136", d: "M398 247v23l15-8s0-7-5-9l-10-6zm-230 43v70h77v-70h-77z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#17d", d: "M168 150v70h77v-70h-77zm77 70v70h77v-70h-77zm77 70v70h77v-70h-77z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#3ae", d: "M245 150v70h77v-70h-77zm77 70v70h77v-70h-77z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#5cf", d: "M322 150h77v70h-77z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#19e", d: "M413 261v128c0 7-2 15-7 18-3 2-124-71-124-71l131-75z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#2ae", d: "M160 266c-4 3-6 7-6 12v117c0 8 6 14 14 14h230c4 0 5 0 8-2" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 172, height: 172, x: 70, y: 172, fill: "#18e", rx: "3%" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#fff", d: "M154 305c-23 0-43-18-43-45 0-28 16-48 44-48 27 0 43 21 43 46 0 29-18 47-44 47zm1-75c-16 0-23 14-23 29 0 18 11 28 22 28 14 0 23-10 23-28s-8-29-22-29z" })] })); }; exports.STIOutlook = STIOutlook;