@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 947 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Games = /*#__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: "M18 10a14 14 0 1 0 0 28h12a14 14 0 1 0 0-28H18Zm-1.75 8c.69 0 1.25.56 1.25 1.25V23h3.25a1.25 1.25 0 1 1 0 2.5H17.5v3.25a1.25 1.25 0 1 1-2.5 0V25.5h-3.75a1.25 1.25 0 1 1 0-2.5H15v-3.75c0-.69.56-1.25 1.25-1.25ZM32 27.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Zm1.5-4.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5Z"
}));
});
Games.displayName = 'Games';
export var GamesDimensions = {
height: 48,
width: 48
};