UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.9 kB
"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 Postman = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M19.914 5.888C16.54 1.518 10.26.71 5.888 4.086 1.518 7.46.71 13.74 4.086 18.112c3.375 4.37 9.655 5.178 14.026 1.802 0 0 .002 0 .002-.002 4.369-3.376 5.175-9.654 1.8-14.024zm-2.559 2.495l-.78-.768-.169-.168.047-.047 1.184-1.118c.212.257.328.58.328.915-.001.39-.157.765-.434 1.041-.055.053-.114.101-.176.145zM6.698 16.738l.139.13.725.725-1.614-.105.75-.75zM16.49 5.73c.325.002.641.11.9.308l-1.3 1.308a.135.135 0 00-.043.059l-.001.005a.133.133 0 00.044.144l.983.984c-.551.24-1.193.118-1.616-.308a1.473 1.473 0 01-.315-1.594 1.46 1.46 0 011.348-.906zm-.909 3.266a.46.46 0 01-.158.334l-3.895 3.389-.013.011-.142-.142-.062-.062-.03-.03-.087-.087-.033-.033-.067-.067 3.687-3.654a.462.462 0 01.585-.06.453.453 0 01.074.06.412.412 0 01.037.038c.032.048.06.098.083.15.015.05.023.101.021.153zm-4.498 3.74a.153.153 0 00.007.019l.034.033.146.143-.054.007-.809.099.1-.1.391-.39.185.188zm3.93-4.499a.763.763 0 00-.44.218l-3.675 3.658-.72-.72c1.905-1.898 3.07-2.888 3.795-3.213a.9.9 0 011.04.057zm-5.048 3.368l.015.015.595.595-1.552.332.942-.942zm-2.033 4.858a.233.233 0 00-.125.266l.166.725a.05.05 0 010 .059.05.05 0 01-.066 0l-.984-.992 3.03-3.075 1.569-.243.576.576a20.487 20.487 0 01-4.166 2.684zm4.441-2.9l-.608-.608 3.829-3.358c-.272 1.08-1.716 2.543-3.221 3.966zm5.275-6.55a.125.125 0 00-.159-.05.117.117 0 00-.05.158.358.358 0 01-.041.376.106.106 0 00-.031.079c0 .03.011.057.03.079a.09.09 0 00.067 0 .11.11 0 00.109-.033.575.575 0 00.075-.609z", fill: "#323544" })); exports.default = Postman;