UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.26 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 Guitarpro = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M11.998 0C6.422 0 1.773 3.573 1.773 7.295S8.561 23.973 11.998 24c3.435.027 10.218-12.971 10.229-16.705C22.227 3.575 17.575 0 11.998 0zm3.842 5.078a2.292 2.292 0 012.389 2.34l.007 1.783a2.267 2.267 0 01-2.265 2.342 2.364 2.364 0 01-1.772-.799v3.115l-1.746.239V5.375l1.688-.287.058.785a2.292 2.292 0 011.64-.795zm-5.555.035h1.7l-.005 5.953c0 1.736-.931 2.973-2.58 2.973a4.946 4.946 0 01-2.423-.523l.207-1.748a3.297 3.297 0 001.996.843.946.946 0 001.056-.998v-.904l-.011.014a2.333 2.333 0 01-1.77.806 2.28 2.28 0 01-2.26-2.345V7.47a2.285 2.285 0 014.03-1.551zM9.082 6.385a1.156 1.156 0 00-1.139 1.273v1.26a1.164 1.164 0 001.139 1.258 1.183 1.183 0 001.154-1.139V7.55a1.158 1.158 0 00-1.154-1.153zm5.98.008a1.152 1.152 0 00-.874 1.228v1.33a1.18 1.18 0 001.152 1.26 1.166 1.166 0 001.14-1.26v-1.33a1.152 1.152 0 00-1.418-1.228z" })); exports.default = Guitarpro;