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