@adobe/react-spectrum-workflow
Version:
Spectrum icons in React
83 lines (77 loc) • 2.79 kB
JavaScript
/**
* @adobe/react-spectrum-workflow (c) by Adobe
*
* @adobe/react-spectrum-workflow is licensed under a
* Creative Commons Attribution-NoDerivatives 4.0 International License.
*
* You should have received a copy of the license along with this
* work. If not, see <http://creativecommons.org/licenses/by-nd/4.0/>.
**/
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.A4uFlipVertical = A4uFlipVertical;
var _react = _interopRequireDefault(require("react"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
function A4uFlipVertical(_ref) {
var props = _extends({}, _ref);
return /*#__PURE__*/_react["default"].createElement("svg", _extends({
viewBox: "0 0 36 36"
}, props, props), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "2",
width: "2",
x: "2",
y: "16"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "2",
width: "2",
x: "6",
y: "16"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "2",
width: "2",
x: "10",
y: "16"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "2",
width: "2",
x: "14",
y: "16"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "2",
width: "2",
x: "18",
y: "16"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "2",
width: "2",
x: "22",
y: "16"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "2",
width: "2",
x: "26",
y: "16"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "2",
width: "2",
x: "30",
y: "16"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M5.3,30.249,16.2,20.177a1.01,1.01,0,0,1,1.428,0L28.7,30.249a1.01,1.01,0,0,1-.714,1.724H6.012A1.01,1.01,0,0,1,5.3,30.249Z"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M25.921,3.818l-8.843,8.168L8.1,3.818ZM29,3.017A1.009,1.009,0,0,0,27.988,2H6.012A1.009,1.009,0,0,0,5,3.018a.987.987,0,0,0,.3.706L16.367,13.8a1.01,1.01,0,0,0,1.428,0L28.7,3.724A.989.989,0,0,0,29,3.017Z"
}));
}