react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 472 B
JavaScript
import*as r from"react";import t,{Path as n}from"react-native-svg";const i=({size:o=24,...e})=>r.createElement(t,{fill:"none",stroke:"currentColor",strokeWidth:1.5,"data-slot":"icon",viewBox:"0 0 24 24",width:o,height:o,...e},r.createElement(n,{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9.75v6.75m0 0-3-3m3 3 3-3m-8.25 6a4.5 4.5 0 0 1-1.41-8.775 5.25 5.25 0 0 1 10.233-2.33 3 3 0 0 1 3.758 3.848A3.752 3.752 0 0 1 18 19.5H6.75Z"}));var d=i;export{d as default};