@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 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M12.75 2c-.83 0-1.64.32-2.24.9L3.7 9.4a2.25 2.25 0 0 0-.04 3.22l6.26 6.22c.87.87 2.28.88 3.16.01l6.95-6.83c.62-.61.97-1.45.97-2.32V4.75A2.75 2.75 0 0 0 18.25 2h-5.5Zm3.5 5.75a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5Zm3 6.43 1.48-1.45.13-.13c.31.95.08 2.05-.69 2.8l-5.33 5.24a4.75 4.75 0 0 1-6.67-.02l-4.35-4.3c-.77-.77-1-1.86-.69-2.82l1.63 1.62.11.13 2.41 2.38 1.93 1.92a3.25 3.25 0 0 0 4.58.02l5.33-5.23.14-.16Z"
}));
});
TagMultiple.displayName = 'TagMultiple';
export var TagMultipleDimensions = {
height: 24,
width: 24
};