UNPKG

@adobe/react-spectrum-workflow

Version:

Spectrum icons in React

189 lines (183 loc) 4.58 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.A4uPattern = A4uPattern; 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 A4uPattern(_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: "4", rx: "0.5", ry: "0.5", width: "6", x: "2", y: "4" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", height: "8", rx: "0.5", ry: "0.5", width: "2", x: "10", y: "2" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", height: "4", rx: "0.5", ry: "0.5", width: "6", x: "14", y: "4" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", height: "4", rx: "0.5", ry: "0.5", width: "6", x: "26", y: "4" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", height: "8", rx: "0.5", ry: "0.5", width: "2", x: "22", y: "2" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", height: "4", rx: "0.5", ry: "0.5", width: "6", x: "2", y: "20" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", height: "8", rx: "0.5", ry: "0.5", width: "2", x: "10", y: "18" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", height: "4", rx: "0.5", ry: "0.5", width: "6", x: "14", y: "20" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", height: "4", rx: "0.5", ry: "0.5", width: "6", x: "26", y: "20" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", height: "8", rx: "0.5", ry: "0.5", width: "2", x: "22", y: "18" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", height: "8", rx: "0.5", ry: "0.5", width: "2", x: "4", y: "10" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", height: "4", rx: "0.5", ry: "0.5", width: "6", x: "8", y: "12" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", height: "4", rx: "0.5", ry: "0.5", width: "6", x: "20", y: "12" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", height: "8", rx: "0.5", ry: "0.5", width: "2", x: "16", y: "10" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", height: "8", rx: "0.5", ry: "0.5", width: "2", x: "28", y: "10" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", height: "8", rx: "0.5", ry: "0.5", width: "2", x: "4", y: "26" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", height: "4", rx: "0.5", ry: "0.5", width: "6", x: "8", y: "28" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", height: "4", rx: "0.5", ry: "0.5", width: "6", x: "20", y: "28" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", height: "8", rx: "0.5", ry: "0.5", width: "2", x: "16", y: "26" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", height: "8", rx: "0.5", ry: "0.5", width: "2", x: "28", y: "26" })); }