react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 714 B
JavaScript
import*as r from"react";import v,{Path as o}from"react-native-svg";const a=({size:e=20,...t})=>r.createElement(v,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 20 20",width:e,height:e,...t},r.createElement(o,{d:"M4.75 8a.75.75 0 0 0-.75.75v2.5c0 .414.336.75.75.75h9.5a.75.75 0 0 0 .75-.75v-2.5a.75.75 0 0 0-.75-.75h-9.5Z"}),r.createElement(o,{fillRule:"evenodd",d:"M1 7.25A2.25 2.25 0 0 1 3.25 5h12.5A2.25 2.25 0 0 1 18 7.25v1.085a1.5 1.5 0 0 1 1 1.415v.5a1.5 1.5 0 0 1-1 1.415v1.085A2.25 2.25 0 0 1 15.75 15H3.25A2.25 2.25 0 0 1 1 12.75v-5.5Zm2.25-.75a.75.75 0 0 0-.75.75v5.5c0 .414.336.75.75.75h12.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75H3.25Z",clipRule:"evenodd"}));var n=a;export{n as default};