UNPKG

react-icon-library

Version:

A library of SVG icons for use in reactJS projects

10 lines 389 B
import React from 'react'; var CaretDown = function () { return (<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="#4d4d4d" aria-hidden={true} focusable={false}> <title>caret</title> <path d="M.354 5.646l12 12"/> <path d="M11.646 17.646l12-12"/> </svg>); }; export default CaretDown; //# sourceMappingURL=CaretDown.js.map