UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.91 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var CarSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.6504 4.25C5.43745 4.25 5.23666 4.38214 5.15162 4.59829L3.99976 7.52586H2.03889C1.75289 7.52586 1.5 7.76502 1.5 8.08621V10.0517C1.5 10.3187 1.67471 10.529 1.89793 10.5924C2.21329 9.65642 3.08805 8.97414 4.13333 8.97414C5.18594 8.97414 6.06561 9.666 6.37528 10.6121H9.62472C9.93439 9.666 10.8141 8.97414 11.8667 8.97414C12.912 8.97414 13.7867 9.65642 14.1021 10.5924C14.3253 10.529 14.5 10.3187 14.5 10.0517V8.08621C14.5 7.76502 14.2471 7.52586 13.9611 7.52586H12.0002L10.8484 4.59829C10.7633 4.38214 10.5626 4.25 10.3496 4.25H5.6504ZM14.1104 12.1067C13.8023 13.0555 12.9213 13.75 11.8667 13.75C10.8141 13.75 9.93439 13.0581 9.62472 12.1121H6.37528C6.06561 13.0581 5.18594 13.75 4.13333 13.75C3.07873 13.75 2.19771 13.0555 1.88963 12.1067C0.823389 12.0292 0 11.1282 0 10.0517V8.08621C0 6.96003 0.901216 6.02586 2.03889 6.02586H2.97801L3.75577 4.0491C4.0622 3.27028 4.80928 2.75 5.6504 2.75H10.3496C11.1907 2.75 11.9378 3.27028 12.2442 4.0491L13.022 6.02586H13.9611C15.0988 6.02586 16 6.96003 16 8.08621V10.0517C16 11.1282 15.1766 12.0292 14.1104 12.1067ZM4.13333 10.4741C3.66938 10.4741 3.27222 10.86 3.27222 11.3621C3.27222 11.8642 3.66938 12.25 4.13333 12.25C4.59729 12.25 4.99444 11.8642 4.99444 11.3621C4.99444 10.86 4.59729 10.4741 4.13333 10.4741ZM11.8667 10.4741C11.4027 10.4741 11.0056 10.86 11.0056 11.3621C11.0056 11.8642 11.4027 12.25 11.8667 12.25C12.3306 12.25 12.7278 11.8642 12.7278 11.3621C12.7278 10.86 12.3306 10.4741 11.8667 10.4741Z", fill: "currentColor" }))); }); CarSIcon.displayName = 'CarSIcon';