@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.22 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DualScreenLock = /*#__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: "M17 5h-.5A1.5 1.5 0 0 0 15 6.5v5c0 .83.67 1.5 1.5 1.5h6c.83 0 1.5-.67 1.5-1.5v-5c0-.83-.67-1.5-1.5-1.5H22V4a2.5 2.5 0 0 0-5 0v1zm1.5-1a1 1 0 1 1 2 0v1h-2V4zm2 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM13 6h1.05c-.03.16-.05.33-.05.5v5a2.5 2.5 0 0 0 2.5 2.5H22v6.25c0 .96-.79 1.75-1.75 1.75H13c-.09 0-.17 0-.26-.02V6.02L13 6zm3.24 11.5h-1.6a.75.75 0 0 0 0 1.5h1.7a.75.75 0 0 0 0-1.5h-.1zM11 6c.08 0 .16 0 .24.02v15.96L11 22H3.75C2.78 22 2 21.2 2 20.25V7.75C2 6.78 2.78 6 3.75 6H11zM9.24 17.5h-1.6a.75.75 0 0 0 0 1.5h1.7a.75.75 0 0 0 0-1.5h-.1z"
}));
});
DualScreenLock.displayName = 'DualScreenLock';
export var DualScreenLockDimensions = {
height: 24,
width: 24
};