@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 964 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PersonProhibited = /*#__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: "M15.11 25.72A7.48 7.48 0 0 1 14.5 16H5a3 3 0 0 0-3 3v.71C2 23.43 6.21 26 12 26c1.1 0 2.14-.1 3.11-.28zM18 8A6 6 0 1 0 6 8a6 6 0 0 0 12 0zm9 12.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0zm-1.5 0c0-1.11-.36-2.14-.97-2.97l-7 7a5 5 0 0 0 7.97-4.03zm-9.03 2.97 7-7a5 5 0 0 0-7 7z"
}));
});
PersonProhibited.displayName = 'PersonProhibited';
export var PersonProhibitedDimensions = {
height: 28,
width: 28
};