UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 898 B
"use strict"; 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 MailOpened = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-mail-opened", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M14.872 14.287l6.522 6.52a2.996 2.996 0 01-2.218 1.188L19 22H5a2.995 2.995 0 01-2.394-1.191l6.521-6.522 2.318 1.545.116.066a1 1 0 00.878 0l.116-.066 2.317-1.545zM2 9.535l5.429 3.62L2 18.585zM22 9.535v9.05l-5.43-5.43zM12.44 2.102l.115.066 8.444 5.629-8.999 6-9-6 8.445-5.63a1 1 0 01.994-.065z" })); exports.default = MailOpened;