@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.32 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DualScreenArrowRight = /*#__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.3 2.55-.08.04-.07.06-.06.07a.5.5 0 0 0 0 .56l.06.07L18.29 6H13.4a.5.5 0 0 0-.4.41v.18c.04.2.2.36.4.4l.1.01h4.8l-1.65 1.65-.06.07a.5.5 0 0 0 .7.7l.06-.07 2.53-2.53.04-.05.04-.08.03-.08v-.22l-.03-.08-.04-.08-.04-.05-2.53-2.53-.07-.06a.5.5 0 0 0-.49-.04z"
}));
});
DualScreenArrowRight.displayName = 'DualScreenArrowRight';
export var DualScreenArrowRightDimensions = {
height: 24,
width: 24
};