UNPKG

@adobe/react-spectrum-workflow

Version:

Spectrum icons in React

55 lines (49 loc) 2.28 kB
/** * @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.A4uUngroup = A4uUngroup; 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 A4uUngroup(_ref) { var props = _extends({}, _ref); return /*#__PURE__*/_react["default"].createElement("svg", _extends({ viewBox: "0 0 36 36" }, props, props), /*#__PURE__*/_react["default"].createElement("path", { fillRule: "evenodd", d: "M9.123,4H31.36V26.237l2,2V3a1,1,0,0,0-1-1H7.123Z" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", x: "16.132", y: "-3.927", width: "2.455", height: "43.854", rx: "0.818", transform: "translate(-7.643 17.547) rotate(-45)" }), /*#__PURE__*/_react["default"].createElement("path", { fillRule: "evenodd", d: "M6.36,16h4.5l-5.5-5.5V15A1,1,0,0,0,6.36,16Z" }), /*#__PURE__*/_react["default"].createElement("path", { fillRule: "evenodd", d: "M14.36,6.034H9.991L15.36,11.4V7.034A1,1,0,0,0,14.36,6.034Z" }), /*#__PURE__*/_react["default"].createElement("path", { fillRule: "evenodd", d: "M8.36,30h8a1,1,0,0,0,1-1V22.5l-2.5-2.5H8.36a1,1,0,0,0-1,1v8A1,1,0,0,0,8.36,30Z" }), /*#__PURE__*/_react["default"].createElement("path", { fillRule: "evenodd", d: "M29.36,21V13a1,1,0,0,0-1-1h-8a1,1,0,0,0-1,1v2.356L26,22H28.36A1,1,0,0,0,29.36,21Z" }), /*#__PURE__*/_react["default"].createElement("path", { fillRule: "evenodd", d: "M25.731,32H3.36V9.628l-2-2V33a1,1,0,0,0,1,1H27.731Z" })); }