26 lines
599 B
JavaScript
26 lines
599 B
JavaScript
/**
|
|
* @license lucide v0.331.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
import defaultAttributes from '../defaultAttributes.js';
|
|
|
|
const Dumbbell = [
|
|
"svg",
|
|
defaultAttributes,
|
|
[
|
|
["path", { d: "m6.5 6.5 11 11" }],
|
|
["path", { d: "m21 21-1-1" }],
|
|
["path", { d: "m3 3 1 1" }],
|
|
["path", { d: "m18 22 4-4" }],
|
|
["path", { d: "m2 6 4-4" }],
|
|
["path", { d: "m3 10 7-7" }],
|
|
["path", { d: "m14 21 7-7" }]
|
|
]
|
|
];
|
|
|
|
export { Dumbbell as default };
|
|
//# sourceMappingURL=dumbbell.js.map
|