@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.26 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TrophyOff = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M6.93 8.7 4.37 6.12a1.25 1.25 0 1 1 1.76-1.76l37.5 37.5a1.25 1.25 0 0 1-1.76 1.76l-12.1-12.1a11.92 11.92 0 0 1-4.52 1.4v3.57H31a5 5 0 0 1 5 5v.5a2 2 0 0 1-2 2H14a2 2 0 0 1-2-2v-.5a5 5 0 0 1 5-5h5.75v-3.56a12.01 12.01 0 0 1-10.38-8.96A6.88 6.88 0 0 1 6 17.12v-6.37c0-.82.36-1.55.93-2.06ZM12 13.76 8.73 10.5a.25.25 0 0 0-.23.25v6.38c0 2.1 1.5 3.87 3.5 4.27v-7.63Zm23.63 10.21a11.95 11.95 0 0 1-2.07 4.28L12.2 6.9A4.25 4.25 0 0 1 16.25 4h15.5a4.25 4.25 0 0 1 4.24 4h3.26A2.75 2.75 0 0 1 42 10.75v6.38c0 3.62-2.81 6.6-6.37 6.85Zm.36-2.57c2-.4 3.51-2.17 3.51-4.29v-6.37a.25.25 0 0 0-.25-.25H36V21.4Z"
}));
});
TrophyOff.displayName = 'TrophyOff';
export var TrophyOffDimensions = {
height: 48,
width: 48
};