@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.23 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TagQuestionMark = /*#__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 32 32"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M15.95 4.08A4 4 0 0 1 18.68 3h6.82A3.5 3.5 0 0 1 29 6.5v6.76a4 4 0 0 1-.89 2.51 9 9 0 0 0-12.34 12.35 4.25 4.25 0 0 1-5.78-.21l-6.32-6.33a4.25 4.25 0 0 1 .1-6.1l12.18-11.4ZM22.5 12a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM16 23.5a7.5 7.5 0 1 1 15 0 7.5 7.5 0 0 1-15 0Zm6.48 4.43a1.02 1.02 0 1 0 2.04 0 1.02 1.02 0 0 0-2.04 0Zm-1.7-6.48a.68.68 0 1 0 1.36 0 1.36 1.36 0 1 1 2.72 0c0 .51-.1.8-.5 1.23l-.15.17-.36.37c-.74.77-1.03 1.33-1.03 2.33a.68.68 0 1 0 1.36 0c0-.51.11-.8.5-1.23l.16-.17.36-.37c.74-.77 1.03-1.33 1.03-2.33a2.73 2.73 0 0 0-5.46 0Z"
}));
});
TagQuestionMark.displayName = 'TagQuestionMark';
export var TagQuestionMarkDimensions = {
height: 32,
width: 32
};