ouider-ionicons
Version:
Ouider icons componets integrated from [`ionicons5`](https://ionicons.com/)
7 lines (6 loc) • 1.18 kB
JavaScript
import { RenderNode, OComponent } from "ouider";
export default class DiceOutline extends OComponent {
render(_) {
return RenderNode.of(`<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="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.37"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="m69 153.99l187 110l187-110m-187 310v-200"/><ellipse cx="256" cy="152" fill="currentColor" rx="24" ry="16"/><ellipse cx="208" cy="296" fill="currentColor" rx="16" ry="24"/><ellipse cx="112" cy="328" fill="currentColor" rx="16" ry="24"/><ellipse cx="304" cy="296" fill="currentColor" rx="16" ry="24"/><ellipse cx="400" cy="240" fill="currentColor" rx="16" ry="24"/><ellipse cx="304" cy="384" fill="currentColor" rx="16" ry="24"/><ellipse cx="400" cy="328" fill="currentColor" rx="16" ry="24"/></svg>`);
}
}