@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.07 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var SlideSize = /*#__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: "M2 6.75A2.75 2.75 0 0 1 4.75 4h14.5A2.75 2.75 0 0 1 22 6.75v10.5A2.75 2.75 0 0 1 19.25 20H4.75A2.75 2.75 0 0 1 2 17.25V6.75zm14.78.47a.75.75 0 0 0-.53-.22h-2.5a.75.75 0 0 0 0 1.5h.69l-1.72 1.72a.75.75 0 1 0 1.06 1.06l1.72-1.72v.69a.75.75 0 0 0 1.5 0v-2.5c0-.2-.08-.39-.22-.53zM7.75 17h2.5a.75.75 0 0 0 0-1.5h-.69l1.72-1.72a.75.75 0 0 0-1.06-1.06L8.5 14.44v-.69a.75.75 0 0 0-1.5 0v2.5a.75.75 0 0 0 .75.75z"
}));
});
SlideSize.displayName = 'SlideSize';
export var SlideSizeDimensions = {
height: 24,
width: 24
};