react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 594 B
JavaScript
import*as o from"react";import a,{Path as e}from"react-native-svg";const l=({size:r=20,...t})=>o.createElement(a,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 20 20",width:r,height:r,...t},o.createElement(e,{d:"M8 10a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Z"}),o.createElement(e,{fillRule:"evenodd",d:"M4.5 2A1.5 1.5 0 0 0 3 3.5v13A1.5 1.5 0 0 0 4.5 18h11a1.5 1.5 0 0 0 1.5-1.5V7.621a1.5 1.5 0 0 0-.44-1.06l-4.12-4.122A1.5 1.5 0 0 0 11.378 2H4.5Zm5 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 9.5 7Z",clipRule:"evenodd"}));var d=l;export{d as default};