react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 407 B
JavaScript
import*as r from"react";import t,{Path as l}from"react-native-svg";const n=({size:o=24,...e})=>r.createElement(t,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 24 24",width:o,height:o,...e},r.createElement(l,{fillRule:"evenodd",d:"M12.53 16.28a.75.75 0 0 1-1.06 0l-7.5-7.5a.75.75 0 0 1 1.06-1.06L12 14.69l6.97-6.97a.75.75 0 1 1 1.06 1.06l-7.5 7.5Z",clipRule:"evenodd"}));var v=n;export{v as default};