iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 919 B
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 ProtonMailSymbol = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M4.099 16.785V22h3.656v-4.992c0-.477.191-.954.54-1.304a1.8 1.8 0 011.304-.54h3.72c1.75 0 3.435-.7 4.643-1.94a6.62 6.62 0 001.94-4.674 6.62 6.62 0 00-1.94-4.674A6.704 6.704 0 0013.32 2H4.099v6.518h3.656V5.434h5.31c.827 0 1.622.318 2.194.922.604.572.922 1.367.922 2.194s-.318 1.622-.922 2.194a3.132 3.132 0 01-2.194.922H9.218c-.668 0-1.336.127-1.94.382a5.226 5.226 0 00-1.653 1.113 5.227 5.227 0 00-1.113 1.653 4.772 4.772 0 00-.413 1.971z", fill: "#323544" }));
exports.default = ProtonMailSymbol;