react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 625 B
JavaScript
import*as r from"react";import t,{Path as e}from"react-native-svg";const l=({size:o=16,...a})=>r.createElement(t,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 16 16",width:o,height:o,...a},r.createElement(e,{d:"M2 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3Z"}),r.createElement(e,{fillRule:"evenodd",d:"M13 6H3v6a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V6ZM5.72 7.47a.75.75 0 0 1 1.06 0L8 8.69l1.22-1.22a.75.75 0 1 1 1.06 1.06L9.06 9.75l1.22 1.22a.75.75 0 1 1-1.06 1.06L8 10.81l-1.22 1.22a.75.75 0 0 1-1.06-1.06l1.22-1.22-1.22-1.22a.75.75 0 0 1 0-1.06Z",clipRule:"evenodd"}));var n=l;export{n as default};