react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 514 B
JavaScript
import*as o from"react";import n,{Path as e}from"react-native-svg";const i=({size:r=24,...t})=>o.createElement(n,{fill:"none",stroke:"currentColor",strokeWidth:1.5,"data-slot":"icon",viewBox:"0 0 24 24",width:r,height:r,...t},o.createElement(e,{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 10.5a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"}),o.createElement(e,{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 10.5c0 7.142-7.5 11.25-7.5 11.25S4.5 17.642 4.5 10.5a7.5 7.5 0 1 1 15 0Z"}));var d=i;export{d as default};