ouider-ionicons
Version:
Ouider icons componets integrated from [`ionicons5`](https://ionicons.com/)
7 lines (6 loc) • 983 B
JavaScript
import { RenderNode, OComponent } from "ouider";
export default class CloudyNightSharp 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="M340 480H106c-29.5 0-54.92-7.83-73.53-22.64C11.23 440.44 0 415.35 0 384.8c0-29.44 12.09-54.25 35-71.74c14.55-11.13 33.41-18.87 53.2-22c6.06-36.92 21.92-68.53 46.29-92A139.82 139.82 0 0 1 232 160c32.33 0 62.15 10.65 86.24 30.79a142.4 142.4 0 0 1 40.83 57.05c27.18 4.48 51.59 15.68 69.56 32.08C451.77 301 464 329.82 464 363.2c0 32.85-13.13 62.87-37 84.52c-22.89 20.82-53.8 32.28-87 32.28m41.55-260.07c26.5 6.93 50 19.32 68.65 36.34q3.89 3.56 7.47 7.34c25.41-18.4 45.47-44.92 54.33-71.38c-16.24 7.07-35.31 9.85-54.15 9.85c-73.42 0-115.93-42.51-115.93-115.93c0-18.84 2.78-37.91 9.85-54.15c-40.41 13.53-81 53.19-92.52 98.13a162.6 162.6 0 0 1 79.52 36.12a173 173 0 0 1 42.78 53.68"/></svg>`);
}
}