@untitledui/icons
Version:
Official React library for Untitled UI Icons
2 lines (1 loc) • 342 B
JavaScript
import*as r from"react";const t=({size:o=24,color:e="currentColor",...n})=>r.createElement("svg",{viewBox:"0 0 24 24",width:o,height:o,stroke:e,strokeWidth:"2",fill:"none",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",...n},r.createElement("path",{d:"m6 9 6 6 6-6"}));t.displayName="ChevronDown";export{t as ChevronDown};