react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 602 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,{fillRule:"evenodd",d:"M6 5v1H4.667a1.75 1.75 0 0 0-1.743 1.598l-.826 9.5A1.75 1.75 0 0 0 3.84 19H16.16a1.75 1.75 0 0 0 1.743-1.902l-.826-9.5A1.75 1.75 0 0 0 15.333 6H14V5a4 4 0 0 0-8 0Zm4-2.5A2.5 2.5 0 0 0 7.5 5v1h5V5A2.5 2.5 0 0 0 10 2.5ZM7.5 10a2.5 2.5 0 0 0 5 0V8.75a.75.75 0 0 1 1.5 0V10a4 4 0 0 1-8 0V8.75a.75.75 0 0 1 1.5 0V10Z",clipRule:"evenodd"}));var v=i;export{v as default};