25 lines
553 B
JavaScript
25 lines
553 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 Sparkle = [
|
||
|
"svg",
|
||
|
defaultAttributes,
|
||
|
[
|
||
|
[
|
||
|
"path",
|
||
|
{
|
||
|
d: "m12 3-1.9 5.8a2 2 0 0 1-1.287 1.288L3 12l5.8 1.9a2 2 0 0 1 1.288 1.287L12 21l1.9-5.8a2 2 0 0 1 1.287-1.288L21 12l-5.8-1.9a2 2 0 0 1-1.288-1.287Z"
|
||
|
}
|
||
|
]
|
||
|
]
|
||
|
];
|
||
|
|
||
|
export { Sparkle as default };
|
||
|
//# sourceMappingURL=sparkle.js.map
|