react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 366 B
JavaScript
import*as r from"react";import t,{Path as a}from"react-native-svg";const i=({size:o=24,...e})=>r.createElement(t,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 24 24",width:o,height:o,...e},r.createElement(a,{fillRule:"evenodd",d:"M4.5 7.5a3 3 0 0 1 3-3h9a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3h-9a3 3 0 0 1-3-3v-9Z",clipRule:"evenodd"}));var n=i;export{n as default};