UNPKG

@astraicons/react

Version:

A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.

26 lines 1.85 kB
import * as React from "react"; import { forwardRef } from "react"; const MobileRotationIcon = ({ 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", { d: "M20.139 9.621a.75.75 0 0 0 1.379-.5l-.243-3.429a.75.75 0 1 0-1.497.106l.07.983c-.578-.704-1.254-1.467-1.87-2.001-.832-.724-1.963-1.404-2.854-1.891a30 30 0 0 0-1.582-.805l-.025-.011-.007-.004h-.002s.009.004.002 0h-.003a.75.75 0 0 0-.624 1.363h.001l.005.003.021.01a19 19 0 0 1 .408.196c.274.135.657.329 1.086.563.87.476 1.884 1.094 2.591 1.708.65.565 1.435 1.486 2.078 2.298a40 40 0 0 1 1.01 1.334z" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M4.996 13.377A3.895 3.895 0 0 1 4.418 7.9L6.804 4.95a3.895 3.895 0 0 1 5.478-.578L19.15 9.93a3.895 3.895 0 0 1 .578 5.479l-2.386 2.948a3.895 3.895 0 0 1-5.478.577zm9.874 1.29a1.332 1.332 0 1 1 2.665 0 1.332 1.332 0 0 1-2.665 0M6.29 8.931a.75.75 0 1 0 1.166.944l2.35-2.903a.75.75 0 0 0-1.167-.944z", clipRule: "evenodd" }), /*#__PURE__*/React.createElement("path", { d: "M3.784 14a.75.75 0 0 1 .598.343l.056.076q.08.111.23.308c.197.26.474.62.795 1.016.652.804 1.447 1.716 2.103 2.274.714.606 1.736 1.212 2.61 1.678a29 29 0 0 0 1.503.743l.02.01.007.002a.75.75 0 0 1-.608 1.372l.304-.686-.304.686h-.002l-.008-.005-.026-.012a20 20 0 0 1-.44-.205 30 30 0 0 1-1.15-.58c-.898-.479-2.036-1.146-2.877-1.86-.62-.527-1.305-1.283-1.891-1.98l.08.982a.75.75 0 0 1-1.495.123l-.281-3.426a.75.75 0 0 1 .776-.858" })); const ForwardRef = forwardRef(MobileRotationIcon); export default ForwardRef;