react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 482 B
JavaScript
import*as r from"react";import v,{Path as e}from"react-native-svg";const a=({size:o=16,...t})=>r.createElement(v,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 16 16",width:o,height:o,...t},r.createElement(e,{d:"M12 5H4v4h8V5Z"}),r.createElement(e,{fillRule:"evenodd",d:"M1 3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-4v1.5h2.25a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1 0-1.5H6V12H2a1 1 0 0 1-1-1V3Zm1.5 7.5v-7h11v7h-11Z",clipRule:"evenodd"}));var l=a;export{l as default};