@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.18 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var AutofitContent = /*#__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: "M6.06 5.24a.75.75 0 1 0-1.12-.98l-1.75 2a.75.75 0 0 0 0 .98l1.75 2a.75.75 0 0 0 1.12-.98L5.4 7.5h2.86a.75.75 0 0 0 0-1.5H5.4l.66-.76zM18.02 4.19a.75.75 0 0 0-.07 1.05l.66.76h-2.86a.75.75 0 0 0 0 1.5h2.86l-.66.76a.75.75 0 0 0 1.13.98l1.75-2a.75.75 0 0 0 0-.98l-1.75-2a.75.75 0 0 0-1.06-.07zM5.75 11A2.75 2.75 0 0 0 3 13.75v4a2.75 2.75 0 0 0 2.75 2.75h12.5A2.75 2.75 0 0 0 21 17.75v-4A2.75 2.75 0 0 0 18.25 11H5.75zM6 15.75c0-.41.34-.75.75-.75h10.5a.75.75 0 0 1 0 1.5H6.75a.75.75 0 0 1-.75-.75z"
}));
});
AutofitContent.displayName = 'AutofitContent';
export var AutofitContentDimensions = {
height: 24,
width: 24
};