@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.17 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowAutofitWidthDotted = /*#__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: "M20 6.5A2.5 2.5 0 0 0 17.5 4h-11A2.5 2.5 0 0 0 4 6.5v4a1 1 0 1 0 2 0v-4c0-.28.23-.5.5-.5h11c.28 0 .5.22.5.5v4a1 1 0 1 0 2 0v-4zm-1.8 13.2 2.5-2.5a1 1 0 0 0 0-1.4l-2.5-2.5a1 1 0 0 0-1.4 1.4l1.79 1.8-1.8 1.8a1 1 0 0 0 1.42 1.4zM3.3 15.8a1 1 0 0 0 0 1.4l2.5 2.5a1 1 0 0 0 1.4-1.4l-1.79-1.8 1.8-1.8a1 1 0 1 0-1.42-1.4l-2.5 2.5zm9.7.7a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm-4-1a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2h1zm8 1a1 1 0 0 0-1-1h-1a1 1 0 1 0 0 2h1a1 1 0 0 0 1-1z"
}));
});
ArrowAutofitWidthDotted.displayName = 'ArrowAutofitWidthDotted';
export var ArrowAutofitWidthDottedDimensions = {
height: 24,
width: 24
};