react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 607 B
JavaScript
import*as r from"react";import e,{Path as t}from"react-native-svg";const v=({size:o=20,...a})=>r.createElement(e,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 20 20",width:o,height:o,...a},r.createElement(t,{d:"M10.75 2.75a.75.75 0 0 0-1.5 0v8.614L6.295 8.235a.75.75 0 1 0-1.09 1.03l4.25 4.5a.75.75 0 0 0 1.09 0l4.25-4.5a.75.75 0 0 0-1.09-1.03l-2.955 3.129V2.75Z"}),r.createElement(t,{d:"M3.5 12.75a.75.75 0 0 0-1.5 0v2.5A2.75 2.75 0 0 0 4.75 18h10.5A2.75 2.75 0 0 0 18 15.25v-2.5a.75.75 0 0 0-1.5 0v2.5c0 .69-.56 1.25-1.25 1.25H4.75c-.69 0-1.25-.56-1.25-1.25v-2.5Z"}));var s=v;export{s as default};