react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 469 B
JavaScript
import*as r from"react";import a,{Path as e}from"react-native-svg";const p=({size:o=24,...t})=>r.createElement(a,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 24 24",width:o,height:o,...t},r.createElement(e,{d:"M1.5 8.67v8.58a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3V8.67l-8.928 5.493a3 3 0 0 1-3.144 0L1.5 8.67Z"}),r.createElement(e,{d:"M22.5 6.908V6.75a3 3 0 0 0-3-3h-15a3 3 0 0 0-3 3v.158l9.714 5.978a1.5 1.5 0 0 0 1.572 0L22.5 6.908Z"}));var s=p;export{s as default};