UNPKG

@sidekickicons/react

Version:

<p align="center"> <a href="https://heroicons.com" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/ndri/sidekickicons/HEAD/.github/logo-dark.svg"> <source media="(prefers-

26 lines 981 B
const React = require("react"); function CookieIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "currentColor", "aria-hidden": "true", "data-slot": "icon", fill: "none", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M11.602 3.009a9 9 0 1 0 9.389 9.389 2.75 2.75 0 0 1-4.6-1.03c-.409.24-.883.381-1.391.381a2.75 2.75 0 0 1-2.371-4.142 2.75 2.75 0 0 1-1.027-4.598zM19 9.499v0M18 6v0m-2.5 2.5v0m-1-3.5v0m-6 2.5v0m-2 7v0m3 1.51h1.25m-4.063-5.796 1.125 1m7.215 4.546.946-1M13 18.009v0m-2-5.01v0" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(CookieIcon); module.exports = ForwardRef;