react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 675 B
JavaScript
import*as r from"react";import l,{Path as o}from"react-native-svg";const t=({size:e=16,...a})=>r.createElement(l,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 16 16",width:e,height:e,...a},r.createElement(o,{fillRule:"evenodd",d:"M4 7.379v-.904l6.743 6.742A3 3 0 0 1 5 12H3a1 1 0 0 1-1-1v-.586a1 1 0 0 1 .293-.707L3.56 8.44A1.5 1.5 0 0 0 4 7.38ZM6.5 12a1.5 1.5 0 0 0 3 0h-3Z",clipRule:"evenodd"}),r.createElement(o,{d:"M14 11a.997.997 0 0 1-.096.429L4.92 2.446A4 4 0 0 1 12 5v2.379c0 .398.158.779.44 1.06l1.267 1.268a1 1 0 0 1 .293.707V11ZM2.22 2.22a.75.75 0 0 1 1.06 0l10.5 10.5a.75.75 0 1 1-1.06 1.06L2.22 3.28a.75.75 0 0 1 0-1.06Z"}));var n=t;export{n as default};