@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 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 PeopleProhibited = /*#__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: "M7.5 2a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7zM14.5 9a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zM11.3 10.02 11 10H4a2 2 0 0 0-2 2v1.5C2 15.55 4.09 17 7.5 17c.73 0 1.4-.07 2-.2a5.48 5.48 0 0 1 1.8-6.78z"
}), /*#__PURE__*/React.createElement("path", {
d: "M10 14.5a4.5 4.5 0 1 0 9 0 4.5 4.5 0 0 0-9 0zm2.4 2.8 4.9-4.9a3.5 3.5 0 0 1-4.9 4.9zm-.7-.7a3.5 3.5 0 0 1 4.9-4.9l-4.9 4.9z"
}));
});
PeopleProhibited.displayName = 'PeopleProhibited';
export var PeopleProhibitedDimensions = {
height: 20,
width: 20
};