@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.01 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ScreenPerson = /*#__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 20 20"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M2 6c0-1.1.9-2 2-2h12a2 2 0 0 1 2 2v1.7a3.5 3.5 0 1 0-5.45 4.3 2.5 2.5 0 0 0-1.86.86c-.4.45-.69 1.08-.69 1.76v.32a4 4 0 0 0 0 .06H4a2 2 0 0 1-2-2V6zm9.43 7.53c.27-.3.66-.53 1.12-.53h4.9c.46 0 .86.24 1.12.53.26.29.43.69.43 1.09v.32c0 1.63-1.63 3.06-4 3.06s-4-1.43-4-3.06v-.32c0-.4.17-.8.43-1.1zM15 12a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z"
}));
});
ScreenPerson.displayName = 'ScreenPerson';
export var ScreenPersonDimensions = {
height: 20,
width: 20
};