@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.26 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Screenshot = /*#__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: "M17.25 3A3.75 3.75 0 0 1 21 6.75v10.5A3.75 3.75 0 0 1 17.25 21H6.75A3.75 3.75 0 0 1 3 17.25V6.75A3.75 3.75 0 0 1 6.75 3h10.5zm0 10c-.38 0-.7.28-.74.65l-.01.1V16a.5.5 0 0 1-.41.5h-2.34a.75.75 0 0 0-.1 1.5H16a2 2 0 0 0 2-1.85v-2.4a.75.75 0 0 0-.75-.75zm-10.5 0c-.38 0-.7.28-.74.65l-.01.1V16a2 2 0 0 0 1.85 2h2.4a.75.75 0 0 0 .1-1.5H8a.5.5 0 0 1-.5-.41v-2.34a.75.75 0 0 0-.75-.75zm3.5-7h-2.4a2 2 0 0 0-1.84 1.84L6 8v2.35a.75.75 0 0 0 1.5 0V7.91a.5.5 0 0 1 .41-.4L8 7.5h2.35a.75.75 0 0 0 0-1.5h-.1zM16 6h-2.25a.75.75 0 0 0-.1 1.5H16a.5.5 0 0 1 .5.41v2.34a.75.75 0 0 0 1.5.1V8a2 2 0 0 0-1.85-2H16z"
}));
});
Screenshot.displayName = 'Screenshot';
export var ScreenshotDimensions = {
height: 24,
width: 24
};