react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 492 B
JavaScript
import*as r from"react";import t,{Path as n}from"react-native-svg";const i=({size:o=24,...e})=>r.createElement(t,{fill:"none",stroke:"currentColor",strokeWidth:1.5,"data-slot":"icon",viewBox:"0 0 24 24",width:o,height:o,...e},r.createElement(n,{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 1.5H8.25A2.25 2.25 0 0 0 6 3.75v16.5a2.25 2.25 0 0 0 2.25 2.25h7.5A2.25 2.25 0 0 0 18 20.25V3.75a2.25 2.25 0 0 0-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3"}));var p=i;export{p as default};