react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 696 B
JavaScript
import*as r from"react";import n,{Path as e}from"react-native-svg";const i=({size:o=24,...t})=>r.createElement(n,{fill:"none",stroke:"currentColor",strokeWidth:1.5,"data-slot":"icon",viewBox:"0 0 24 24",width:o,height:o,...t},r.createElement(e,{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 6.75a4.5 4.5 0 0 1-4.884 4.484c-1.076-.091-2.264.071-2.95.904l-7.152 8.684a2.548 2.548 0 1 1-3.586-3.586l8.684-7.152c.833-.686.995-1.874.904-2.95a4.5 4.5 0 0 1 6.336-4.486l-3.276 3.276a3.004 3.004 0 0 0 2.25 2.25l3.276-3.276c.256.565.398 1.192.398 1.852Z"}),r.createElement(e,{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.867 19.125h.008v.008h-.008v-.008Z"}));var d=i;export{d as default};