UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 632 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var ArrowUpFilledSIcon = 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: "M7.13413 5.832C7.5191 5.1657 8.48089 5.1657 8.86586 5.832L10.5998 8.83311C10.985 9.49978 10.5039 10.3334 9.73397 10.3334H6.26602C5.49608 10.3334 5.01497 9.49977 5.40015 8.83311L7.13413 5.832Z", fill: "currentColor" }))); }); ArrowUpFilledSIcon.displayName = 'ArrowUpFilledSIcon';