iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1.02 kB
JavaScript
"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 BrandHeadlessui = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-brand-headlessui", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M6.744 4.325l7.82-1.267a4.456 4.456 0 015.111 3.686l1.267 7.82a4.456 4.456 0 01-3.686 5.111l-7.82 1.267a4.456 4.456 0 01-5.111-3.686l-1.267-7.82a4.456 4.456 0 013.686-5.111z" }),
React.createElement("path", { d: "M7.252 7.704l7.897-1.28a1 1 0 011.147.828l.36 2.223-9.562 3.51-.67-4.134a1 1 0 01.828-1.147z" }));
exports.default = BrandHeadlessui;