iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.6 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const ProtonMailLogo = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M6.116 14.466v-1.987c0-.815.469-1.457 1.416-1.457.153 0 .306.01.449.051v.815c-.112-.01-.204-.01-.245-.01-.5 0-.713.234-.713.693v1.885h-.907v.01zm2.14-1.681c0-.999.754-1.763 1.803-1.763 1.05 0 1.804.764 1.804 1.763 0 .998-.755 1.762-1.804 1.762-1.05 0-1.803-.764-1.803-1.762zm2.71 0c0-.57-.377-.968-.907-.968-.52 0-.907.397-.907.968 0 .57.377.968.907.968s.907-.398.907-.968zm3.535-.968h-.978v1.253c0 .438.153.642.611.642.041 0 .153 0 .286-.01v.743c-.184.051-.347.082-.53.082-.764 0-1.274-.458-1.274-1.324v-1.386h-.61v-.723h.152a.457.457 0 00.458-.459v-.683h.907v1.142h.978v.723zm.275.968c0-.999.754-1.763 1.804-1.763s1.803.764 1.803 1.763c0 .998-.764 1.762-1.803 1.762-1.05 0-1.804-.764-1.804-1.762zm2.7 0c0-.57-.377-.968-.906-.968-.52 0-.907.397-.907.968 0 .57.377.968.907.968s.906-.398.906-.968zm1.376 1.68V12.55c0-.886.57-1.528 1.579-1.528S22 11.664 22 12.55v1.916h-.907v-1.844c0-.5-.224-.805-.672-.805-.448 0-.662.306-.662.805v1.844h-.907zM2 13.163v1.304h.917v-1.243c0-.255.204-.459.458-.459h.938a1.654 1.654 0 000-3.311H2v1.63h.917v-.764h1.335a.785.785 0 010 1.57h-.968c-.52 0-.989.315-1.182.794a1.093 1.093 0 00-.102.479z", fill: "#323544" }));
exports.default = ProtonMailLogo;