react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 425 B
JavaScript
import*as r from"react";import t,{Path as a}from"react-native-svg";const l=({size:o=20,...e})=>r.createElement(t,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 20 20",width:o,height:o,...e},r.createElement(a,{fillRule:"evenodd",d:"M5.22 8.22a.75.75 0 0 1 1.06 0L10 11.94l3.72-3.72a.75.75 0 1 1 1.06 1.06l-4.25 4.25a.75.75 0 0 1-1.06 0L5.22 9.28a.75.75 0 0 1 0-1.06Z",clipRule:"evenodd"}));var v=l;export{v as default};