react-native-heroicons
Version:
React Native components for heroicons
2 lines (1 loc) • 618 B
JavaScript
import*as r from"react";import i,{Path as e}from"react-native-svg";const v=({size:o=24,...t})=>r.createElement(i,{fill:"currentColor","data-slot":"icon",viewBox:"0 0 24 24",width:o,height:o,...t},r.createElement(e,{d:"M3.375 3C2.339 3 1.5 3.84 1.5 4.875v.75c0 1.036.84 1.875 1.875 1.875h17.25c1.035 0 1.875-.84 1.875-1.875v-.75C22.5 3.839 21.66 3 20.625 3H3.375Z"}),r.createElement(e,{fillRule:"evenodd",d:"m3.087 9 .54 9.176A3 3 0 0 0 6.62 21h10.757a3 3 0 0 0 2.995-2.824L20.913 9H3.087Zm6.163 3.75A.75.75 0 0 1 10 12h4a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75Z",clipRule:"evenodd"}));var n=v;export{n as default};