@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.04 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TagSearch = /*#__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 0l.1-.1A5.48 5.48 0 0 1 16.5 11c1.53 0 2.92.63 3.92 1.64l.63-.63c.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 0Zm4.67 12.1a4.5 4.5 0 1 0-1.06 1.06l2.61 2.62a.75.75 0 1 0 1.06-1.06l-2.61-2.61Zm-.67-2.6a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"
}));
});
TagSearch.displayName = 'TagSearch';
export var TagSearchDimensions = {
height: 24,
width: 24
};