@astraicons/react
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
52 lines • 1.64 kB
JavaScript
const React = require("react");
const { forwardRef } = require("react");
const CookieIcon = ({
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: "M19.357 17.185a9 9 0 0 0 1.536-3.803c.105-.675-.562-1.16-1.21-.943l-.744.248c-.865.288-1.633-.637-1.19-1.434l.132-.238c.425-.765-.268-1.668-1.117-1.456l-1.255.314c-.886.221-1.581-.765-1.074-1.525l.528-.793A1 1 0 0 0 14.133 6h-.856a.5.5 0 0 1-.456-.707l.44-.97c.266-.586-.084-1.269-.726-1.307a9 9 0 1 0 6.823 14.169Z"
}), /*#__PURE__*/React.createElement("circle", {
cx: 20.564,
cy: 8.563,
r: 0.4,
opacity: 0.4,
transform: "rotate(39.858 20.564 8.563)"
}), /*#__PURE__*/React.createElement("circle", {
cx: 18.107,
cy: 3.973,
r: 1,
opacity: 0.4,
transform: "rotate(39.858 18.107 3.973)"
}), /*#__PURE__*/React.createElement("circle", {
cx: 10.112,
cy: 9.113,
r: 1.5,
opacity: 0.4,
transform: "rotate(39.858 10.112 9.113)"
}), /*#__PURE__*/React.createElement("circle", {
cx: 14.408,
cy: 16.409,
r: 1,
opacity: 0.4,
transform: "rotate(39.858 14.408 16.409)"
}), /*#__PURE__*/React.createElement("circle", {
cx: 1,
cy: 1,
r: 1,
opacity: 0.4,
transform: "rotate(219.858 6.316 6.499)scale(-1 1)"
}));
const ForwardRef = forwardRef(CookieIcon);
module.exports = ForwardRef;