react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 417 B
JavaScript
import*as r from"react";import t,{Path as i}from"react-native-svg";const l=({size:o=24,...e})=>r.createElement(t,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 24 24",width:o,height:o,...e},r.createElement(i,{fillRule:"evenodd",d:"M4.5 12a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Zm6 0a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Zm6 0a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Z",clipRule:"evenodd"}));var s=l;export{s as default};