@adobe/react-spectrum-workflow
Version:
Spectrum icons in React
38 lines (32 loc) • 2.25 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.A4uForPlacementOnly = A4uForPlacementOnly;
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 A4uForPlacementOnly(_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: "M16.484,14.181c-.3,0-.578.006-.793.014v3.311c.143,0,.58,0,.6,0,2.2,0,2.2-1.285,2.2-1.707C18.49,14.462,17.4,14.181,16.484,14.181Z"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M27.357,14.078c-1.586,0-2.531,1.365-2.531,3.654,0,1.793.687,3.707,2.617,3.707,1.562,0,2.5-1.385,2.5-3.707C29.924,15.41,28.982,14.078,27.357,14.078Z"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2ZM12.018,14.093l-.119.145-.3.033H7.332v2.307h4.2l.123.523V19.08l-.523.123H7.332V23.75l-.541.141H4.6l-.105-.541v-11.6l.523-.121h6.389a.526.526,0,0,1,.555.475l.176,1.756Zm4.273,6.023c-.271,0-.443-.006-.6-.012v3.662l-.523.123H12.994l-.121-.524V11.785l.506-.141c.871-.023,1.961-.053,3.035-.053,3.609,0,4.895,2.156,4.895,4.174C21.309,18.449,19.385,20.117,16.291,20.117Zm11.082,3.932c-3.314,0-5.455-2.481-5.455-6.316,0-3.688,2.25-6.264,5.473-6.264,3.244,0,5.438,2.5,5.457,6.209C32.848,21.548,30.7,24.048,27.373,24.048Z"
}));
}