@ozen-ui/icons
Version:
A collection of icons
8 lines (7 loc) • 1.95 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var RequestSIcon = 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.09085 1.75C2.99733 1.75 2.90957 1.78676 2.84636 1.84916C2.78347 1.91124 2.74994 1.99336 2.74994 2.07692V13.9231C2.74994 14.0066 2.78347 14.0888 2.84636 14.1508C2.90957 14.2132 2.99733 14.25 3.09085 14.25H12.909C13.0025 14.25 13.0903 14.2132 13.1535 14.1508C13.2164 14.0888 13.2499 14.0066 13.2499 13.9231V5.75H9.99994C9.58573 5.75 9.24994 5.41421 9.24994 5V1.75H3.09085ZM3.09085 0.25C2.60571 0.25 2.13852 0.440159 1.79256 0.781683C1.44627 1.12353 1.24994 1.58925 1.24994 2.07692V13.9231C1.24994 14.4108 1.44627 14.8765 1.79256 15.2183C2.13852 15.5598 2.60571 15.75 3.09085 15.75H12.909C13.3942 15.75 13.8614 15.5598 14.2073 15.2183C14.5536 14.8765 14.7499 14.4108 14.7499 13.9231V4.76923C14.7499 4.56864 14.6696 4.37641 14.5268 4.23549L10.7087 0.46626C10.5683 0.327695 10.379 0.25 10.1818 0.25H3.09085ZM10.7499 2.61478L12.4064 4.25H10.7499V2.61478Z", fill: "currentColor" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.14287 8.99998C4.14287 8.5266 4.52662 8.14284 5.00001 8.14284H11C11.4734 8.14284 11.8572 8.5266 11.8572 8.99998C11.8572 9.47337 11.4734 9.85713 11 9.85713H5.00001C4.52662 9.85713 4.14287 9.47337 4.14287 8.99998Z", fill: "currentColor" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.14287 12C4.14287 11.5266 4.52662 11.1428 5.00001 11.1428H9.00001C9.4734 11.1428 9.85715 11.5266 9.85715 12C9.85715 12.4734 9.4734 12.8571 9.00001 12.8571H5.00001C4.52662 12.8571 4.14287 12.4734 4.14287 12Z", fill: "currentColor" }))); });
RequestSIcon.displayName = 'RequestSIcon';