@nafr/echo-ui
Version:
A UI library born for WAA
5 lines (4 loc) • 431 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
export function SawtoothIcon(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: "m238.29 138.22l-104 64A12 12 0 0 1 116 192V85.47l-85.71 52.75a12 12 0 0 1-12.58-20.44l104-64A12 12 0 0 1 140 64v106.53l85.71-52.75a12 12 0 1 1 12.58 20.44Z" }) }));
}