UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.11 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var AutoFitWidth = /*#__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: "M3 18a1 1 0 1 0 2 0V6a1 1 0 0 0-2 0v12zM19 18a1 1 0 1 0 2 0V6a1 1 0 1 0-2 0v12zM13.79 13.8l-.09.1a1 1 0 0 0 1.5 1.3l2.36-2.34c.27-.18.44-.5.44-.86s-.17-.68-.44-.86L15.2 8.78l-.1-.08a1 1 0 0 0-1.3.1h-.01l-.09.1a1 1 0 0 0 .1 1.3l.79.8H9.4l.8-.8.1-.11a1 1 0 0 0 0-1.19h-.01l-.1-.1-.1-.1-.02-.01a1 1 0 0 0-1.17 0l-.01.01-.1.09-2.36 2.35-.07.05c-.23.2-.37.49-.37.81 0 .36.17.68.44.86l2.36 2.36.1.08a1 1 0 0 0 1.4-1.4l-.09-.1-.8-.8h5.18l-.8.8z" })); }); AutoFitWidth.displayName = 'AutoFitWidth'; export var AutoFitWidthDimensions = { height: 24, width: 24 };