@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) • 645 B
JavaScript
import { _ as __assign } from '../tslib.es6-35932c2c.js';
import { jsx } from 'react/jsx-runtime';
var ChevronLeft = function () {
return (jsx("svg", __assign({ viewBox: "0 0 32 32" }, { children: jsx("path", { d: "M21.9654 31.4791C22.3121 31.8258 22.7672 32 23.2223 32C23.6774 32 24.1325 31.8258 24.4792 31.4791C25.1743 30.784 25.1743 29.6605 24.4792 28.9654L11.514 16.0002L24.4792 3.03507C25.1743 2.33997 25.1743 1.21643 24.4792 0.521326C23.7841 -0.173775 22.6605 -0.173775 21.9654 0.521326L7.74339 14.7434C7.04829 15.4385 7.04829 16.562 7.74339 17.2571L21.9654 31.4791Z" }, void 0) }), void 0));
};
export { ChevronLeft as default };