@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 695 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ArrowDownMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 3c.43 0 .778.343.778.765v14.622l4.894-4.815a.787.787 0 0 1 1.1 0 .756.756 0 0 1 0 1.082l-6.222 6.122a.784.784 0 0 1-1.1 0l-6.222-6.122a.756.756 0 0 1 0-1.082.787.787 0 0 1 1.1 0l4.894 4.816V3.765c0-.422.348-.765.778-.765", clipRule: "evenodd" }))); });
ArrowDownMIcon.displayName = 'ArrowDownMIcon';