UNPKG

@elastic/eui

Version:

Elastic UI Component Library

40 lines (38 loc) 2.25 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 EuiIconProductMl = function EuiIconProductMl(_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", { fillRule: "evenodd", d: "M5.5 12a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm0 1a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1ZM10.5 12a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm0 1a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Z", clipRule: "evenodd" }), ___EmotionJSX("path", { d: "M3.8 3.9 2.2 5.1a.5.5 0 0 0-.2.4v4.86l2.621-.656A.5.5 0 0 0 5 9.22V9h1v.219c0 .688-.468 1.289-1.136 1.456l-2.224.555 1.16.87-.6.8-1.6-1.2a1.5 1.5 0 0 1-.6-1.2v-5a1.5 1.5 0 0 1 .6-1.2l1.6-1.2.6.8ZM14.4 4.3c.378.283.6.728.6 1.2v5a1.5 1.5 0 0 1-.6 1.2l-1.6 1.2-.6-.8 1.16-.87-2.224-.555A1.501 1.501 0 0 1 10 9.219V9h1v.219a.5.5 0 0 0 .379.485L14 10.36V5.5a.5.5 0 0 0-.2-.4l-1.6-1.2.6-.8 1.6 1.2Z" }), ___EmotionJSX("path", { fillRule: "evenodd", d: "M5.5 5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm0 1a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1ZM10.5 5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm0 1a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1ZM5.5 1a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm0 1a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1ZM10.5 1a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm0 1a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Z", clipRule: "evenodd" })); }; export var icon = EuiIconProductMl;