@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 843 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Tag = /*#__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-1.17 2.83L16 27.9a4.25 4.25 0 0 1-6.02 0l-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 5Z"
}));
});
Tag.displayName = 'Tag';
export var TagDimensions = {
height: 32,
width: 32
};