react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 387 B
JavaScript
import*as r from"react";import e,{Path as n}from"react-native-svg";const i=({size:o=24,...t})=>r.createElement(e,{fill:"none",stroke:"currentColor",strokeWidth:1.5,"data-slot":"icon",viewBox:"0 0 24 24",width:o,height:o,...t},r.createElement(n,{strokeLinecap:"round",strokeLinejoin:"round",d:"m3.75 13.5 10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75Z"}));var d=i;export{d as default};