react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 510 B
JavaScript
import*as r from"react";import a,{Path as e}from"react-native-svg";const i=({size:o=20,...t})=>r.createElement(a,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 20 20",width:o,height:o,...t},r.createElement(e,{d:"M6.75 8.25a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5h-4.5Z"}),r.createElement(e,{fillRule:"evenodd",d:"M9 2a7 7 0 1 0 4.391 12.452l3.329 3.328a.75.75 0 1 0 1.06-1.06l-3.328-3.329A7 7 0 0 0 9 2ZM3.5 9a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z",clipRule:"evenodd"}));var d=i;export{d as default};