iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 882 B
JavaScript
;
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 Dovecot = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M8.784 8.39a.937.937 0 00-.564.192l-8.102 6.19a.313.313 0 000 .49l.339.253c.153.12.368.12.523 0l4.018-3.061a.621.621 0 01.75 0l2.659 2.033a.62.62 0 00.749 0l3.515-2.683a.422.422 0 000-.682l-3.322-2.54a.931.931 0 00-.565-.192zm9.298 0a.923.923 0 00-.563.192l-8.102 6.196a.307.307 0 000 .489l.335.255a.443.443 0 00.527 0l4.635-3.533a.624.624 0 01.748 0l4.527 3.452a.618.618 0 00.75 0l2.889-2.213a.43.43 0 000-.688l-5.181-3.958a.931.931 0 00-.565-.192z" }));
exports.default = Dovecot;