UNPKG

@semcore/icon

Version:
27 lines 1.25 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '../../lib/esm/index.mjs'; function RootCar({ width = '16', height = '16', viewBox = '0 0 16 16', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Car", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 3h6a1 1 0 0 1 1 1v1H4V4a1 1 0 0 1 1-1ZM2 5.17V4a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3v1.17c1.165.413 2 1.524 2 2.83v2a3.001 3.001 0 0 1-2.007 2.832A2 2 0 1 1 10 13H6a2 2 0 1 1-3.993-.168A3.001 3.001 0 0 1 0 10V8c0-1.306.835-2.417 2-2.83ZM12 11h1a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h9Z", shapeRendering: "geometricPrecision" })); } RootCar.displayName = 'Car'; const Car = createBaseComponent(RootCar); export { Car as default };