UNPKG

@nafr/echo-ui

Version:

A UI library born for WAA

5 lines (4 loc) 629 B
import { jsx as _jsx } from "react/jsx-runtime"; export function SineIcon(props) { return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 256 256", ...props, children: _jsx("path", { fill: "currentColor", d: "M242.86 133.1c-23 49-43 70.9-64.82 70.9c-27.64 0-43.8-34.44-60.9-70.9c-7.14-15.32-14.61-31.1-22.22-42.37C88.39 81.09 82.53 76 78 76c-3.82 0-18.24 4.12-43.09 57.1a12 12 0 0 1-21.73-10.2c23-49 43-70.9 64.82-70.9c27.64 0 43.8 34.44 60.9 70.9c7.19 15.32 14.61 31.15 22.22 42.37c6.53 9.64 12.39 14.73 17 14.73c3.82 0 18.24-4.12 43.09-57.1a12 12 0 0 1 21.73 10.2Z" }) })); }