@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.17 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ShareScreenPersonP = /*#__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.75Zm6 2v8.5a.75.75 0 0 0 1.5 0V16h2a3.5 3.5 0 1 0 0-7H8.75a.75.75 0 0 0-.75.75Zm1.5 4.75h2a2 2 0 1 0 0-4h-2v4Zm15 2.5a3 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"
}));
});
ShareScreenPersonP.displayName = 'ShareScreenPersonP';
export var ShareScreenPersonPDimensions = {
height: 28,
width: 28
};