UNPKG

ouider-ionicons

Version:

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

7 lines (6 loc) 650 B
import { RenderNode, OComponent } from "ouider"; export default class EyedropSharp 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 96.22a63.84 63.84 0 0 0-18.95-45.61a65 65 0 0 0-45.71-19h-.76a61.78 61.78 0 0 0-44.22 19.09l-74.88 74.88l-33.88-33.86l-34.07 33.91l-33.85 34l44 44L32 409.37V480h70.63l205.7-205.71L352 317.94l11.31-11.19c.11-.1 10.42-10.31 22.79-22.68l33.85-34l-33.89-33.89L461 141.23a63.18 63.18 0 0 0 19-45.01M245 292.35L219.65 267l40.68-40.69l25.38 25.38Z"/></svg>`); } }