lucide-solid
Version:
A Lucide icon library package for Solid applications
25 lines (23 loc) • 680 B
JSX
/**
* @license lucide-solid v0.488.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
// src/icons/plane.tsx
import Icon from "../Icon";
var iconNode = [
[
"path",
{
d: "M17.8 19.2 16 11l3.5-3.5C21 6 21.5 4 21 3c-1-.5-3 0-4.5 1.5L13 8 4.8 6.2c-.5-.1-.9.1-1.1.5l-.3.5c-.2.5-.1 1 .3 1.3L9 12l-2 3H4l-1 1 3 2 2 3 1-1v-3l3-2 3.5 5.3c.3.4.8.5 1.3.3l.5-.2c.4-.3.6-.7.5-1.2z",
key: "1v9wt8"
}
]
];
var Plane = (props) => <Icon {...props} iconNode={iconNode} name="plane" />;
var plane_default = Plane;
export {
plane_default as default
};
//# sourceMappingURL=plane.jsx.map