@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.14 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TagReset = /*#__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: "M22 4.25C22 3.01 21 2 19.75 2h-5.47c-.86 0-1.69.34-2.3.95l-8.5 8.51a3.25 3.25 0 0 0 0 4.6l4.47 4.45a3.25 3.25 0 0 0 4.6 0A6 6 0 0 1 12 18c0-.55.26-1.05.66-1.37L11 15a1.75 1.75 0 0 1 0-2.48l2-2A1.75 1.75 0 0 1 15.98 12H18a6 6 0 0 1 2.5.55l.55-.54c.6-.61.95-1.44.95-2.3V4.25ZM15.5 7a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Zm-.72 5.28a.75.75 0 1 0-1.06-1.06l-2 2c-.3.3-.3.77 0 1.06l2 2a.75.75 0 1 0 1.06-1.06l-.72-.72H18a3.5 3.5 0 1 1-3.5 3.5.75.75 0 0 0-1.5 0 5 5 0 1 0 5-5h-3.94l.72-.72Z"
}));
});
TagReset.displayName = 'TagReset';
export var TagResetDimensions = {
height: 24,
width: 24
};