UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 652 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var ArrowDownFilledSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { d: "M8.86581 10.168C8.48084 10.8343 7.51905 10.8343 7.13408 10.168L5.40011 7.16689C5.01492 6.50022 5.49603 5.66661 6.26597 5.66661L9.73392 5.66661C10.5039 5.66661 10.985 6.50023 10.5998 7.16689L8.86581 10.168Z", fill: "currentColor" }))); }); ArrowDownFilledSIcon.displayName = 'ArrowDownFilledSIcon';