@tabler/icons-react
Version:
A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.
15 lines (11 loc) • 717 B
JavaScript
/**
* @license @tabler/icons-react v3.46.0 - MIT
*
* This source code is licensed under the MIT license.
* See the LICENSE file in the root directory of this source tree.
*/
import createReactComponent from '../createReactComponent.mjs';
const __iconNode = [["path", { "d": "M13 14h2", "key": "svg-0" }], ["path", { "d": "M19 10h-16", "key": "svg-1" }], ["path", { "d": "M6.7 3.45l-3.7 5.55v3.08a1 1 0 0 0 .85 1a6 6 0 0 1 5.15 5.92v1a1 1 0 0 0 1 1h8a1 1 0 0 0 1 -1v-16a1 1 0 0 0 -1 -1h-10.46a1 1 0 0 0 -.84 .45", "key": "svg-2" }]];
const IconCarDoor = createReactComponent("outline", "car-door", "CarDoor", __iconNode);
export { __iconNode, IconCarDoor as default };
//# sourceMappingURL=IconCarDoor.mjs.map