You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.6 KiB
40 lines
1.6 KiB
3 years ago
|
/**
|
||
|
* Copyright IBM Corp. 2016, 2021
|
||
|
*
|
||
|
* 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.
|
||
|
*/
|
||
|
import { i as iconPropTypes, _ as _objectWithoutProperties, I as Icon, a as _objectSpread2 } from './iconPropTypes-44033017.js';
|
||
|
import React from 'react';
|
||
|
import '@carbon/icon-helpers';
|
||
|
import 'prop-types';
|
||
|
|
||
|
var _path;
|
||
|
|
||
|
var _excluded = ["children", "size"];
|
||
|
var Scooter = /*#__PURE__*/React.forwardRef(function Scooter(_ref, ref) {
|
||
|
var children = _ref.children,
|
||
|
_ref$size = _ref.size,
|
||
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
||
|
rest = _objectWithoutProperties(_ref, _excluded);
|
||
|
|
||
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
||
|
width: size,
|
||
|
height: size,
|
||
|
ref: ref,
|
||
|
xmlns: "http://www.w3.org/2000/svg",
|
||
|
viewBox: "0 0 32 32",
|
||
|
fill: "currentColor"
|
||
|
}, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
||
|
d: "M26 28a4 4 0 114-4A4.0045 4.0045 0 0126 28zm0-6a2 2 0 102 2A2.0023 2.0023 0 0026 22zM24 8H18v2h6a1 1 0 010 2H21a1 1 0 00-.98 1.1963l.9241 4.6211L18.4338 22h-2.69l-2.5723-8.5752A1.988 1.988 0 0011.2559 12H6v2h5.2561l.6 2H7a5.0057 5.0057 0 00-5 5v2a1 1 0 001 1H4a4 4 0 008 0h7a1 1 0 00.8574-.4854l3-5a1 1 0 00.1231-.7109L22.22 14H24a3 3 0 000-6zM8 26a2.0025 2.0025 0 01-2-2h4A2.0025 2.0025 0 018 26zM4 22V21a3.0033 3.0033 0 013-3h5.4561l1.2 4z"
|
||
|
})), children);
|
||
|
});
|
||
|
|
||
|
if (process.env.NODE_ENV !== "production") {
|
||
|
Scooter.propTypes = iconPropTypes;
|
||
|
}
|
||
|
|
||
|
export { Scooter as default };
|