@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
23 lines (20 loc) • 594 B
JavaScript
/**
* @license @lucide/lab v0.1.2 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const cupToGo = [
["path", { d: "M4 7h16", key: "6tx8e3" }],
[
"path",
{
d: "m18.2 11 .8-4-.8-4c-.1-.5-.6-1-1.2-1H7c-.6 0-1.1.4-1.2 1C5.5 4.4 5 7 5 7l.8 4",
key: "3uvubl"
}
],
["path", { d: "M18 18H6l-1-7h14Z", key: "1h22nb" }],
["path", { d: "m7.2 18 .6 3c.1.5.6 1 1.2 1h6c.6 0 1.1-.4 1.2-1l.6-3", key: "a9tm6z" }]
];
export { cupToGo as default };
//# sourceMappingURL=cup-to-go.js.map