lucide
Version:
A Lucide icon library package for web and javascript applications.
17 lines (14 loc) • 472 B
JavaScript
/**
* @license lucide v1.7.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const ZodiacScorpio = [
["path", { d: "M10 19V5.5a1 1 0 0 1 5 0V17a2 2 0 0 0 2 2h5l-3-3" }],
["path", { d: "m22 19-3 3" }],
["path", { d: "M5 19V5.5a1 1 0 0 1 5 0" }],
["path", { d: "M5 5.5A2.5 2.5 0 0 0 2.5 3" }]
];
export { ZodiacScorpio as default };
//# sourceMappingURL=zodiac-scorpio.js.map