react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 593 B
JavaScript
import*as o from"react";import a,{Path as e}from"react-native-svg";const i=({size:r=16,...t})=>o.createElement(a,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 16 16",width:r,height:r,...t},o.createElement(e,{d:"M6 7.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Z"}),o.createElement(e,{fillRule:"evenodd",d:"M4 2a1.5 1.5 0 0 0-1.5 1.5v9A1.5 1.5 0 0 0 4 14h8a1.5 1.5 0 0 0 1.5-1.5V6.621a1.5 1.5 0 0 0-.44-1.06L9.94 2.439A1.5 1.5 0 0 0 8.878 2H4Zm3.5 2.5a3 3 0 1 0 1.524 5.585l1.196 1.195a.75.75 0 1 0 1.06-1.06l-1.195-1.196A3 3 0 0 0 7.5 4.5Z",clipRule:"evenodd"}));var d=i;export{d as default};