@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.06 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ScaleFit = /*#__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: "M4.25 4C3.01 4 2 5 2 6.25v11.5C2 18.99 3 20 4.25 20h15.5c1.24 0 2.25-1 2.25-2.25V6.25C22 5.01 21 4 19.75 4H4.25zm3.74 5.44c.32.27.35.74.07 1.05l-.66.76h2.86a.75.75 0 0 1 0 1.5H7.4l.66.76a.75.75 0 0 1-1.12.98l-1.75-2a.75.75 0 0 1 0-.98l1.75-2a.75.75 0 0 1 1.05-.07zm7.96 1.05a.75.75 0 0 1 1.13-.98l1.75 2c.25.28.25.7 0 .98l-1.75 2a.75.75 0 0 1-1.13-.98l.66-.76h-2.86a.75.75 0 0 1 0-1.5h2.86l-.66-.76z"
}));
});
ScaleFit.displayName = 'ScaleFit';
export var ScaleFitDimensions = {
height: 24,
width: 24
};