react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 518 B
JavaScript
import*as r from"react";import e,{Path as t}from"react-native-svg";const v=({size:o=20,...a})=>r.createElement(e,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 20 20",width:o,height:o,...a},r.createElement(t,{d:"M7 4a3 3 0 0 1 6 0v6a3 3 0 1 1-6 0V4Z"}),r.createElement(t,{d:"M5.5 9.643a.75.75 0 0 0-1.5 0V10c0 3.06 2.29 5.585 5.25 5.954V17.5h-1.5a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5h-1.5v-1.546A6.001 6.001 0 0 0 16 10v-.357a.75.75 0 0 0-1.5 0V10a4.5 4.5 0 0 1-9 0v-.357Z"}));var s=v;export{s as default};