UNPKG

ouider-ionicons

Version:

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

7 lines (6 loc) 776 B
import { RenderNode, OComponent } from "ouider"; export default class ThunderstormSharp 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="M405.84 136.9a151.25 151.25 0 0 0-47.6-81.9a153 153 0 0 0-241.81 51.86C60.5 110.16 16 156.65 16 213.33C16 272.15 63.91 320 122.8 320h72.31L176 416h48v80l112-144h-43.51l8-32h103.84a91.56 91.56 0 0 0 1.51-183.1"/><path fill="currentColor" d="m74.53 407.177l38.318-76.623l28.62 14.314l-38.319 76.622zm23.99 64.013l30.318-60.623l28.62 14.314l-30.317 60.621zm256.021-64.001l38.32-76.622l28.62 14.313l-38.32 76.622zm24.001 64.011l30.317-60.622l28.62 14.313l-30.317 60.622z"/></svg>`); } }