@adobe/react-spectrum-workflow
Version:
Spectrum icons in React
89 lines (83 loc) • 3.4 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.A4uTextRomanLowercase = A4uTextRomanLowercase;
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 A4uTextRomanLowercase(_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: "22",
x: "14",
y: "4"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "4",
rx: "1",
ry: "1",
width: "22",
x: "14",
y: "16"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "4",
rx: "1",
ry: "1",
width: "22",
x: "14",
y: "28"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M10,2V.5A.5.5,0,0,0,9.5,0h-1A.5.5,0,0,0,8,.5V2Z"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M8,4V9.5a.5.5,0,0,0,.5.5h1a.5.5,0,0,0,.5-.5V4Z"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M8,14V12.5a.5.5,0,0,0-.5-.5h-1a.5.5,0,0,0-.5.5V14Z"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M6,16v5.5a.5.5,0,0,0,.5.5h1a.5.5,0,0,0,.5-.5V16Z"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M12,14V12.5a.5.5,0,0,0-.5-.5h-1a.5.5,0,0,0-.5.5V14Z"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M10,16v5.5a.5.5,0,0,0,.5.5h1a.5.5,0,0,0,.5-.5V16Z"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M8,26V24.5a.5.5,0,0,0-.5-.5h-1a.5.5,0,0,0-.5.5V26Z"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M6,28v5.5a.5.5,0,0,0,.5.5h1a.5.5,0,0,0,.5-.5V28Z"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M12,26V24.5a.5.5,0,0,0-.5-.5h-1a.5.5,0,0,0-.5.5V26Z"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M10,28v5.5a.5.5,0,0,0,.5.5h1a.5.5,0,0,0,.5-.5V28Z"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M4,26V24.5a.5.5,0,0,0-.5-.5h-1a.5.5,0,0,0-.5.5V26Z"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M2,28v5.5a.5.5,0,0,0,.5.5h1a.5.5,0,0,0,.5-.5V28Z"
}));
}