UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.21 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var ShareScreenPersonOverlay = /*#__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 28 28" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M2 7.75A3.75 3.75 0 0 1 5.75 4h16.5A3.75 3.75 0 0 1 26 7.75v9c0 .14-.11.25-.25.25a.26.26 0 0 1-.26-.25A4 4 0 1 0 18.85 20h-.8A3.04 3.04 0 0 0 15 23.04v.21c0 .25.02.5.07.75H5.75A3.75 3.75 0 0 1 2 20.25V7.75Zm4 1.5v4.5c0 .69.56 1.25 1.25 1.25h5.5c.69 0 1.25-.56 1.25-1.25v-4.5C14 8.56 13.44 8 12.75 8h-5.5C6.56 8 6 8.56 6 9.25ZM24.5 17a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm2.5 6.25c0 1.87-1.57 3.75-5.5 3.75-3.93 0-5.5-1.88-5.5-3.75v-.2c0-1.13.92-2.05 2.05-2.05h6.9c1.13 0 2.05.92 2.05 2.04v.21Z" })); }); ShareScreenPersonOverlay.displayName = 'ShareScreenPersonOverlay'; export var ShareScreenPersonOverlayDimensions = { height: 28, width: 28 };