@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 2 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var CarMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.103 6.494a1 1 0 0 0-.598.165.96.96 0 0 0-.375.488L5.8 11.103a.76.76 0 0 1-.719.512H2.486a.98.98 0 0 0-.688.28.95.95 0 0 0-.284.68v3.412c0 .255.102.5.284.68a.98.98 0 0 0 .688.28h.191a3.3 3.3 0 0 1 .896-1.594 3.394 3.394 0 0 1 4.742 0c.448.442.756.995.896 1.594h5.574a3.3 3.3 0 0 1 .896-1.594 3.393 3.393 0 0 1 4.742 0c.448.442.756.995.896 1.594h.195a.98.98 0 0 0 .688-.28.95.95 0 0 0 .284-.68v-3.412a.95.95 0 0 0-.285-.68.98.98 0 0 0-.687-.28h-3.46a.76.76 0 0 1-.723-.526L16.09 7.14a.96.96 0 0 0-.373-.48.98.98 0 0 0-.637-.165H8.103M21.32 18.44h.195c.659 0 1.291-.258 1.758-.718.466-.46.728-1.084.728-1.735v-3.412c0-.651-.262-1.275-.728-1.735a2.5 2.5 0 0 0-1.758-.718h-2.902l-1.08-3.434-.006-.017a2.46 2.46 0 0 0-.959-1.246 2.5 2.5 0 0 0-1.506-.423h-6.9a2.5 2.5 0 0 0-1.507.423c-.449.3-.785.739-.958 1.246l-.001.003-1.16 3.448H2.486c-.659 0-1.291.258-1.758.718A2.44 2.44 0 0 0 0 12.575v3.412c0 .651.262 1.275.728 1.735.467.46 1.099.718 1.758.718h.192a3.3 3.3 0 0 0 .895 1.591 3.394 3.394 0 0 0 4.742 0c.447-.44.755-.993.895-1.59h5.576a3.27 3.27 0 0 0 .895 1.59 3.393 3.393 0 0 0 4.742 0c.447-.44.755-.993.896-1.59m-17.213-.686a1.8 1.8 0 0 0 .537 1.221 1.84 1.84 0 0 0 1.301.532c.488 0 .956-.191 1.301-.532.345-.34.539-.802.539-1.283s-.194-.943-.539-1.283a1.85 1.85 0 0 0-2.005-.393 1.84 1.84 0 0 0-.995.982 1.8 1.8 0 0 0-.14.635 1 1 0 0 1 0 .12m15.786-.062c0-.481-.194-.943-.539-1.283a1.85 1.85 0 0 0-2.005-.393 1.84 1.84 0 0 0-.995.982 1.79 1.79 0 0 0 .399 1.977 1.84 1.84 0 0 0 1.3.532c.488 0 .956-.191 1.301-.532.345-.34.539-.802.539-1.283", clipRule: "evenodd" }))); });
CarMIcon.displayName = 'CarMIcon';