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.05 kB
import * as React from "react"; import { forwardRef } from "react"; const D10Icon = ({ 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.64 15.59a4 4 0 0 1-.362.356l-5.44 4.752a4.24 4.24 0 0 1-2.086.99v-3.157l5.212-1.824.021-.007.02-.009zM6.535 16.925l.014.005 4.703 1.605v3.138a4.24 4.24 0 0 1-2-.975l-5.526-4.827-.045-.04zm10.206-1.38-4.743 1.661-4.255-1.454L12.04 3.205zM6.332 15.24l-3.934-1.509a4.3 4.3 0 0 1-.146-1.115v-1.275c0-1.238.529-2.418 1.453-3.237l5.407-4.786a4.24 4.24 0 0 1 1.609-.893zm7.046-12.734c.488.178.951.448 1.362.811l5.492 4.862a4.32 4.32 0 0 1 1.447 3.008l.067 1.278c.019.362-.01.721-.079 1.07l-3.526 1.474z" })); const ForwardRef = forwardRef(D10Icon); export default ForwardRef;