UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.14 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var ShareScreenPersonOverlayInside = /*#__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.75v12.5A3.75 3.75 0 0 1 22.25 24H5.75A3.75 3.75 0 0 1 2 20.25V7.75ZM6.5 7C5.67 7 5 7.67 5 8.5v4c0 .83.67 1.5 1.5 1.5h5c.83 0 1.5-.67 1.5-1.5v-4c0-.83-.67-1.5-1.5-1.5h-5ZM21 10.5a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0Zm-7 5v.25C14 18.1 15.9 20 18.25 20h.5C21.1 20 23 18.1 23 15.75v-.25c0-.83-.67-1.5-1.5-1.5h-6c-.83 0-1.5.67-1.5 1.5Z" })); }); ShareScreenPersonOverlayInside.displayName = 'ShareScreenPersonOverlayInside'; export var ShareScreenPersonOverlayInsideDimensions = { height: 28, width: 28 };