UNPKG

@elastic/eui

Version:

Elastic UI Component Library

35 lines (33 loc) 1.75 kB
import _extends from "@babel/runtime/helpers/extends"; import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties"; var _excluded = ["title", "titleId"]; /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0 and the Server Side Public License, v 1; you may not use this file except * in compliance with, at your election, the Elastic License 2.0 or the Server * Side Public License, v 1. */ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; import { jsx as ___EmotionJSX } from "@emotion/react"; var EuiIconAppVulnerabilityManagement = function EuiIconAppVulnerabilityManagement(_ref) { var title = _ref.title, titleId = _ref.titleId, props = _objectWithoutProperties(_ref, _excluded); return ___EmotionJSX("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, viewBox: "0 0 32 32", "aria-labelledby": titleId }, props), title ? ___EmotionJSX("title", { id: titleId }, title) : null, ___EmotionJSX("path", { d: "M5.394 6.192 11.05.536 16 5.486l4.95-4.95 5.657 5.656L16 16.8 5.394 6.192Zm2.828 0L16 13.971l7.778-7.779-2.828-2.828L16 8.314l-4.95-4.95-2.828 2.828Z", className: "euiIcon__fillSecondary" }), ___EmotionJSX("path", { d: "M16 30.941 4.686 19.627A8.004 8.004 0 0 1 3.45 9.905a8.011 8.011 0 0 1 1.236-1.591L16 19.539 27.313 8.314l.045.045a8.003 8.003 0 0 1-.045 11.268L16 30.942Zm0-2.828 9.899-9.9a6.002 6.002 0 0 0 1.169-6.838L16 22.357 4.932 11.375A6.003 6.003 0 0 0 6.1 18.213l9.9 9.9Z" })); }; export var icon = EuiIconAppVulnerabilityManagement;