UNPKG

@nant-design/nant-icons

Version:

24 lines (14 loc) 963 B
import React from 'react'; export const DiceOutline = ({fill="currentColor",...other}) => { return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}> <path fill="none" stroke={fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth="32" d="M448 341.37V170.61A32 32 0 0 0 432.11 143l-152-88.46a47.94 47.94 0 0 0-48.24 0L79.89 143A32 32 0 0 0 64 170.61v170.76A32 32 0 0 0 79.89 369l152 88.46a48 48 0 0 0 48.24 0l152-88.46A32 32 0 0 0 448 341.37Z"/> <path fill="none" stroke={fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth="32" d="m69 153.99 187 110 187-110m-187 310v-200"/> <ellipse cx="256" cy="152" rx="24" ry="16"/> <ellipse cx="208" cy="296" rx="16" ry="24"/> <ellipse cx="112" cy="328" rx="16" ry="24"/> <ellipse cx="304" cy="296" rx="16" ry="24"/> <ellipse cx="400" cy="240" rx="16" ry="24"/> <ellipse cx="304" cy="384" rx="16" ry="24"/> <ellipse cx="400" cy="328" rx="16" ry="24"/> </svg>; };