@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.29 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TooltipQuote = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M4.25 2C3.01 2 2 3 2 4.25v7.5C2 12.99 3 14 4.25 14h1.94l1.9 3.6a.75.75 0 0 0 1.32 0l1.9-3.6h1.94c1.24 0 2.25-1 2.25-2.25v-7.5c0-1.24-1-2.25-2.25-2.25h-9ZM5.5 6.25c0-.41.34-.75.75-.75h1.5c.41 0 .75.34.75.75 0 2.15-1.29 3.6-1.72 4.03a.75.75 0 1 1-1.06-1.06c.2-.2.61-.66.91-1.33a.75.75 0 0 1-1.13-.64v-1Zm4 0c0-.41.34-.75.75-.75h1.5c.41 0 .75.34.75.75 0 2.15-1.29 3.6-1.72 4.03a.75.75 0 1 1-1.06-1.06c.2-.2.61-.66.91-1.33a.75.75 0 0 1-1.13-.64v-1ZM2.75 16.5h3.63l.79 1.5H2.75a.75.75 0 0 1 0-1.5Zm18.5 1.5H10.33l.8-1.5h10.12a.75.75 0 0 1 0 1.5ZM2 21.25c0-.41.34-.75.75-.75h12a.75.75 0 0 1 0 1.5h-12a.75.75 0 0 1-.75-.75Z"
}));
});
TooltipQuote.displayName = 'TooltipQuote';
export var TooltipQuoteDimensions = {
height: 24,
width: 24
};