react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 540 B
JavaScript
import*as r from"react";import p,{Path as e}from"react-native-svg";const a=({size:o=16,...t})=>r.createElement(p,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 16 16",width:o,height:o,...t},r.createElement(e,{d:"M2.5 3A1.5 1.5 0 0 0 1 4.5v.793c.026.009.051.02.076.032L7.674 8.51c.206.1.446.1.652 0l6.598-3.185A.755.755 0 0 1 15 5.293V4.5A1.5 1.5 0 0 0 13.5 3h-11Z"}),r.createElement(e,{d:"M15 6.954 8.978 9.86a2.25 2.25 0 0 1-1.956 0L1 6.954V11.5A1.5 1.5 0 0 0 2.5 13h11a1.5 1.5 0 0 0 1.5-1.5V6.954Z"}));var v=a;export{v as default};