react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 395 B
JavaScript
import*as o from"react";import t,{Path as i}from"react-native-svg";const n=({size:r=24,...e})=>o.createElement(t,{fill:"none",stroke:"currentColor",strokeWidth:1.5,"data-slot":"icon",viewBox:"0 0 24 24",width:r,height:r,...e},o.createElement(i,{strokeLinecap:"round",strokeLinejoin:"round",d:"m12.75 15 3-3m0 0-3-3m3 3h-7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}));var m=n;export{m as default};