react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 507 B
JavaScript
import*as r from"react";import e,{Path as t}from"react-native-svg";const i=({size:o=16,...a})=>r.createElement(e,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 16 16",width:o,height:o,...a},r.createElement(t,{d:"M8 1a2 2 0 0 0-2 2v4a2 2 0 1 0 4 0V3a2 2 0 0 0-2-2Z"}),r.createElement(t,{d:"M4.5 7A.75.75 0 0 0 3 7a5.001 5.001 0 0 0 4.25 4.944V13.5h-1.5a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5h-1.5v-1.556A5.001 5.001 0 0 0 13 7a.75.75 0 0 0-1.5 0 3.5 3.5 0 1 1-7 0Z"}));var v=i;export{v as default};