@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.34 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TextGrammarSettings = /*#__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: "M11.02 17H2.88A1 1 0 0 0 3 19h8.17a6.52 6.52 0 0 1-.15-2zM21 11H3a1 1 0 0 1-.12-2H21a1 1 0 0 1 .12 2H21zM3 15h8.5a6.5 6.5 0 0 1 1.31-2H2.88A1 1 0 0 0 3 15zM21 5H2.88A1 1 0 0 0 3 7h18.12A1 1 0 0 0 21 5zm-6.72 8.98-.2-.7c.44-.37.94-.68 1.48-.9l.5.52a2 2 0 0 0 2.9 0l.5-.52c.54.23 1.04.54 1.48.93l-.19.63a2 2 0 0 0 1.45 2.5l.54.14a5.73 5.73 0 0 1 0 1.8l-.58.15a2 2 0 0 0-1.44 2.5l.2.68c-.44.38-.94.7-1.48.91l-.5-.52a2 2 0 0 0-2.9 0l-.5.52a5.28 5.28 0 0 1-1.48-.93l.19-.63a2 2 0 0 0-1.45-2.5l-.54-.14a5.72 5.72 0 0 1 0-1.8l.58-.15a2 2 0 0 0 1.44-2.5zM17.5 19c.8 0 1.45-.67 1.45-1.5S18.3 16 17.5 16c-.8 0-1.45.67-1.45 1.5S16.7 19 17.5 19z"
}));
});
TextGrammarSettings.displayName = 'TextGrammarSettings';
export var TextGrammarSettingsDimensions = {
height: 24,
width: 24
};