@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.03 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TabProhibited = /*#__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: "M5.86 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h6.16a6.46 6.46 0 0 1-.85-2H5.86a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v5.14c.71.15 1.39.43 2 .8V6a3 3 0 0 0-3-3h-12z"
}), /*#__PURE__*/React.createElement("path", {
d: "M17.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zm-3.3-3.25a4 4 0 0 1 5.56-5.56l-5.57 5.56zm1.05 1.06 5.56-5.56a4 4 0 0 1-5.56 5.56z"
}));
});
TabProhibited.displayName = 'TabProhibited';
export var TabProhibitedDimensions = {
height: 24,
width: 24
};