react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 441 B
JavaScript
import*as r from"react";import e,{Path as a}from"react-native-svg";const v=({size:o=24,...t})=>r.createElement(e,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 24 24",width:o,height:o,...t},r.createElement(a,{d:"M16.5 6a3 3 0 0 0-3-3H6a3 3 0 0 0-3 3v7.5a3 3 0 0 0 3 3v-6A4.5 4.5 0 0 1 10.5 6h6Z"}),r.createElement(a,{d:"M18 7.5a3 3 0 0 1 3 3V18a3 3 0 0 1-3 3h-7.5a3 3 0 0 1-3-3v-7.5a3 3 0 0 1 3-3H18Z"}));var n=v;export{n as default};