iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 860 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 Tailwindcss = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 9.969c.667-2.708 2.333-4.063 5-4.063 4 0 4.5 3.047 6.5 3.555 1.333.339 2.5-.17 3.5-1.524C21.333 10.646 19.666 12 17 12c-4 0-4.5-3.047-6.5-3.555C9.167 8.107 8 8.615 7 9.97zm-5 6.094C2.667 13.354 4.333 12 7 12c4 0 4.5 3.047 6.5 3.555 1.333.338 2.5-.17 3.5-1.524-.667 2.708-2.333 4.063-5 4.063-4 0-4.5-3.047-6.5-3.555-1.333-.339-2.5.17-3.5 1.524z", fill: "#323544" }));
exports.default = Tailwindcss;