react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 492 B
JavaScript
import*as r from"react";import a,{Path as t}from"react-native-svg";const v=({size:e=16,...o})=>r.createElement(a,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 16 16",width:e,height:e,...o},r.createElement(t,{fillRule:"evenodd",d:"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM5.5 5.5A.5.5 0 0 1 6 5h.5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5H6a.5.5 0 0 1-.5-.5v-5Zm4-.5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h.5a.5.5 0 0 0 .5-.5v-5A.5.5 0 0 0 10 5h-.5Z",clipRule:"evenodd"}));var p=v;export{p as default};