UNPKG

@adobe/react-spectrum-workflow

Version:

Spectrum icons in React

152 lines (146 loc) 5.08 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.A4uPreset = A4uPreset; 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 A4uPreset(_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: "M34,14a12,12,0,0,0-23.483-3.483,12.038,12.038,0,0,1,2.3-.457A10,10,0,1,1,25.94,23.185a12.038,12.038,0,0,1-.457,2.3A12,12,0,0,0,34,14Z" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", height: "2", width: "2", x: "14", y: "12" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", height: "2", width: "2", x: "12", y: "14" }), /*#__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: "12", y: "18" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", height: "2", width: "2", x: "14", y: "20" }), /*#__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: "18" }), /*#__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: "18", y: "16" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", height: "2", width: "2", x: "18", y: "20" }), /*#__PURE__*/_react["default"].createElement("path", { fillRule: "evenodd", d: "M24,25.817V24H22v2a11.986,11.986,0,0,1-2-.18V24H18v1.3a11.939,11.939,0,0,1-2-.922V24h-.628A11.886,11.886,0,0,1,14,22.926V22h-.926A12.173,12.173,0,0,1,12,20.628V20h-.381a11.856,11.856,0,0,1-.921-2H12V16H10.18A11.986,11.986,0,0,1,10,14h2V12H10.183a12.068,12.068,0,0,1,.334-1.482A12,12,0,1,0,25.483,25.482,12.128,12.128,0,0,1,24,25.817Z" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", height: "2", width: "2", x: "20", y: "22" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", height: "2", width: "2", x: "22", y: "20" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", height: "2", width: "2", x: "20", y: "18" }), /*#__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: "20", y: "14" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", height: "2", width: "2", x: "18", y: "12" }), /*#__PURE__*/_react["default"].createElement("path", { fillRule: "evenodd", d: "M26,22H24v2h1.817A11.881,11.881,0,0,0,26,22Z" }), /*#__PURE__*/_react["default"].createElement("path", { fillRule: "evenodd", d: "M25.3,18H24v2h1.82A11.908,11.908,0,0,0,25.3,18Z" }), /*#__PURE__*/_react["default"].createElement("path", { fillRule: "evenodd", d: "M24,15.372V16h.381C24.259,15.788,24.135,15.576,24,15.372Z" }), /*#__PURE__*/_react["default"].createElement("path", { fillRule: "evenodd", d: "M12,12h2V10a11.881,11.881,0,0,0-2,.183Z" }), /*#__PURE__*/_react["default"].createElement("path", { fillRule: "evenodd", d: "M16,10.18V12h2V10.7A11.908,11.908,0,0,0,16,10.18Z" }), /*#__PURE__*/_react["default"].createElement("path", { fillRule: "evenodd", d: "M20,11.619V12h.628C20.424,11.865,20.212,11.741,20,11.619Z" }), /*#__PURE__*/_react["default"].createElement("path", { fillRule: "evenodd", d: "M22,13.074V14h.926A11.9,11.9,0,0,0,22,13.074Z" })); }