@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 PersonBoard = /*#__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 32 32"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M7.5 3A4.5 4.5 0 0 0 3 7.5v13A4.5 4.5 0 0 0 7.5 25h13a4.5 4.5 0 0 0 4.5-4.5v-13A4.5 4.5 0 0 0 20.5 3h-13Zm2.13 12h8.74c1.18 0 2.13.95 2.13 2.13 0 1.56-.89 2.7-2.12 3.4-1.2.67-2.76.97-4.38.97s-3.19-.3-4.38-.98a3.84 3.84 0 0 1-2.12-3.4c0-1.17.95-2.12 2.13-2.12Zm.87-5.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0Zm.5 19a4.5 4.5 0 0 1-3.75-2H21.5a5 5 0 0 0 5-5V7.25c1.2.81 2 2.19 2 3.75v10.5a7 7 0 0 1-7 7H11Z"
}));
});
PersonBoard.displayName = 'PersonBoard';
export var PersonBoardDimensions = {
height: 32,
width: 32
};