@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 1.2 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var RequestMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.455 3.75a.74.74 0 0 0-.512.199.6.6 0 0 0-.193.436v15.23c0 .157.065.314.193.436.13.124.313.199.512.199h13.09a.74.74 0 0 0 .512-.199.6.6 0 0 0 .193-.436V9.75H14a.75.75 0 0 1-.75-.75V3.75zm0-1.5c-.574 0-1.13.216-1.546.612a2.1 2.1 0 0 0-.659 1.523v15.23c0 .579.242 1.126.659 1.523.416.396.972.612 1.546.612h13.09c.573 0 1.13-.216 1.546-.612.417-.397.659-.944.659-1.523V7.846a.75.75 0 0 0-.233-.543l-5.09-4.846a.75.75 0 0 0-.518-.207zm9.295 1.634V8.25h4.5v-.082z", clipRule: "evenodd" }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.143 13c0-.473.384-.857.857-.857h10a.857.857 0 1 1 0 1.714H7A.857.857 0 0 1 6.143 13m0 4c0-.473.384-.857.857-.857h7a.857.857 0 1 1 0 1.714H7A.857.857 0 0 1 6.143 17", clipRule: "evenodd" }))); });
RequestMIcon.displayName = 'RequestMIcon';