@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.26 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var XboxControllerError = /*#__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 8.02a5.14 5.14 0 0 0-3.3-.42L14 8.03a5.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 29h2.85a13 13 0 0 1 20.14-8.76c-1.04-2.72-2.5-5.74-4.25-9.18a5.74 5.74 0 0 0-4.03-3.03l-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 18a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm22 13a11 11 0 1 1-22 0 11 11 0 0 1 22 0Zm-10-6a1 1 0 1 0-2 0v8a1 1 0 1 0 2 0v-8Zm-1 13.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z"
}));
});
XboxControllerError.displayName = 'XboxControllerError';
export var XboxControllerErrorDimensions = {
height: 48,
width: 48
};