UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 708 B
"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 Piano = (props) => React.createElement("svg", { className: "lucide lucide-piano", 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: "M18.5 8c-1.4 0-2.6-.8-3.2-2A6.87 6.87 0 002 9v11a2 2 0 002 2h16a2 2 0 002-2v-8.5C22 9.6 20.4 8 18.5 8M2 14h20M6 14v4M10 14v4M14 14v4M18 14v4" })); exports.default = Piano;