UNPKG

@astraicons/react

Version:

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

29 lines 1.03 kB
import * as React from "react"; import { forwardRef } from "react"; const SandClock1Icon = ({ title, titleId, ...props }, ref) => /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "currentColor", "aria-hidden": "true", ref: ref, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { d: "m12 11.807-4.719 3.297A3 3 0 0 0 6 17.564V18a3 3 0 0 0 3 3h6a3 3 0 0 0 3-3v-.437a3 3 0 0 0-1.281-2.459zm0 0L7.393 8.884A3 3 0 0 1 6 6.35V6a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3v.35a3 3 0 0 1-1.393 2.534z" }), /*#__PURE__*/React.createElement("path", { d: "M10.773 16.798a2.11 2.11 0 0 1 2.454 0l1.333.952H9.44z", opacity: 0.4 }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", d: "M12 7v1", opacity: 0.4 })); const ForwardRef = forwardRef(SandClock1Icon); export default ForwardRef;