@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.01 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ShareScreenStop = /*#__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: "M8.75 8A4.75 4.75 0 0 0 4 12.75v22.5A4.75 4.75 0 0 0 8.75 40h30.5A4.75 4.75 0 0 0 44 35.25v-22.5A4.75 4.75 0 0 0 39.25 8H8.75Zm13.48 16-5.86-5.87a1.25 1.25 0 0 1 1.76-1.76L24 22.23l5.87-5.86a1.25 1.25 0 0 1 1.76 1.76L25.77 24l5.86 5.87a1.25 1.25 0 0 1-1.76 1.76L24 25.77l-5.87 5.86a1.25 1.25 0 0 1-1.76-1.76L22.23 24Z"
}));
});
ShareScreenStop.displayName = 'ShareScreenStop';
export var ShareScreenStopDimensions = {
height: 48,
width: 48
};