lucide-react
Version:
A Lucide icon library package for React applications.
32 lines (28 loc) • 940 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: "engine",
size: 24,
node: [
["path", { d: "M10 3h6", key: "1f0zxz" }],
["path", { d: "M13 3v4", key: "vu7fyc" }],
["path", { d: "M2 10v6", key: "c2i6v8" }],
["path", { d: "M2 13h4", key: "14htpc" }],
[
"path",
{
d: "M6 16a2 2 0 002 2h1a2 2 0 011.6.8l.3.4a2 2 0 001.6.8h2.264a2 2 0 001.789-1.106l1.67-3.341a1 1 0 01.895-.553H21a1 1 0 001-1v-4a1 1 0 00-1-1h-3.5a1 1 0 01-.8-.4l-.9-1.2A1 1 0 0015 7h-4a1 1 0 00-.8.4l-.9 1.2a1 1 0 01-.8.4H7a1 1 0 00-1 1z",
key: "1bwqof"
}
]
]
};
__iconData.node;
const Engine = createLucideIcon(__iconData);
export { __iconData, Engine as default };
//# sourceMappingURL=engine.mjs.map