UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 784 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 Mailbox = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-mailbox", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M4 4a3 3 0 00-3 3v6h6V7a3 3 0 00-3-3m0-1h8a4 4 0 014 4v6a1 1 0 01-1 1H1a1 1 0 01-1-1V7a4 4 0 014-4m2.646 1A4 4 0 018 7v6h7V7a3 3 0 00-3-3z" }), React.createElement("path", { d: "M11.793 8.5H9v-1h5a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.354-.146zM5 7c0 .552-.448 0-1 0s-1 .552-1 0a1 1 0 012 0" })); exports.default = Mailbox;