react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 474 B
JavaScript
import*as r from"react";import a,{Path as t}from"react-native-svg";const v=({size:o=16,...e})=>r.createElement(a,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 16 16",width:o,height:o,...e},r.createElement(t,{d:"M5 6.5A1.5 1.5 0 0 1 6.5 5h6A1.5 1.5 0 0 1 14 6.5v6a1.5 1.5 0 0 1-1.5 1.5h-6A1.5 1.5 0 0 1 5 12.5v-6Z"}),r.createElement(t,{d:"M3.5 2A1.5 1.5 0 0 0 2 3.5v6A1.5 1.5 0 0 0 3.5 11V6.5a3 3 0 0 1 3-3H11A1.5 1.5 0 0 0 9.5 2h-6Z"}));var n=v;export{n as default};