react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 518 B
JavaScript
import*as r from"react";import t,{Path as e}from"react-native-svg";const i=({size:o=20,...v})=>r.createElement(t,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 20 20",width:o,height:o,...v},r.createElement(e,{d:"M4 5h12v7H4V5Z"}),r.createElement(e,{fillRule:"evenodd",d:"M1 3.5A1.5 1.5 0 0 1 2.5 2h15A1.5 1.5 0 0 1 19 3.5v10a1.5 1.5 0 0 1-1.5 1.5H12v1.5h3.25a.75.75 0 0 1 0 1.5H4.75a.75.75 0 0 1 0-1.5H8V15H2.5A1.5 1.5 0 0 1 1 13.5v-10Zm16.5 0h-15v10h15v-10Z",clipRule:"evenodd"}));var n=i;export{n as default};