@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.18 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var XboxController = /*#__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: "M19.55 11.02a5.14 5.14 0 0 0-3.3-.42l-2.25.43a5.74 5.74 0 0 0-4.03 3.03c-2.74 5.39-4.8 9.78-5.6 13.51-.81 3.84-.34 7.1 2.05 10.09 1.6 1.99 4.4 1.6 5.86-.07l3.4-3.92A4.77 4.77 0 0 1 19.3 32h9.41c1.4 0 2.71.61 3.62 1.67l3.4 3.92c1.45 1.66 4.26 2.06 5.86.07 2.39-2.98 2.86-6.25 2.04-10.09-.8-3.73-2.86-8.12-5.59-13.5a5.74 5.74 0 0 0-4.03-3.04l-2.25-.43a5.14 5.14 0 0 0-3.3.42l-.63.33c-.78.42-1.62.65-2.46.65h-2.74c-.83 0-1.67-.23-2.46-.65-.2-.12-.42-.23-.62-.33ZM24 21a2 2 0 1 1 0-4 2 2 0 0 1 0 4Z"
}));
});
XboxController.displayName = 'XboxController';
export var XboxControllerDimensions = {
height: 48,
width: 48
};