@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.45 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TabShieldDismiss = /*#__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: "M3 5.75A2.75 2.75 0 0 1 5.75 3h12.5A2.75 2.75 0 0 1 21 5.75v4.99a5.36 5.36 0 0 1-2-1.36V5.75a.75.75 0 0 0-.75-.75H5.75a.75.75 0 0 0-.75.75v12.5c0 .41.34.75.75.75h6.98a6.7 6.7 0 0 0 1.45 2H5.75A2.75 2.75 0 0 1 3 18.25V5.75Zm15.35 4.4A5.71 5.71 0 0 0 22.5 12a.5.5 0 0 1 .5.41v3.09c0 3.22-1.64 5.4-4.84 6.47a.5.5 0 0 1-.32 0c-3.1-1.03-4.74-3.12-4.84-6.18V12.5c0-.28.22-.5.5-.5 1.53 0 2.9-.61 4.15-1.85.2-.2.51-.2.7 0Zm-2.38 3.69-.07.06-.06.07a.5.5 0 0 0 0 .56l.06.07 1.4 1.4-1.4 1.4-.06.07a.5.5 0 0 0 0 .56l.06.07.07.06c.17.12.4.12.56 0l.07-.06 1.4-1.4 1.4 1.4.07.06c.17.12.4.12.56 0l.07-.06.06-.07a.5.5 0 0 0 0-.56l-.06-.07-1.4-1.4 1.4-1.4.06-.07a.5.5 0 0 0 0-.56l-.06-.07-.07-.06a.5.5 0 0 0-.56 0l-.07.06-1.4 1.4-1.4-1.4-.07-.06a.5.5 0 0 0-.49-.04l-.07.04Z"
}));
});
TabShieldDismiss.displayName = 'TabShieldDismiss';
export var TabShieldDismissDimensions = {
height: 24,
width: 24
};