UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 1.24 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var ChevronDoubleUpSIcon = 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: "M3.40387 13.5418C3.11097 13.8347 2.6361 13.8347 2.34321 13.5418C2.05031 13.2489 2.05031 12.7741 2.34321 12.4812L7.29295 7.53142C7.68347 7.14089 8.31664 7.14089 8.70716 7.53142L13.6569 12.4812C13.9498 12.7741 13.9498 13.2489 13.6569 13.5418C13.364 13.8347 12.8891 13.8347 12.5962 13.5418L8.00006 8.94583L3.40387 13.5418Z", fill: "currentColor" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.40387 8.54184C3.11097 8.83473 2.6361 8.83472 2.34321 8.54183C2.05031 8.24894 2.05031 7.77406 2.34321 7.48116L7.29295 2.53142C7.68348 2.14089 8.31664 2.14089 8.70716 2.53142L13.6569 7.48116C13.9498 7.77406 13.9498 8.24894 13.6569 8.54183C13.364 8.83472 12.8891 8.83473 12.5962 8.54184L8.00006 3.94583L3.40387 8.54184Z", fill: "currentColor" }))); }); ChevronDoubleUpSIcon.displayName = 'ChevronDoubleUpSIcon';