UNPKG

ming-demo3

Version:
40 lines (34 loc) 1.45 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _react = _interopRequireDefault(require("react")); var _propTypes = _interopRequireDefault(require("prop-types")); var ShiftIcon = function ShiftIcon(_ref) { var _ref$viewBox = _ref.viewBox, viewBox = _ref$viewBox === void 0 ? '0 0 32 32' : _ref$viewBox, _ref$width = _ref.width, width = _ref$width === void 0 ? 24 : _ref$width, _ref$height = _ref.height, height = _ref$height === void 0 ? 24 : _ref$height, fill = _ref.fill; return _react["default"].createElement("svg", { width: width, height: height, fill: fill, viewBox: viewBox }, _react["default"].createElement("path", { d: "M21 28h-10c-0.552 0-1-0.448-1-1v-11h-4c-0.404 0-0.769-0.244-0.924-0.617s-0.069-0.804 0.217-1.090l10-10c0.391-0.39 1.024-0.39 1.414 0l10 10c0.286 0.286 0.372 0.716 0.217 1.090s-0.519 0.617-0.924 0.617h-4v11c0 0.552-0.448 1-1 1zM12 26h8v-11c0-0.552 0.448-1 1-1h2.586l-7.586-7.586-7.586 7.586h2.586c0.552 0 1 0.448 1 1v11z" })); }; ShiftIcon.propTypes = { viewBox: _propTypes["default"].string, width: _propTypes["default"].number, height: _propTypes["default"].number, fill: _propTypes["default"].any }; var _default = ShiftIcon; exports["default"] = _default; //# sourceMappingURL=ShiftIcon.js.map