react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 553 B
JavaScript
import*as r from"react";import n,{Path as e}from"react-native-svg";const i=({size:o=24,...t})=>r.createElement(n,{fill:"none",stroke:"currentColor",strokeWidth:1.5,"data-slot":"icon",viewBox:"0 0 24 24",width:o,height:o,...t},r.createElement(e,{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}),r.createElement(e,{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.91 11.672a.375.375 0 0 1 0 .656l-5.603 3.113a.375.375 0 0 1-.557-.328V8.887c0-.286.307-.466.557-.327l5.603 3.112Z"}));var p=i;export{p as default};