@phosphor-icons/react
Version:
A clean and friendly icon family for React
11 lines (10 loc) • 317 B
JavaScript
import * as o from "react";
import r from "../lib/IconBase.es.js";
import m from "../defs/WaveSawtooth.es.js";
const t = o.forwardRef((a, e) => /* @__PURE__ */ o.createElement(r, { ref: e, ...a, weights: m }));
t.displayName = "WaveSawtoothIcon";
const n = t;
export {
n as WaveSawtooth,
t as WaveSawtoothIcon
};