@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.12 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ProjectionScreenDismiss = /*#__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 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M27 7.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0Zm-9.15-3.35a.5.5 0 0 0-.7.7l2.64 2.65-2.64 2.65a.5.5 0 0 0 .7.7l2.65-2.64 2.65 2.64a.5.5 0 0 0 .7-.7L21.21 7.5l2.64-2.65a.5.5 0 0 0-.7-.7L20.5 6.79l-2.65-2.64ZM20.5 15c1.69 0 3.25-.56 4.5-1.5v2.75c0 2.35-1.9 4.25-4.25 4.25h-6v3h4.5a.75.75 0 0 1 0 1.5H8.75a.75.75 0 0 1 0-1.5h4.5v-3h-6A4.25 4.25 0 0 1 3 16.25V6.73A2 2 0 0 1 4 3h10.5a7.5 7.5 0 0 0 6 12Z"
}));
});
ProjectionScreenDismiss.displayName = 'ProjectionScreenDismiss';
export var ProjectionScreenDismissDimensions = {
height: 28,
width: 28
};