UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 1.2 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var RequestSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.09 1.75a.35.35 0 0 0-.244.1.32.32 0 0 0-.096.227v11.846a.32.32 0 0 0 .096.228c.064.062.151.099.245.099h9.818a.35.35 0 0 0 .244-.1.32.32 0 0 0 .097-.227V5.75H10A.75.75 0 0 1 9.25 5V1.75zm0-1.5c-.484 0-.951.19-1.297.532a1.82 1.82 0 0 0-.543 1.295v11.846c0 .488.196.954.543 1.295.346.342.813.532 1.298.532h9.818c.485 0 .952-.19 1.298-.532a1.82 1.82 0 0 0 .543-1.295V4.77a.75.75 0 0 0-.223-.534L10.709.466a.75.75 0 0 0-.527-.216zm7.66 2.365 1.656 1.635H10.75z", clipRule: "evenodd" }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.143 9c0-.473.384-.857.857-.857h6a.857.857 0 1 1 0 1.714H5A.857.857 0 0 1 4.143 9M4.143 12c0-.473.384-.857.857-.857h4a.857.857 0 0 1 0 1.714H5A.857.857 0 0 1 4.143 12", clipRule: "evenodd" }))); }); RequestSIcon.displayName = 'RequestSIcon';