@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 896 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ArrowUpSIcon = 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", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.46973 1.46967C7.76262 1.17678 8.2375 1.17678 8.53039 1.46967L12.5304 5.46967C12.8233 5.76256 12.8233 6.23744 12.5304 6.53033C12.2375 6.82322 11.7626 6.82322 11.4697 6.53033L8.75006 3.81066L8.75006 14C8.75006 14.4142 8.41427 14.75 8.00006 14.75C7.58585 14.75 7.25006 14.4142 7.25006 14L7.25006 3.81066L4.53039 6.53033C4.2375 6.82322 3.76262 6.82322 3.46973 6.53033C3.17684 6.23744 3.17684 5.76256 3.46973 5.46967L7.46973 1.46967Z", fill: "currentColor" }))); });
ArrowUpSIcon.displayName = 'ArrowUpSIcon';