react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 675 B
JavaScript
import*as r from"react";import e,{Path as o}from"react-native-svg";const s=({size:t=16,...c})=>r.createElement(e,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 16 16",width:t,height:t,...c},r.createElement(o,{d:"M8 7c3.314 0 6-1.343 6-3s-2.686-3-6-3-6 1.343-6 3 2.686 3 6 3Z"}),r.createElement(o,{d:"M8 8.5c1.84 0 3.579-.37 4.914-1.037A6.33 6.33 0 0 0 14 6.78V8c0 1.657-2.686 3-6 3S2 9.657 2 8V6.78c.346.273.72.5 1.087.683C4.42 8.131 6.16 8.5 8 8.5Z"}),r.createElement(o,{d:"M8 12.5c1.84 0 3.579-.37 4.914-1.037.366-.183.74-.41 1.086-.684V12c0 1.657-2.686 3-6 3s-6-1.343-6-3v-1.22c.346.273.72.5 1.087.683C4.42 12.131 6.16 12.5 8 12.5Z"}));var v=s;export{v as default};