lucide-react
Version:
A Lucide icon library package for React applications.
27 lines (23 loc) • 814 B
JavaScript
/**
* @license lucide-react v1.46.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createLucideIcon from '../createLucideIcon.mjs';
const __iconData = {
name: "trailer",
size: 24,
node: [
["path", { d: "M10 11.341V10", key: "1vu6ku" }],
["path", { d: "M14 13v-3", key: "ywspeg" }],
["path", { d: "M18 17V8a2 2 0 00-2-2H4a2 2 0 00-2 2v7a2 2 0 002 2h2", key: "19481b" }],
["path", { d: "M22 15v1a1 1 0 01-1 1H10", key: "1lvljf" }],
["path", { d: "M6 11.341V10", key: "1dkezj" }],
["circle", { cx: "8", cy: "17", r: "2", key: "5kbc0u" }]
]
};
__iconData.node;
const Trailer = createLucideIcon(__iconData);
export { __iconData, Trailer as default };
//# sourceMappingURL=trailer.mjs.map