react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 505 B
JavaScript
import*as r from"react";import a,{Path as t}from"react-native-svg";const i=({size:e=24,...o})=>r.createElement(a,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 24 24",width:e,height:e,...o},r.createElement(t,{fillRule:"evenodd",d:"M6.75 5.25a.75.75 0 0 1 .75-.75H9a.75.75 0 0 1 .75.75v13.5a.75.75 0 0 1-.75.75H7.5a.75.75 0 0 1-.75-.75V5.25Zm7.5 0A.75.75 0 0 1 15 4.5h1.5a.75.75 0 0 1 .75.75v13.5a.75.75 0 0 1-.75.75H15a.75.75 0 0 1-.75-.75V5.25Z",clipRule:"evenodd"}));var p=i;export{p as default};