UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.31 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var CarSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.65 4.25a.54.54 0 0 0-.498.348L4 7.526H2.039a.55.55 0 0 0-.539.56v1.966c0 .267.175.477.398.54a2.36 2.36 0 0 1 2.235-1.618c1.053 0 1.933.692 2.242 1.638h3.25a2.36 2.36 0 0 1 2.242-1.638c1.045 0 1.92.682 2.235 1.618a.556.556 0 0 0 .398-.54V8.086a.55.55 0 0 0-.539-.56h-1.96l-1.153-2.928a.54.54 0 0 0-.498-.348zm8.46 7.857a2.36 2.36 0 0 1-2.243 1.643 2.36 2.36 0 0 1-2.242-1.638h-3.25a2.36 2.36 0 0 1-2.242 1.638 2.36 2.36 0 0 1-2.243-1.643A2.05 2.05 0 0 1 0 10.052V8.086c0-1.126.901-2.06 2.039-2.06h.939l.778-1.977A2.04 2.04 0 0 1 5.65 2.75h4.7c.84 0 1.588.52 1.894 1.3l.778 1.976h.94c1.137 0 2.038.934 2.038 2.06v1.966a2.05 2.05 0 0 1-1.89 2.055m-9.977-1.633a.875.875 0 0 0-.86.888c0 .502.396.888.86.888a.875.875 0 0 0 .861-.888.875.875 0 0 0-.86-.888m7.734 0a.875.875 0 0 0-.861.888c0 .502.397.888.86.888a.875.875 0 0 0 .862-.888.875.875 0 0 0-.861-.888", clipRule: "evenodd" }))); }); CarSIcon.displayName = 'CarSIcon';