react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 471 B
JavaScript
import*as r from"react";import e,{Path as i}from"react-native-svg";const n=({size:o=24,...t})=>r.createElement(e,{fill:"none",stroke:"currentColor",strokeWidth:1.5,"data-slot":"icon",viewBox:"0 0 24 24",width:o,height:o,...t},r.createElement(i,{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM12.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM18.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z"}));var d=n;export{d as default};