lucide
Version:
A Lucide icon library package for web and javascript applications.
19 lines (16 loc) • 612 B
JavaScript
/**
* @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 Trophy = [
["path", { d: "M10 14.66v1.626a2 2 0 0 1-.976 1.696A5 5 0 0 0 7 21.978" }],
["path", { d: "M14 14.66v1.626a2 2 0 0 0 .976 1.696A5 5 0 0 1 17 21.978" }],
["path", { d: "M18 9h1.5a1 1 0 0 0 0-5H18" }],
["path", { d: "M4 22h16" }],
["path", { d: "M6 9a6 6 0 0 0 12 0V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1z" }],
["path", { d: "M6 9H4.5a1 1 0 0 1 0-5H6" }]
];
export { Trophy as default };
//# sourceMappingURL=trophy.js.map