react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 512 B
JavaScript
import*as r from"react";import a,{Path as t}from"react-native-svg";const i=({size:o=20,...e})=>r.createElement(a,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 20 20",width:o,height:o,...e},r.createElement(t,{d:"M12 9a1 1 0 0 1-1-1V3c0-.552.45-1.007.997-.93a7.004 7.004 0 0 1 5.933 5.933c.078.547-.378.997-.93.997h-5Z"}),r.createElement(t,{d:"M8.003 4.07C8.55 3.994 9 4.449 9 5v5a1 1 0 0 0 1 1h5c.552 0 1.008.45.93.997A7.001 7.001 0 0 1 2 11a7.002 7.002 0 0 1 6.003-6.93Z"}));var n=i;export{n as default};