@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 920 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TextQuote = /*#__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: "M7.5 6A2.5 2.5 0 0 1 10 8.34v.2a13.01 13.01 0 0 1-3.7 9.22.75.75 0 1 1-1.1-1.02 11.55 11.55 0 0 0 3.08-5.86A2.5 2.5 0 1 1 7.5 6Zm9 0A2.5 2.5 0 0 1 19 8.34v.2a12.99 12.99 0 0 1-3.7 9.23.75.75 0 1 1-1.1-1.04 11.51 11.51 0 0 0 3.08-5.85A2.5 2.5 0 1 1 16.5 6Z"
}));
});
TextQuote.displayName = 'TextQuote';
export var TextQuoteDimensions = {
height: 24,
width: 24
};