24 lines
688 B
JavaScript
24 lines
688 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 Candy = [
|
||
|
"svg",
|
||
|
defaultAttributes,
|
||
|
[
|
||
|
["path", { d: "m9.5 7.5-2 2a4.95 4.95 0 1 0 7 7l2-2a4.95 4.95 0 1 0-7-7Z" }],
|
||
|
["path", { d: "M14 6.5v10" }],
|
||
|
["path", { d: "M10 7.5v10" }],
|
||
|
["path", { d: "m16 7 1-5 1.37.68A3 3 0 0 0 19.7 3H21v1.3c0 .46.1.92.32 1.33L22 7l-5 1" }],
|
||
|
["path", { d: "m8 17-1 5-1.37-.68A3 3 0 0 0 4.3 21H3v-1.3a3 3 0 0 0-.32-1.33L2 17l5-1" }]
|
||
|
]
|
||
|
];
|
||
|
|
||
|
export { Candy as default };
|
||
|
//# sourceMappingURL=candy.js.map
|