react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 486 B
JavaScript
import*as r from"react";import a,{Path as t}from"react-native-svg";const i=({size:o=16,...e})=>r.createElement(a,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 16 16",width:o,height:o,...e},r.createElement(t,{d:"M13.975 6.5c.028.276-.199.5-.475.5h-4a.5.5 0 0 1-.5-.5v-4c0-.276.225-.503.5-.475A5.002 5.002 0 0 1 13.974 6.5Z"}),r.createElement(t,{d:"M6.5 4.025c.276-.028.5.199.5.475v4a.5.5 0 0 0 .5.5h4c.276 0 .503.225.475.5a5 5 0 1 1-5.474-5.475Z"}));var v=i;export{v as default};