UNPKG

@nafr/echo-ui

Version:

A UI library born for WAA

5 lines (4 loc) 422 B
import { jsx as _jsx } from "react/jsx-runtime"; export function TriangleIcon(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: "m241.73 135l-52 72a12 12 0 0 1-19.46 0L76 76.5L33.73 135a12 12 0 1 1-19.46-14l52-72a12 12 0 0 1 19.46 0L180 179.5l42.27-58.5a12 12 0 1 1 19.46 14Z" }) })); }