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.26 kB
const React = require("react"); const { forwardRef } = require("react"); const RotateCwIcon = ({ 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("g", { clipPath: "url(#clip0_11478_12316)" }, /*#__PURE__*/React.createElement("path", { d: "M13.794.922a.75.75 0 0 0-.408.979l.63 1.536A11 11 0 0 0 12 3.25 9.75 9.75 0 0 0 2.25 13 9.75 9.75 0 0 0 12 22.75 9.75 9.75 0 0 0 21.75 13a9.75 9.75 0 0 0-1.642-5.42.75.75 0 0 0-1.248.833A8.25 8.25 0 0 1 20.25 13 8.25 8.25 0 0 1 12 21.25 8.25 8.25 0 0 1 3.75 13 8.25 8.25 0 0 1 12 4.75c.838 0 1.613.11 2.33.29l-2.321.453a.75.75 0 0 0 .287 1.472l3.5-.682a.75.75 0 0 0 .584-1.042l-1.607-3.91a.75.75 0 0 0-.979-.409" })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", { id: "clip0_11478_12316" }, /*#__PURE__*/React.createElement("path", { d: "M24 0H0v24h24z" })))); const ForwardRef = forwardRef(RotateCwIcon); module.exports = ForwardRef;