UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.25 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var DualScreenAdd = /*#__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-11zm0 2h-.09a.5.5 0 0 0-.4.4l-.01.1V6h-2.6a.5.5 0 0 0-.4.41v.18c.04.2.2.36.4.4l.1.01H16v2.6c.05.2.2.36.41.4h.18a.5.5 0 0 0 .4-.4l.01-.1V7h2.6a.5.5 0 0 0 .4-.41v-.18a.5.5 0 0 0-.4-.4L19.5 6H17V3.4a.5.5 0 0 0-.5-.4z" })); }); DualScreenAdd.displayName = 'DualScreenAdd'; export var DualScreenAddDimensions = { height: 24, width: 24 };