UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 653 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var ArrowDownFilledMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { d: "M12.8658 16.0014C12.4808 16.6677 11.5191 16.6677 11.1341 16.0014L7.66678 10.0003C7.28159 9.3336 7.7627 8.49999 8.53264 8.49999L15.4673 8.49999C16.2372 8.49999 16.7183 9.3336 16.3331 10.0003L12.8658 16.0014Z", fill: "currentColor" }))); }); ArrowDownFilledMIcon.displayName = 'ArrowDownFilledMIcon';