saleor-dashboard/src/icons/ChevronDown.tsx
Wojciech Mista 9574e6a92c
Macaw UI update (#2512)
Co-authored-by: andrzejewsky <vox3r69@gmail.com>
Co-authored-by: timur <timuric@gmail.com>
Co-authored-by: Krzysztof Żuraw <9116238+krzysztofzuraw@users.noreply.github.com>
2022-11-24 13:16:51 +01:00

6 lines
158 B
TypeScript

import { ChevronIcon } from "@saleor/macaw-ui";
import React from "react";
const ChevronDown: React.FC = () => <ChevronIcon />;
export default ChevronDown;