react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 489 B
JavaScript
import*as r from"react";import a,{Path as o}from"react-native-svg";const v=({size:e=16,...t})=>r.createElement(a,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 16 16",width:e,height:e,...t},r.createElement(o,{fillRule:"evenodd",d:"M10 3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v9a2 2 0 0 0 2 2h8a2 2 0 0 1-2-2V3ZM4 4h4v2H4V4Zm4 3.5H4V9h4V7.5Zm-4 3h4V12H4v-1.5Z",clipRule:"evenodd"}),r.createElement(o,{d:"M13 5h-1.5v6.25a1.25 1.25 0 1 0 2.5 0V6a1 1 0 0 0-1-1Z"}));var l=v;export{l as default};