react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 579 B
JavaScript
import*as r from"react";import e,{Path as t}from"react-native-svg";const l=({size:o=16,...a})=>r.createElement(e,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 16 16",width:o,height:o,...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-2V4Zm10.5 5.707a.5.5 0 0 0-.146-.353l-1-1a.5.5 0 0 0-.708 0L9.354 9.646a.5.5 0 0 1-.708 0L6.354 7.354a.5.5 0 0 0-.708 0l-2 2a.5.5 0 0 0-.146.353V12a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5V9.707ZM12 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z",clipRule:"evenodd"}));var v=l;export{v as default};