@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
23 lines • 1.03 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Nintendogamecube = /*#__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: "m6.816 15.126 4.703 2.715v-5.433L6.814 9.695v5.432zm-2.025 1.168 6.73 3.882v3.82l-10.04-5.79V6.616l3.31 1.91v7.769zM12 6.145 7.298 8.863 12 11.579l4.704-2.717L12 6.146zm0-2.332 5.659 3.274 3.31-1.91L12 0 1.975 5.79 5.28 7.695zm7.207 12.48v-3.947l-2.023 1.167v1.614l-4.703 2.715v.005-5.436L22.518 6.62v11.587L12.48 24v-3.817l6.727-3.887z"
}));
});
Nintendogamecube.displayName = 'Nintendogamecube';
export var NintendogamecubeDimensions = {
height: 24,
width: 24
};