react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 432 B
JavaScript
import*as r from"react";import t,{Path as l}from"react-native-svg";const a=({size:e=16,...o})=>r.createElement(t,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 16 16",width:e,height:e,...o},r.createElement(l,{fillRule:"evenodd",d:"M12.416 3.376a.75.75 0 0 1 .208 1.04l-5 7.5a.75.75 0 0 1-1.154.114l-3-3a.75.75 0 0 1 1.06-1.06l2.353 2.353 4.493-6.74a.75.75 0 0 1 1.04-.207Z",clipRule:"evenodd"}));var d=a;export{d as default};