@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
23 lines (20 loc) • 672 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 sneaker = [
["path", { d: "M14.1 7.9 12.5 10", key: "1omg66" }],
["path", { d: "M17.4 10.1 16 12", key: "klmssx" }],
[
"path",
{
d: "M2 16a2 2 0 0 0 2 2h13c2.8 0 5-2.2 5-5a2 2 0 0 0-2-2c-.8 0-1.6-.2-2.2-.7l-6.2-4.2c-.4-.3-.9-.2-1.3.1 0 0-.6.8-1.2 1.1a3.5 3.5 0 0 1-4.2.1C4.4 7 3.7 6.3 3.7 6.3A.92.92 0 0 0 2 7Z",
key: "1y12pk"
}
],
["path", { d: "M2 11c0 1.7 1.3 3 3 3h7", key: "1aw5u0" }]
];
export { sneaker as default };
//# sourceMappingURL=sneaker.js.map