react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 549 B
JavaScript
import*as e from"react";import a,{Path as o}from"react-native-svg";const v=({size:r=16,...t})=>e.createElement(a,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 16 16",width:r,height:r,...t},e.createElement(o,{d:"M7.25 11.5a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5h-1.5Z"}),e.createElement(o,{fillRule:"evenodd",d:"M2 3.5A2.5 2.5 0 0 1 4.5 1h7A2.5 2.5 0 0 1 14 3.5v9a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 2 12.5v-9Zm2.5-1h7a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1h-7a1 1 0 0 1-1-1v-9a1 1 0 0 1 1-1Z",clipRule:"evenodd"}));var h=v;export{h as default};