react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 595 B
JavaScript
import*as r from"react";import o,{Path as t}from"react-native-svg";const l=({size:e=16,...a})=>r.createElement(o,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 16 16",width:e,height:e,...a},r.createElement(t,{fillRule:"evenodd",d:"M2 4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4Zm4.78 1.97a.75.75 0 0 1 0 1.06L5.81 8l.97.97a.75.75 0 1 1-1.06 1.06l-1.5-1.5a.75.75 0 0 1 0-1.06l1.5-1.5a.75.75 0 0 1 1.06 0Zm2.44 1.06a.75.75 0 0 1 1.06-1.06l1.5 1.5a.75.75 0 0 1 0 1.06l-1.5 1.5a.75.75 0 1 1-1.06-1.06l.97-.97-.97-.97Z",clipRule:"evenodd"}));var p=l;export{p as default};