UNPKG

@icongo/sti

Version:
33 lines (32 loc) 1.32 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.STIProtonmail = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var STIProtonmail = function STIProtonmail(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": "ProtonMail", viewBox: "0 0 512 512" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 512, height: 512, fill: "#8A90C7", rx: "15%" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#fff", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M259 77s-108-6-131 114v79s0 12 23 29c28 17 91 68 108 68s74-51 102-69c23-16 23-28 23-28v-79C361 71 259 77 259 77zm68 159H185v-45c11-57 74-57 74-57s57 0 68 57v45z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m259 384-34-12-97-68v120s0 11 17 11h222c11 0 17-11 17-11V304l-97 69-28 11z" })] })] })); }; exports.STIProtonmail = STIProtonmail;