UNPKG

@fluent-windows/icons

Version:
41 lines (35 loc) 1.09 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = exports.jsx = void 0; var _createIcon = _interopRequireDefault(require("./utils/createIcon")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } var jsx = { type: 'svg', props: { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 24 24' }, children: [{ type: 'g', props: null, children: [{ type: 'path', props: { fill: 'none', d: 'M0 0h24v24H0z' }, children: [] }, { type: 'path', props: { d: 'M19.981 9l2.746 7.545A4 4 0 0 1 15.126 19h-4.252a4.002 4.002 0 0 1-7.8-.226A2 2 0 0 1 2 17V7a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v5a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V3h-3V1h4a1 1 0 0 1 1 1v1h5v6h-2.019zm.883 8.272a2 2 0 1 0 .016.044l-.016-.044zM4 10h5V8H4v2zm13-3h3V5h-3v2zM7 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4z' }, children: [] }] }] }; exports.jsx = jsx; var _default = (0, _createIcon["default"])(jsx, 'EBike2Fill'); exports["default"] = _default;