UNPKG

react-icon-library

Version:

A library of SVG icons for use in reactJS projects

10 lines 408 B
import React from 'react'; var CaretUp1 = function (_a) { var color = _a.color; return (<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke={color} strokeWidth="2" aria-hidden={true} focusable={false}> <path d="M23.293 18.707l-12-12"/> <path d="M12.707 6.707l-12 12"/> </svg>); }; export default CaretUp1; //# sourceMappingURL=CaretUp1.js.map