@elastic/eui
Version:
Elastic UI Component Library
34 lines (32 loc) • 2.12 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 EuiIconQuote = function EuiIconQuote(_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: "M6 4c-.773 0-1.321.218-1.72.522-.407.31-.69.732-.884 1.178a4.89 4.89 0 0 0-.346 1.247A5.117 5.117 0 0 0 3 7.47V8h2.94C6.525 8 7 8.474 7 9.06v2.88A1.06 1.06 0 0 1 5.94 13H3.06A1.06 1.06 0 0 1 2 11.94V7.481a2.793 2.793 0 0 1 .008-.184c.007-.121.022-.291.052-.494.058-.404.177-.95.42-1.503.242-.554.616-1.132 1.194-1.572C4.259 3.282 5.023 3 6 3v1Zm-3 7.94c0 .033.027.06.06.06h2.88a.06.06 0 0 0 .06-.06V9.06A.06.06 0 0 0 5.94 9H3v2.94ZM13 4c-.773 0-1.321.218-1.72.522-.407.31-.69.732-.884 1.178a4.89 4.89 0 0 0-.346 1.247 5.096 5.096 0 0 0-.05.523V8h2.94c.585 0 1.06.474 1.06 1.06v2.88A1.06 1.06 0 0 1 12.94 13h-2.88A1.06 1.06 0 0 1 9 11.94V7.481a2.793 2.793 0 0 1 .008-.184c.007-.121.022-.291.052-.494.058-.404.177-.95.42-1.503.242-.554.616-1.132 1.194-1.572C11.259 3.282 12.023 3 13 3v1Zm-3 7.94c0 .033.027.06.06.06h2.88a.06.06 0 0 0 .06-.06V9.06a.06.06 0 0 0-.06-.06H10v2.94Z",
clipRule: "evenodd"
}));
};
export var icon = EuiIconQuote;