@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 956 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ProhibitedMultiple = /*#__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: "M10.75 19.5a8.75 8.75 0 1 0 0-17.5 8.75 8.75 0 0 0 0 17.5zm0-2c-1.5 0-2.9-.5-4.01-1.32l9.44-9.44a6.75 6.75 0 0 1-5.43 10.76zm4.01-12.18-9.44 9.44a6.75 6.75 0 0 1 9.44-9.44zm5.74 5.43a9.75 9.75 0 0 1-12.8 9.26A8.75 8.75 0 0 0 20.02 7.7c.3.97.48 2 .48 3.06z"
}));
});
ProhibitedMultiple.displayName = 'ProhibitedMultiple';
export var ProhibitedMultipleDimensions = {
height: 24,
width: 24
};