@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.09 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TagMultiple = /*#__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 16 16"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M7.3 1.6 2.53 6.33a2 2 0 0 0 0 2.83l3.3 3.28c.8.78 2.07.78 2.85 0l4.7-4.65a2 2 0 0 0 .58-1.4L14 3a2 2 0 0 0-2.03-2l-3.26.01c-.53 0-1.04.22-1.42.59zm4.05 3.06c-.3.3-.79.3-1.09 0a.76.76 0 0 1 0-1.08c.3-.3.8-.3 1.1 0 .3.3.3.78 0 1.08zM2 9.75a2 2 0 0 0 .46 2.11l1.96 1.97a4 4 0 0 0 5.66 0l3.48-3.48c.28-.28.44-.67.44-1.06V8.5l-3.92 3.92-.21.2-.5.5a3 3 0 0 1-4.24 0l-.5-.5a4.08 4.08 0 0 1-.2-.2l-1.97-1.97a2 2 0 0 1-.46-.7z"
}));
});
TagMultiple.displayName = 'TagMultiple';
export var TagMultipleDimensions = {
height: 16,
width: 16
};