UNPKG

@semcore/icon

Version:
26 lines 1.26 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '@semcore/icon'; function Car({ 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" })); } Car.displayName = 'Car'; export default createBaseComponent(Car);