react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 356 B
JavaScript
import*as o from"react";import t,{Path as n}from"react-native-svg";const s=({size:r=24,...e})=>o.createElement(t,{fill:"none",stroke:"currentColor",strokeWidth:1.5,"data-slot":"icon",viewBox:"0 0 24 24",width:r,height:r,...e},o.createElement(n,{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 9h16.5m-16.5 6.75h16.5"}));var d=s;export{d as default};