@astraicons/react
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
22 lines • 977 B
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const Logout21Icon = ({
title,
titleId,
...props
}, ref) => /*#__PURE__*/React.createElement("svg", Object.assign({
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 24 24",
fill: "currentColor",
"aria-hidden": "true",
ref: ref,
"aria-labelledby": titleId
}, props), title ? /*#__PURE__*/React.createElement("title", {
id: titleId
}, title) : null, /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M9.473 4.054c0-.425.162-1.002.704-1.32 1.003-.59 2.414-.486 3.291.36l5.982 5.77c1.725 1.664 1.736 4.68.025 6.357l-5.654 5.54c-1.018.999-2.489 1.158-3.656.413-.51-.326-.692-.882-.692-1.336V12.75h6.083a.75.75 0 0 0 0-1.5H9.474zm0 7.196H5.811l2.276-2.276a.75.75 0 0 0-1.06-1.06L4.098 10.84c-.64.64-.64 1.678 0 2.318l2.927 2.926a.75.75 0 0 0 1.06-1.06L5.813 12.75h3.661z",
clipRule: "evenodd"
}));
const ForwardRef = forwardRef(Logout21Icon);
export default ForwardRef;