react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 438 B
JavaScript
import*as r from"react";import t,{Path as l}from"react-native-svg";const a=({size:e=20,...o})=>r.createElement(t,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 20 20",width:e,height:e,...o},r.createElement(l,{fillRule:"evenodd",d:"M16.704 4.153a.75.75 0 0 1 .143 1.052l-8 10.5a.75.75 0 0 1-1.127.075l-4.5-4.5a.75.75 0 0 1 1.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 0 1 1.05-.143Z",clipRule:"evenodd"}));var d=a;export{d as default};