@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 901 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Autocorrect = /*#__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: "M13.6 4.72a3 3 0 0 1 .94.95l2.87 4.58h4.09a1 1 0 0 1 0 2h-2.75a5 5 0 1 1-4-2h.3l-.28-.45-1.92-3.07a1 1 0 0 0-1.63-.1l-.07.1L3.6 18.78a1 1 0 0 1-1.75-.96l.05-.1L9.46 5.67a3 3 0 0 1 4.13-.95Zm1.15 7.53a3 3 0 1 0 0 6 3 3 0 0 0 0-6Z"
}));
});
Autocorrect.displayName = 'Autocorrect';
export var AutocorrectDimensions = {
height: 24,
width: 24
};