ouider-ionicons
Version:
Ouider icons componets integrated from [`ionicons5`](https://ionicons.com/)
7 lines (6 loc) • 1.4 kB
JavaScript
import { RenderNode, OComponent } from "ouider";
export default class QrCodeOutline 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"><rect width="80" height="80" x="336" y="336" fill="currentColor" rx="8" ry="8"/><rect width="64" height="64" x="272" y="272" fill="currentColor" rx="8" ry="8"/><rect width="64" height="64" x="416" y="416" fill="currentColor" rx="8" ry="8"/><rect width="48" height="48" x="432" y="272" fill="currentColor" rx="8" ry="8"/><rect width="48" height="48" x="272" y="432" fill="currentColor" rx="8" ry="8"/><rect width="80" height="80" x="336" y="96" fill="currentColor" rx="8" ry="8"/><rect width="176" height="176" x="288" y="48" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" rx="16" ry="16"/><rect width="80" height="80" x="96" y="96" fill="currentColor" rx="8" ry="8"/><rect width="176" height="176" x="48" y="48" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" rx="16" ry="16"/><rect width="80" height="80" x="96" y="336" fill="currentColor" rx="8" ry="8"/><rect width="176" height="176" x="48" y="288" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" rx="16" ry="16"/></svg>`);
}
}