@adobe/react-spectrum-workflow
Version:
Spectrum icons in React
83 lines (77 loc) • 2.8 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.A4uFlipHorizontal = A4uFlipHorizontal;
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 A4uFlipHorizontal(_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: "16",
y: "2"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "2",
width: "2",
x: "16",
y: "6"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "2",
width: "2",
x: "16",
y: "10"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "2",
width: "2",
x: "16",
y: "14"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "2",
width: "2",
x: "16",
y: "18"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "2",
width: "2",
x: "16",
y: "22"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "2",
width: "2",
x: "16",
y: "26"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "2",
width: "2",
x: "16",
y: "30"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M30.276,28.7,20.2,17.8a1.01,1.01,0,0,1,0-1.428L30.276,5.3A1.01,1.01,0,0,1,32,6.012V27.988A1.01,1.01,0,0,1,30.276,28.7Z"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M3.845,8.079l8.168,8.843L3.845,25.9ZM3.044,5A1.009,1.009,0,0,0,2.027,6.012V27.988A1.009,1.009,0,0,0,3.045,29a.987.987,0,0,0,.706-.3L13.823,17.633a1.01,1.01,0,0,0,0-1.428L3.751,5.3A.989.989,0,0,0,3.044,5Z"
}));
}