UNPKG

@astraicons/react

Version:

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

20 lines 1.02 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", 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: "M14.773 2.25a3.977 3.977 0 0 1 2.13 7.334l-3.55 2.253 3.673 2.567a4.037 4.037 0 0 1-2.313 7.346H9.287a4.037 4.037 0 0 1-2.51-7.2l.198-.146 3.673-2.567-3.551-2.253-.21-.143a3.978 3.978 0 0 1 2.34-7.191zm.972 14.663c-1.785-2.476-5.412-2.553-7.312-.231l-.18.231-.127.178-.188.324a1.705 1.705 0 0 0 1.584 2.335h5.028a1.658 1.658 0 0 0 1.538-2.277l-.046-.105a2 2 0 0 0-.068-.126l-.08-.12zM12 7.25a.75.75 0 0 0-.75.75v1a.75.75 0 0 0 1.5 0V8a.75.75 0 0 0-.75-.75" })); const ForwardRef = forwardRef(SandClock1Icon); export default ForwardRef;