react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 466 B
JavaScript
import*as a from"react";import t,{Path as e}from"react-native-svg";const h=({size:r=16,...o})=>a.createElement(t,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 16 16",width:r,height:r,...o},a.createElement(e,{d:"M12 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1h-1ZM6.5 6a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V6ZM2 9a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V9Z"}));var s=h;export{s as default};