31 lines
757 B
JavaScript
31 lines
757 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 Drumstick = [
|
|
"svg",
|
|
defaultAttributes,
|
|
[
|
|
[
|
|
"path",
|
|
{
|
|
d: "M15.45 15.4c-2.13.65-4.3.32-5.7-1.1-2.29-2.27-1.76-6.5 1.17-9.42 2.93-2.93 7.15-3.46 9.43-1.18 1.41 1.41 1.74 3.57 1.1 5.71-1.4-.51-3.26-.02-4.64 1.36-1.38 1.38-1.87 3.23-1.36 4.63z"
|
|
}
|
|
],
|
|
[
|
|
"path",
|
|
{
|
|
d: "m11.25 15.6-2.16 2.16a2.5 2.5 0 1 1-4.56 1.73 2.49 2.49 0 0 1-1.41-4.24 2.5 2.5 0 0 1 3.14-.32l2.16-2.16"
|
|
}
|
|
]
|
|
]
|
|
];
|
|
|
|
export { Drumstick as default };
|
|
//# sourceMappingURL=drumstick.js.map
|