@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 993 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Image = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M12.25 6A6.25 6.25 0 0 0 6 12.25v23.5c0 1.28.39 2.48 1.05 3.47l.6-.59-.03-.02 13.75-13.53a3.75 3.75 0 0 1 5.26 0l13.75 13.53-.02.02.6.58c.65-.99 1.04-2.18 1.04-3.46v-23.5C42 8.8 39.2 6 35.75 6h-23.5Zm0 36a6.22 6.22 0 0 1-3.42-1.02l14.3-14.1a1.25 1.25 0 0 1 1.75 0l14.3 14.1A6.22 6.22 0 0 1 35.75 42h-23.5ZM30.5 21.5a4 4 0 1 1 0-8 4 4 0 0 1 0 8Z"
}));
});
Image.displayName = 'Image';
export var ImageDimensions = {
height: 48,
width: 48
};