UNPKG

lucide

Version:

A Lucide icon library package for web and javascript applications.

19 lines (16 loc) 449 B
/** * @license lucide v0.525.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ const AudioLines = [ ["path", { d: "M2 10v3" }], ["path", { d: "M6 6v11" }], ["path", { d: "M10 3v18" }], ["path", { d: "M14 8v7" }], ["path", { d: "M18 5v13" }], ["path", { d: "M22 10v3" }] ]; export { AudioLines as default }; //# sourceMappingURL=audio-lines.js.map