@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 2.92 kB
JavaScript
/**
* Copyright IBM Corp. 2019, 2023
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
*/
;
var _rollupPluginBabelHelpers = require('../_rollupPluginBabelHelpers-DQqaN36q.js');
var React = require('react');
var Icon_js = require('../Icon.js');
require('@carbon/icon-helpers');
require('prop-types');
var _path;
const WaymoCar = /*#__PURE__*/React.forwardRef(function WaymoCar({
children,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, _rollupPluginBabelHelpers._extends({
width: 64,
height: 64,
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
ref: ref
}, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
d: "M24,28.36c-1.731,0-3.161-1.316-3.341-3h-9.318\tc-0.18,1.684-1.61,3-3.341,3s-3.161-1.316-3.341-3H1c-0.199,0-0.36-0.161-0.36-0.36v-5c0-1.302,1.059-2.36,2.36-2.36h0.827\tl3.291-4.114C7.562,12.971,8.266,12.64,9,12.64h0.777l0.901-1.801c0.061-0.122,0.186-0.199,0.322-0.199h0.688\tc0.158-0.576,0.686-1,1.312-1s1.153,0.424,1.312,1H15c0.136,0,0.261,0.077,0.322,0.199l0.901,1.801h1.027\tc1.189,0,2.377,0.477,3.177,1.277l3.743,3.743l3.381,0.483c2.172,0.31,3.81,2.183,3.81,4.356V25c0,0.199-0.161,0.36-0.36,0.36\th-3.659C27.161,27.044,25.731,28.36,24,28.36z M24,22.36c-1.456,0-2.64,1.184-2.64,2.64s1.184,2.64,2.64,2.64s2.64-1.184,2.64-2.64\tS25.456,22.36,24,22.36z M8,22.36c-1.456,0-2.64,1.184-2.64,2.64S6.544,27.64,8,27.64s2.64-1.184,2.64-2.64S9.456,22.36,8,22.36z M27.341,24.64h3.299V22.5c0-1.788-1.401-3.389-3.19-3.644l-3.475-0.496H3c-0.904,0-1.64,0.735-1.64,1.64v4.64h3.299\tc0.18-1.684,1.61-3,3.341-3s3.161,1.316,3.341,3h9.318c0.18-1.684,1.609-3,3.341-3S27.161,22.956,27.341,24.64z M13.36,17.64h9.771\tl-3.214-3.214c-0.657-0.657-1.68-1.066-2.667-1.066h-3.89V17.64z M4.749,17.64h7.891v-4.28H9c-0.51,0-1.016,0.236-1.32,0.616\tL4.749,17.64z M10.583,12.64h4.835l-0.64-1.28h-3.555L10.583,12.64z M12.471,10.64h1.058C13.298,10.302,12.702,10.302,12.471,10.64z M23.36,11h-0.72c0-2.068-0.685-4.122-1.928-5.784l0.576-0.432C22.624,6.57,23.36,8.778,23.36,11z M21.36,11h-0.72\tc0-1.57-0.473-3.079-1.366-4.363l0.59-0.411C20.843,7.631,21.36,9.282,21.36,11z M19.36,11h-0.72c0-1.039-0.284-2.054-0.823-2.936\tl0.615-0.375C19.039,8.684,19.36,9.829,19.36,11z M17.36,11h-0.72c0-0.522-0.108-1.026-0.322-1.498l0.656-0.297\tC17.23,9.771,17.36,10.375,17.36,11z M9.36,11H8.64c0-0.625,0.129-1.229,0.385-1.795l0.656,0.297C9.468,9.974,9.36,10.478,9.36,11z M7.36,11H6.64c0-1.172,0.321-2.317,0.929-3.312l0.614,0.376C7.645,8.945,7.36,9.961,7.36,11z M5.36,11H4.64\tc0-1.718,0.517-3.369,1.496-4.774l0.591,0.411C5.833,7.921,5.36,9.43,5.36,11z M3.36,11H2.64c0-2.262,0.716-4.411,2.072-6.216\tl0.576,0.433C4.027,6.896,3.36,8.896,3.36,11z"
})), children);
});
module.exports = WaymoCar;