react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 603 B
JavaScript
import*as r from"react";import a,{Path as t}from"react-native-svg";const v=({size:o=20,...e})=>r.createElement(a,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 20 20",width:o,height:o,...e},r.createElement(t,{d:"M7 3.5A1.5 1.5 0 0 1 8.5 2h3.879a1.5 1.5 0 0 1 1.06.44l3.122 3.12A1.5 1.5 0 0 1 17 6.622V12.5a1.5 1.5 0 0 1-1.5 1.5h-1v-3.379a3 3 0 0 0-.879-2.121L10.5 5.379A3 3 0 0 0 8.379 4.5H7v-1Z"}),r.createElement(t,{d:"M4.5 6A1.5 1.5 0 0 0 3 7.5v9A1.5 1.5 0 0 0 4.5 18h7a1.5 1.5 0 0 0 1.5-1.5v-5.879a1.5 1.5 0 0 0-.44-1.06L9.44 6.439A1.5 1.5 0 0 0 8.378 6H4.5Z"}));var s=v;export{s as default};