@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.09 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DualScreenMirror = /*#__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: "M20.25 4c.97 0 1.75.8 1.75 1.75v12.5c0 .96-.78 1.75-1.75 1.75H13c-.08 0-.17 0-.25-.02V4.02L13 4h7.25zm-2.08 5.41a.75.75 0 0 0-1.34 0l-2.25 4.5a.75.75 0 0 0 .67 1.09h4.5a.75.75 0 0 0 .67-1.09l-2.25-4.5zM11 4c.09 0 .17 0 .25.02v15.96L11 20H3.76C2.79 20 2 19.2 2 18.25V5.75C2 4.78 2.79 4 3.76 4H11zM7.17 9.41a.75.75 0 0 0-1.34 0l-2.25 4.5A.75.75 0 0 0 4.25 15h4.5a.75.75 0 0 0 .67-1.09l-2.25-4.5z"
}));
});
DualScreenMirror.displayName = 'DualScreenMirror';
export var DualScreenMirrorDimensions = {
height: 24,
width: 24
};