@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.19 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowAutofitHeightDotted = /*#__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: "M17.2 3.3a1 1 0 0 0-1.4 0l-2.5 2.5a1 1 0 0 0 1.4 1.4l1.8-1.79 1.8 1.8a1 1 0 1 0 1.4-1.42l-2.5-2.5ZM6.5 4A2.5 2.5 0 0 0 4 6.5v11A2.5 2.5 0 0 0 6.5 20h4a1 1 0 1 0 0-2h-4a.5.5 0 0 1-.5-.5v-11c0-.28.22-.5.5-.5h4a1 1 0 1 0 0-2h-4Zm10.7 16.7 2.5-2.5a1 1 0 0 0-1.4-1.4l-1.8 1.79-1.8-1.8a1 1 0 0 0-1.4 1.42l2.5 2.5a1 1 0 0 0 1.4 0Zm.3-8.7a1 1 0 1 0-2 0 1 1 0 0 0 2 0Zm-1 2a1 1 0 0 1 1 1v1a1 1 0 1 1-2 0v-1a1 1 0 0 1 1-1Zm0-7a1 1 0 0 0-1 1v1a1 1 0 1 0 2 0V8a1 1 0 0 0-1-1Z"
}));
});
ArrowAutofitHeightDotted.displayName = 'ArrowAutofitHeightDotted';
export var ArrowAutofitHeightDottedDimensions = {
height: 24,
width: 24
};