UNPKG

infinity-forge

Version:
9 lines 650 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TransparentMailIcon = TransparentMailIcon; var jsx_runtime_1 = require("react/jsx-runtime"); function TransparentMailIcon(_a) { var color = _a.color; return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 20 18', children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M17.502 2l-7.441 6.662L2.511 2zM18 16H2V4.216l8.072 7.122L18 4.238zM0 1v16a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1H1a1 1 0 0 0-1 1z' }) }) }) })); } //# sourceMappingURL=icon-transparent-mail.js.map