@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 962 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TagOff = /*#__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: "m16 17.06 4.72 4.72a.75.75 0 1 0 1.06-1.06L3.28 2.22a.75.75 0 0 0-1.06 1.06L6.94 8 3.5 11.46a3.25 3.25 0 0 0 0 4.6l4.46 4.45a3.25 3.25 0 0 0 4.6 0L16 17.06Zm5.05-5.05L18.06 15 9 5.94l3-2.99A3.25 3.25 0 0 1 14.3 2h5.46C21 2 22 3 22 4.25v5.46c0 .86-.34 1.69-.95 2.3ZM17 5.51a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z"
}));
});
TagOff.displayName = 'TagOff';
export var TagOffDimensions = {
height: 24,
width: 24
};