@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.11 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Trophy = /*#__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: "M12 8c.14-2.23 1.99-4 4.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.85a12.01 12.01 0 0 1-10.38 8.96v3.56H31a5 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.37A2.75 2.75 0 0 1 8.75 8h3.26Zm0 2.5H8.75a.25.25 0 0 0-.25.25v6.38c0 2.1 1.5 3.87 3.5 4.27V10.5Zm24 10.91c2-.4 3.5-2.17 3.5-4.29v-6.37a.25.25 0 0 0-.25-.25H36v10.91Z"
}));
});
Trophy.displayName = 'Trophy';
export var TrophyDimensions = {
height: 48,
width: 48
};