react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 503 B
JavaScript
import*as r from"react";import t,{Path as n}from"react-native-svg";const a=({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:"M13.5 10.5V6.75a4.5 4.5 0 1 1 9 0v3.75M3.75 21.75h10.5a2.25 2.25 0 0 0 2.25-2.25v-6.75a2.25 2.25 0 0 0-2.25-2.25H3.75a2.25 2.25 0 0 0-2.25 2.25v6.75a2.25 2.25 0 0 0 2.25 2.25Z"}));var v=a;export{v as default};