@cleartrip/bento-icons
Version:
Icon Library for Bento Component Library
20 lines (19 loc) • 1.19 kB
JavaScript
function _extends() { _extends = Object.assign || 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";
export function AuthorizedVehicle(props) {
return /*#__PURE__*/React.createElement("svg", _extends({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("g", {
fillRule: "nonzero",
id: "prefix__authorized-vehicle",
stroke: "none",
strokeWidth: 1,
fill: "none"
}, /*#__PURE__*/React.createElement("path", {
id: "prefix__Rectangle",
d: "M0 0h20v20H0z"
}), /*#__PURE__*/React.createElement("path", {
d: "M16.92 4.01C16.72 3.42 16.16 3 15.5 3H13V1H7v2H4.5c-.66 0-1.21.42-1.42 1.01L1 10v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM4.5 14c-.83 0-1.5-.67-1.5-1.5S3.67 11 4.5 11s1.5.67 1.5 1.5S5.33 14 4.5 14zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM3 9l1.5-4.5h11L17 9H3z",
fill: "currentColor"
})));
}