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 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:"M11.78 5.22a.75.75 0 0 1 0 1.06L8.06 10l3.72 3.72a.75.75 0 1 1-1.06 1.06l-4.25-4.25a.75.75 0 0 1 0-1.06l4.25-4.25a.75.75 0 0 1 1.06 0Z",clipRule:"evenodd"}));var v=a;export{v as default};