@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 952 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var FlagOff = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "m6.5 7.75.08-.1a1.25 1.25 0 0 1 1.67-.15l.1.08 27.5 25.5a1.25 1.25 0 0 1-1.6 1.92l-.1-.08L27.77 29H12.5v9.75a1.25 1.25 0 0 1-2.5.13V12.52l-3.35-3.1a1.25 1.25 0 0 1-.15-1.67l.08-.1-.08.1Zm5.38.25h24.87c.92 0 1.5.95 1.14 1.76l-.05.1-4.9 8.64 4.9 8.63c.45.8-.08 1.78-.97 1.86l-.12.01h-2.23L11.88 8Z"
}));
});
FlagOff.displayName = 'FlagOff';
export var FlagOffDimensions = {
height: 48,
width: 48
};