react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 631 B
JavaScript
import*as r from"react";import i,{Path as e,G as t,Defs as a,ClipPath as p}from"react-native-svg";const d=({size:o=20,...l})=>r.createElement(i,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 20 20",width:o,height:o,...l},r.createElement(t,{clipPath:"url(#a)"},r.createElement(e,{fillRule:"evenodd",d:"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm3.25-7.25a.75.75 0 0 0 0-1.5H8.66l2.1-1.95a.75.75 0 1 0-1.02-1.1l-3.5 3.25a.75.75 0 0 0 0 1.1l3.5 3.25a.75.75 0 0 0 1.02-1.1l-2.1-1.95h4.59Z",clipRule:"evenodd"})),r.createElement(a,null,r.createElement(p,{id:"a"},r.createElement(e,{d:"M0 0h20v20H0z"}))));var P=d;export{P as default};