@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.13 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DualScreenClock = /*#__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: "M22 9.97v10.28c0 .97-.79 1.75-1.75 1.75H13c-.09 0-.17 0-.26-.02V11.8A6.47 6.47 0 0 0 22 9.97zM10.02 6a6.63 6.63 0 0 0 1.22 4.32v11.66L11 22H3.75C2.78 22 2 21.2 2 20.25V7.75C2 6.78 2.78 6 3.75 6h6.27zm-.78 11.5h-1.6a.75.75 0 0 0 0 1.5h1.7a.75.75 0 0 0 0-1.5h-.1zm7 0h-1.6a.75.75 0 0 0 0 1.5h1.7a.75.75 0 0 0 0-1.5h-.1zM16.5 1a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11zm-1 2a.5.5 0 0 0-.5.5v4c0 .28.22.5.5.5h3a.5.5 0 0 0 0-1H16V3.5a.5.5 0 0 0-.5-.5z"
}));
});
DualScreenClock.displayName = 'DualScreenClock';
export var DualScreenClockDimensions = {
height: 24,
width: 24
};