@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 944 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 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M15 5a7 7 0 0 1 .24 14H9a7 7 0 0 1-.24-14H15zm-.25 7.5a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5zM8 9c-.38 0-.7.28-.74.65l-.01.1v1.5h-1.5a.75.75 0 0 0-.1 1.5h1.6v1.5a.75.75 0 0 0 1.5.1v-1.6h1.5a.75.75 0 0 0 .1-1.5h-1.6v-1.5A.75.75 0 0 0 8 9zm8.75 0a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5z"
}));
});
Games.displayName = 'Games';
export var GamesDimensions = {
height: 24,
width: 24
};