react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 475 B
JavaScript
import*as r from"react";import n,{Path as e}from"react-native-svg";const i=({size:o=24,...t})=>r.createElement(n,{fill:"none",stroke:"currentColor",strokeWidth:1.5,"data-slot":"icon",viewBox:"0 0 24 24",width:o,height:o,...t},r.createElement(e,{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 6a7.5 7.5 0 1 0 7.5 7.5h-7.5V6Z"}),r.createElement(e,{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 10.5H21A7.5 7.5 0 0 0 13.5 3v7.5Z"}));var p=i;export{p as default};