iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 985 B
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 Guitar = (props) => React.createElement("svg", { className: "lucide lucide-guitar", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props },
React.createElement("path", { d: "M11.9 12.1l4.514-4.514M20.1 2.3a1 1 0 00-1.4 0l-1.114 1.114A2 2 0 0017 4.828v1.344a2 2 0 01-.586 1.414A2 2 0 0117.828 7h1.344a2 2 0 001.414-.586L21.7 5.3a1 1 0 000-1.4zM6 16l2 2M8.2 9.9C8.7 8.8 9.8 8 11 8c2.8 0 5 2.2 5 5 0 1.2-.8 2.3-1.9 2.8l-.9.4A2 2 0 0012 18a4 4 0 01-4 4c-3.3 0-6-2.7-6-6a4 4 0 014-4 2 2 0 001.8-1.2z" }),
React.createElement("circle", { cx: "11.5", cy: "12.5", r: ".5", fill: "currentColor" }));
exports.default = Guitar;