@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.25 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ImageReflection = /*#__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 6.25C4 4.45 5.46 3 7.25 3h9.5C18.55 3 20 4.46 20 6.25v9c0 1-.46 1.9-1.17 2.5.71.6 1.17 1.5 1.17 2.5V21a.75.75 0 0 1-1.5 0v-.75c0-.97-.78-1.75-1.75-1.75h-1a.75.75 0 0 1-.7-1h-1.6c.04.08.05.16.05.25 0 .41-.34.75-.75.75h-1.5a.75.75 0 0 1-.7-1h-1.6a.75.75 0 0 1-.7 1h-1c-.97 0-1.75.78-1.75 1.75V21A.75.75 0 0 1 4 21v-.75c0-1 .46-1.9 1.17-2.5A3.27 3.27 0 0 1 4 15.25v-9Zm1.78 9.95c.29.45.78.75 1.33.8l4.37-4.29a.75.75 0 0 1 1.05 0L16.92 17a1.75 1.75 0 0 0 1.31-.81l-4.66-4.54a2.25 2.25 0 0 0-3.14 0L5.78 16.2ZM15 9a1.25 1.25 0 1 0 0-2.5A1.25 1.25 0 0 0 15 9Z"
}));
});
ImageReflection.displayName = 'ImageReflection';
export var ImageReflectionDimensions = {
height: 24,
width: 24
};