react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 521 B
JavaScript
import*as r from"react";import t,{Path as a}from"react-native-svg";const i=({size:e=20,...o})=>r.createElement(t,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 20 20",width:e,height:e,...o},r.createElement(a,{fillRule:"evenodd",d:"M5 1a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3H5ZM3.5 4A1.5 1.5 0 0 1 5 2.5h10A1.5 1.5 0 0 1 16.5 4v12a1.5 1.5 0 0 1-1.5 1.5H5A1.5 1.5 0 0 1 3.5 16V4Zm5.25 11.5a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5h-2.5Z",clipRule:"evenodd"}));var p=i;export{p as default};