@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.06 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Lottery = /*#__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: "M15.56 4.17A6 6 0 0 0 12 6.68a6 6 0 0 0-3.56-2.5 4 4 0 0 1 7.12 0Zm-11.5 9.87a8 8 0 0 1 6.98-6.98 5 5 0 1 0-6.98 6.98Zm15.88 0a5 5 0 1 0-6.98-6.98 8 8 0 0 1 6.98 6.98ZM12 22a7 7 0 1 0 0-14 7 7 0 0 0 0 14Zm-2.5-8.75c0-.41.34-.75.75-.75h4.25a.75.75 0 0 1 .5 1.31l-.02.02a3.24 3.24 0 0 0-.26.26 9.55 9.55 0 0 0-2.25 3.86.75.75 0 1 1-1.44-.4c.4-1.5 1.15-2.7 1.78-3.54l.01-.01h-2.57a.75.75 0 0 1-.75-.75Z"
}));
});
Lottery.displayName = 'Lottery';
export var LotteryDimensions = {
height: 24,
width: 24
};