@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 PeopleLock = /*#__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 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M12 7a4 4 0 1 1-8 0 4 4 0 0 1 8 0Zm4 3.83a3.49 3.49 0 0 1 2.45-.2 3 3 0 1 0-2.44.2Zm-2.3 3.3A2.5 2.5 0 0 0 12 16.5v2.49A7.08 7.08 0 0 1 8 20c-6 0-6-4.5-6-4.5v-.25C2 14.01 3 13 4.25 13h7.5c.83 0 1.56.45 1.95 1.13ZM15 15v-1a2.5 2.5 0 0 1 5 0v1h.5c.83 0 1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5h-6a1.5 1.5 0 0 1-1.5-1.5v-5c0-.83.67-1.5 1.5-1.5h.5Zm1.5-1v1h2v-1a1 1 0 1 0-2 0Zm2 5a1 1 0 1 0-2 0 1 1 0 0 0 2 0Z"
}));
});
PeopleLock.displayName = 'PeopleLock';
export var PeopleLockDimensions = {
height: 24,
width: 24
};