@adobe/react-spectrum-workflow
Version:
Spectrum icons in React
32 lines (26 loc) • 1.78 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/>.
**/
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.A4uGovernment = A4uGovernment;
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 A4uGovernment(_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: "M35.5,32h-1.5v-1.5c0-.27614-.22386-.5-.5-.5h-1.5v-15.17164c.00002-.53043.21074-1.03912.58582-1.41418l1.41418-1.41418H2l1.41418,1.41418c.37508.37506.5858.88375.58582,1.41418v15.17164h-1.5c-.27614,0-.5.22386-.5.5v1.5H.5c-.27614,0-.5.22386-.5.5v1c0,.27614.22386.5.5.5h35c.27614,0,.5-.22386.5-.5v-1c0-.27614-.22386-.5-.5-.5ZM28,16v14h-2v-14h2ZM22,16v14h-2v-14h2ZM16,16v14h-2v-14h2ZM8,16h2v14h-2v-14ZM36,8.65v1.35H0v-1.35c-.00007-.39526.23268-.75348.59388-.914L17.18774.36096c.51711-.22986,1.10741-.22986,1.62452,0l16.59386,7.37504c.3612.16052.59395.51874.59388.914Z"
}));
}