@adobe/react-spectrum-workflow
Version:
Spectrum icons in React
125 lines (119 loc) • 3.94 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.A4uOffer = A4uOffer;
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 A4uOffer(_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: "M18.26,10.911l1.993,5.228,5.629.264a.233.233,0,0,1,.136.415l-4.4,3.5L23.107,25.7a.235.235,0,0,1-.356.256L18.04,22.893l-4.711,3.068a.235.235,0,0,1-.356-.256l1.486-5.391-4.4-3.5A.233.233,0,0,1,10.2,16.4l5.629-.264,1.993-5.228A.236.236,0,0,1,18.26,10.911Z"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M2,28H0v2a2,2,0,0,0,2,2H6V30H2Z"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "2",
width: "4",
x: "6",
y: "4"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "2",
width: "4",
x: "8",
y: "30"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "4",
width: "2",
y: "10"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M2,6H4V4H2A2,2,0,0,0,0,6V8H2Z"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "4",
width: "2",
y: "16"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "4",
width: "2",
y: "22"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "4",
width: "2",
x: "34",
y: "10"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "4",
width: "2",
x: "34",
y: "16"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "4",
width: "2",
x: "34",
y: "22"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "2",
width: "4",
x: "14",
y: "30"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "2",
width: "4",
x: "12",
y: "4"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M34,4H30V6h4V8h2V6A2,2,0,0,0,34,4Z"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "2",
width: "4",
x: "18",
y: "4"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M34,30H32v2h2a2,2,0,0,0,2-2V28H34Z"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "2",
width: "4",
x: "26",
y: "30"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "2",
width: "4",
x: "20",
y: "30"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "2",
width: "4",
x: "24",
y: "4"
}));
}