@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 InprivateAccount = /*#__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: "M23.83 18A3 3 0 0 0 21 16H7a3 3 0 0 0-3 3v.71C4 23.43 8.21 26 14 26c3.06 0 5.68-.76 7.47-2H14v-1h8.63c.43-.46.77-.96 1-1.5H14v-1h9.93c.05-.26.07-.52.07-.79V19H14v-1h9.83ZM20 8c0-.25-.02-.5-.05-.75H14v-1h5.74a5.97 5.97 0 0 0-.7-1.5H14v-1h4.24a6 6 0 1 0 0 8.5H14v-1h5.04c.3-.46.54-.96.7-1.5H14v-1h5.95c.03-.25.05-.5.05-.75Z"
}));
});
InprivateAccount.displayName = 'InprivateAccount';
export var InprivateAccountDimensions = {
height: 28,
width: 28
};