@elastic/eui
Version:
Elastic UI Component Library
32 lines (30 loc) • 1.8 kB
JavaScript
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 EuiIconMagnifyWithExclamation = function EuiIconMagnifyWithExclamation(_ref) {
var title = _ref.title,
titleId = _ref.titleId,
props = _objectWithoutProperties(_ref, _excluded);
return ___EmotionJSX("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
viewBox: "0 0 16 16",
"aria-labelledby": titleId
}, props), title ? ___EmotionJSX("title", {
id: titleId
}, title) : null, ___EmotionJSX("path", {
d: "m15.143 15.85-3.872-3.872a.5.5 0 0 1-.034-.738 6.01 6.01 0 0 0 0-8.486 6.004 6.004 0 0 0-8.484 0 6.01 6.01 0 0 0 0 8.486 5.96 5.96 0 0 0 4.242 1.757.5.5 0 0 1 0 1 6.955 6.955 0 0 1-4.949-2.05c-2.728-2.73-2.728-7.171 0-9.9 2.728-2.73 7.168-2.73 9.898 0 2.609 2.61 2.723 6.785.342 9.532l3.565 3.564a.502.502 0 0 1-.708.708ZM6.254 3l.277 5.063h.935L7.754 3h-1.5Zm.222 7.548a.727.727 0 0 0 .533.222.717.717 0 0 0 .52-.22.715.715 0 0 0 .225-.53.716.716 0 0 0-.222-.534.724.724 0 0 0-.523-.216.731.731 0 0 0-.533.219.719.719 0 0 0-.222.53c0 .205.074.38.222.529Z"
}));
};
export var icon = EuiIconMagnifyWithExclamation;