react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 518 B
JavaScript
import*as o from"react";import a,{Path as e}from"react-native-svg";const h=({size:r=16,...t})=>o.createElement(a,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 16 16",width:r,height:r,...t},o.createElement(e,{d:"M3 4.75a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM6.25 3a.75.75 0 0 0 0 1.5h7a.75.75 0 0 0 0-1.5h-7ZM6.25 7.25a.75.75 0 0 0 0 1.5h7a.75.75 0 0 0 0-1.5h-7ZM6.25 11.5a.75.75 0 0 0 0 1.5h7a.75.75 0 0 0 0-1.5h-7ZM4 12.25a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM3 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"}));var n=h;export{n as default};