UNPKG

@astraicons/react

Version:

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

20 lines 803 B
import * as React from "react"; import { forwardRef } from "react"; const On1Icon = ({ 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: "M21.75 12c0 5.385-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12 6.615 2.25 12 2.25s9.75 4.365 9.75 9.75M8.549 7.4a5.75 5.75 0 1 0 6.902 0 .75.75 0 0 0-.901 1.2 4.25 4.25 0 1 1-5.1 0 .75.75 0 0 0-.901-1.2M11.25 6v4a.75.75 0 0 0 1.5 0V6a.75.75 0 0 0-1.5 0" })); const ForwardRef = forwardRef(On1Icon); export default ForwardRef;