@adobe/react-spectrum-workflow
Version:
Spectrum icons in React
64 lines (58 loc) • 2.03 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.A4uTextIndentIncrease = A4uTextIndentIncrease;
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 A4uTextIndentIncrease(_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: "1",
ry: "1",
width: "24",
x: "8",
y: "28"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "4",
rx: "1",
ry: "1",
width: "12",
x: "20",
y: "20"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "4",
rx: "1",
ry: "1",
width: "12",
x: "20",
y: "12"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "4",
rx: "1",
ry: "1",
width: "24",
x: "8",
y: "4"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M8,14V10.672a.5.5,0,0,1,.866-.341L16,18,8.866,25.669A.5.5,0,0,1,8,25.328V22H1a1,1,0,0,1-1-1V15a1,1,0,0,1,1-1Z"
}));
}