UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 995 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 Postage = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-postage", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M4.75 3a.75.75 0 00-.75.75v8.5c0 .414.336.75.75.75h6.5a.75.75 0 00.75-.75v-8.5a.75.75 0 00-.75-.75zM11 12H5V4h6z" }), React.createElement("path", { d: "M3.5 1a1 1 0 001-1h1a1 1 0 002 0h1a1 1 0 002 0h1a1 1 0 102 0H15v1a1 1 0 100 2v1a1 1 0 100 2v1a1 1 0 100 2v1a1 1 0 100 2v1a1 1 0 100 2v1h-1.5a1 1 0 10-2 0h-1a1 1 0 10-2 0h-1a1 1 0 10-2 0h-1a1 1 0 10-2 0H1v-1a1 1 0 100-2v-1a1 1 0 100-2V9a1 1 0 100-2V6a1 1 0 000-2V3a1 1 0 000-2V0h1.5a1 1 0 001 1M3 3v10a1 1 0 001 1h8a1 1 0 001-1V3a1 1 0 00-1-1H4a1 1 0 00-1 1" })); exports.default = Postage;