UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 1.84 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var RequestMIcon = 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", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.45455 3.75003C5.25609 3.75003 5.07275 3.82542 4.94314 3.9488C4.81478 4.07099 4.75 4.22859 4.75 4.38465V19.6154C4.75 19.7715 4.81478 19.9291 4.94314 20.0513C5.07275 20.1746 5.25609 20.25 5.45455 20.25H18.5455C18.7439 20.25 18.9272 20.1746 19.0569 20.0513C19.1852 19.9291 19.25 19.7715 19.25 19.6154V9.75003H14C13.5858 9.75003 13.25 9.41424 13.25 9.00003V3.75003H5.45455ZM5.45455 2.25003C4.88146 2.25003 4.32486 2.4664 3.90892 2.86235C3.49171 3.25949 3.25 3.80625 3.25 4.38465V19.6154C3.25 20.1938 3.49171 20.7406 3.90892 21.1377C4.32486 21.5337 4.88146 21.75 5.45455 21.75H18.5455C19.1185 21.75 19.6751 21.5337 20.0911 21.1377C20.5083 20.7406 20.75 20.1938 20.75 19.6154V7.84618C20.75 7.64086 20.6658 7.44452 20.5171 7.30296L15.4262 2.4568C15.2868 2.32406 15.1016 2.25003 14.9091 2.25003H5.45455ZM14.75 3.88407V8.25003H19.25V8.16772L14.75 3.88407Z", fill: "currentColor" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.14296 13C6.14296 12.5266 6.52672 12.1429 7.0001 12.1429H17.0001C17.4735 12.1429 17.8572 12.5266 17.8572 13C17.8572 13.4734 17.4735 13.8571 17.0001 13.8571H7.0001C6.52672 13.8571 6.14296 13.4734 6.14296 13ZM6.14296 17C6.14296 16.5266 6.52672 16.1429 7.0001 16.1429H14.0001C14.4735 16.1429 14.8572 16.5266 14.8572 17C14.8572 17.4734 14.4735 17.8571 14.0001 17.8571H7.0001C6.52672 17.8571 6.14296 17.4734 6.14296 17Z", fill: "currentColor" }))); }); RequestMIcon.displayName = 'RequestMIcon';