react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 375 B
JavaScript
import*as o from"react";import e,{Path as p}from"react-native-svg";const i=({size:r=20,...t})=>o.createElement(e,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 20 20",width:r,height:r,...t},o.createElement(p,{d:"M5.25 3A2.25 2.25 0 0 0 3 5.25v9.5A2.25 2.25 0 0 0 5.25 17h9.5A2.25 2.25 0 0 0 17 14.75v-9.5A2.25 2.25 0 0 0 14.75 3h-9.5Z"}));var n=i;export{n as default};