@nant-design/nant-icons
Version:
8 lines (6 loc) • 702 B
JSX
import React from 'react';
export const GameControllerSharp = ({fill="currentColor",...other}) => {
return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}>
<path d="M478.07 356.88 439 151c-8.86-40.35-23-71-88-71H145c-66 0-79.14 30.65-88 71L18 356.88c-7 34.12 4.43 61.25 33.37 71.81S103 423 119.18 391.3l15.42-30.52a16 16 0 0 1 14.28-8.78h198.28a16 16 0 0 1 14.28 8.78l15.42 30.52c16.14 31.7 38.88 48 67.81 37.39S485 391 478.07 356.88ZM224 240h-48v48h-32v-48H96v-32h48v-48h32v48h48Zm68 4a20 20 0 1 1 20-20 20 20 0 0 1-20 20Zm44 44a20 20 0 1 1 20-20 20 20 0 0 1-20 20Zm0-88a20 20 0 1 1 20-20 20 20 0 0 1-20 20Zm44 44a20 20 0 1 1 20-20 20 20 0 0 1-20 20Z"/>
</svg>;
};