react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 566 B
JavaScript
import*as o from"react";import n,{Path as e}from"react-native-svg";const i=({size:r=24,...t})=>o.createElement(n,{fill:"none",stroke:"currentColor",strokeWidth:1.5,"data-slot":"icon",viewBox:"0 0 24 24",width:r,height:r,...t},o.createElement(e,{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}),o.createElement(e,{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 9.563C9 9.252 9.252 9 9.563 9h4.874c.311 0 .563.252.563.563v4.874c0 .311-.252.563-.563.563H9.564A.562.562 0 0 1 9 14.437V9.564Z"}));var a=i;export{a as default};