react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 406 B
JavaScript
import*as r from"react";import t,{Path as a}from"react-native-svg";const i=({size:o=20,...e})=>r.createElement(t,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 20 20",width:o,height:o,...e},r.createElement(a,{fillRule:"evenodd",d:"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm.75-13a.75.75 0 0 0-1.5 0v5c0 .414.336.75.75.75h4a.75.75 0 0 0 0-1.5h-3.25V5Z",clipRule:"evenodd"}));var v=i;export{v as default};