@stakefish/ui
Version:
<div align="center"> <a href="https://www.npmjs.com/package/@stakefish/ui"><img src="https://gateway.pinata.cloud/ipfs/QmbZL1ceA8Yiz2pKALTg919jYx141DPUGegC9L4XpyayW5" width="300" /></a> </div>
9 lines (6 loc) • 473 B
JavaScript
import { _ as __assign } from '../tslib.es6-35932c2c.js';
import { jsx } from 'react/jsx-runtime';
var TriangleDown = function () {
return (jsx("svg", __assign({ viewBox: "0 0 32 32" }, { children: jsx("path", { d: "M17.1961 27.0999C16.6879 28.0602 15.3121 28.0602 14.8039 27.0999L4.15904 6.98638C3.68203 6.08506 4.33543 5 5.35518 5L26.6448 5C27.6646 5 28.318 6.08507 27.841 6.98638L17.1961 27.0999Z" }, void 0) }), void 0));
};
export { TriangleDown as default };