@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.07 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ShareScreenPerson = /*#__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: "M5.75 4A3.75 3.75 0 0 0 2 7.75v12.5A3.75 3.75 0 0 0 5.75 24h9.32c-.05-.25-.07-.5-.07-.75v-.2A3.04 3.04 0 0 1 18.05 20h.8a3.99 3.99 0 0 1 2.65-7 4 4 0 0 1 4 3.75.25.25 0 1 0 .5 0v-9A3.75 3.75 0 0 0 22.25 4H5.75ZM24.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"
}));
});
ShareScreenPerson.displayName = 'ShareScreenPerson';
export var ShareScreenPersonDimensions = {
height: 28,
width: 28
};