@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.06 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DualScreenClosedAlert = /*#__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: "M16.5 2a4.01 4.01 0 0 1 4 4v2.52l1.38 1.66a.5.5 0 0 1-.38.82h-10a.5.5 0 0 1-.38-.82l1.38-1.66V6a4.01 4.01 0 0 1 4-4zM5.75 5h5.85c-.06.33-.1.66-.1 1v2.16l-1.15 1.38A1.5 1.5 0 0 0 11.5 12h2.17A3 3 0 0 0 17 13.96v4.79c0 1.24-1 2.25-2.25 2.25h-9a.75.75 0 0 1-.75-.75V5.75c0-.41.34-.75.75-.75zm9.75 7.73c-.3-.17-.55-.43-.72-.73h3.44a1.98 1.98 0 0 1-2.72.73z"
}));
});
DualScreenClosedAlert.displayName = 'DualScreenClosedAlert';
export var DualScreenClosedAlertDimensions = {
height: 24,
width: 24
};