@astraicons/react
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
38 lines • 1.44 kB
JavaScript
const React = require("react");
const { forwardRef } = require("react");
const CandlesIcon = ({
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: "M3 7.98c0-.542.438-.98.98-.98h1.133c.54 0 .98.438.98.98v2.04a.98.98 0 0 1-.98.98H3.979A.98.98 0 0 1 3 10.02z"
}), /*#__PURE__*/React.createElement("path", {
strokeLinecap: "round",
d: "M4.473 7V3M4.547 11.5v4M11.602 9.875V7",
opacity: 0.4
}), /*#__PURE__*/React.createElement("path", {
d: "M10.092 11.344c0-.541.438-.98.979-.98h1.134c.54 0 .979.439.979.98v5.385a.98.98 0 0 1-.98.98h-1.133a.98.98 0 0 1-.98-.98z"
}), /*#__PURE__*/React.createElement("path", {
strokeLinecap: "round",
d: "M11.639 21v-3.292M18.695 6.938V3",
opacity: 0.4
}), /*#__PURE__*/React.createElement("path", {
d: "M17.184 7.917c0-.541.438-.98.979-.98h1.134c.54 0 .979.439.979.98v5.604a.98.98 0 0 1-.98.979h-1.133a.98.98 0 0 1-.98-.98z"
}), /*#__PURE__*/React.createElement("path", {
strokeLinecap: "round",
d: "M18.73 18v-2.74",
opacity: 0.4
}));
const ForwardRef = forwardRef(CandlesIcon);
module.exports = ForwardRef;