UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 637 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var ArrowUpFilledMIcon = 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: "M11.1342 7.99862C11.5192 7.33233 12.4809 7.33233 12.8659 7.99862L16.3332 13.9997C16.7184 14.6664 16.2373 15.5 15.4674 15.5L8.53274 15.5C7.7628 15.5 7.28169 14.6664 7.66688 13.9997L11.1342 7.99862Z", fill: "currentColor" }))); }); ArrowUpFilledMIcon.displayName = 'ArrowUpFilledMIcon';