UNPKG

ouider-ionicons

Version:

Ouider icons componets integrated from [`ionicons5`](https://ionicons.com/)

7 lines (6 loc) 652 B
import { RenderNode, OComponent } from "ouider"; export default class CutSharp 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="currentColor" d="M480 128h-48l-198.94 70.46l-59.13-31.59a72.16 72.16 0 1 0-25.69 41.47l52.2 31.72L192 277l-43.64 26.76a71.74 71.74 0 1 0 24.79 38L480 160Zm-376.52 64a40 40 0 1 1 40-40a40 40 0 0 1-40 40m0 208a40 40 0 1 1 40-40a40 40 0 0 1-40 40m152-144a16 16 0 1 1 16-16a16 16 0 0 1-16 16"/><path fill="currentColor" d="m343.79 259.87l-83.74 48.18L432 368h47.99l.01-32z"/></svg>`); } }