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-

22 lines 1.88 kB
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 20 20", fill: "currentColor", "aria-hidden": "true", "data-slot": "icon", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { d: "M16.247 6.5a.75.75 0 0 0-.75.75.75.75 0 0 0 .75.75.75.75 0 0 0 .75-.75.75.75 0 0 0-.75-.75zM15.25 3a.75.75 0 0 0-.75.75.75.75 0 0 0 .75.75.75.75 0 0 0 .75-.75.75.75 0 0 0-.75-.75Zm-2 2a.75.75 0 0 0-.75.75.75.75 0 0 0 .75.75.75.75 0 0 0 .75-.75.75.75 0 0 0-.75-.75Zm-3.6-3C5.4 2.185 2 5.703 2 9.996 2 14.408 5.592 18 10.004 18c4.293 0 7.81-3.4 7.996-7.65a.75.75 0 0 0-1.293-.551 1.465 1.465 0 0 1-2.453-.549.75.75 0 0 0-1.092-.408c-.22.13-.469.203-.74.203a1.456 1.456 0 0 1-1.467-1.467c0-.273.073-.524.201-.742a.75.75 0 0 0-.408-1.092 1.462 1.462 0 0 1-1.002-1.39c0-.423.175-.793.455-1.061A.75.75 0 0 0 9.651 2Zm-2.4 4a.75.75 0 0 1 .75.75.75.75 0 0 1-.75.75.75.75 0 0 1-.75-.75.75.75 0 0 1 .75-.75Zm-1.5 3.5c.293 0 .596.095.844.314a1.28 1.28 0 0 1 0 1.872c-.248.22-.55.314-.844.314-.293 0-.594-.095-.842-.314a1.283 1.283 0 0 1-.408-.936c0-.359.16-.716.408-.936.248-.22.549-.314.842-.314Zm4 .5a.75.75 0 0 1 .75.75.75.75 0 0 1-.75.75.75.75 0 0 1-.75-.75.75.75 0 0 1 .75-.75Zm3 2c.293 0 .594.095.842.314.247.22.408.577.408.936 0 .359-.16.716-.408.936-.248.22-.549.314-.842.314-.293 0-.594-.095-.842-.314a1.283 1.283 0 0 1-.408-.936c0-.359.16-.716.408-.936.248-.22.549-.314.842-.314Zm-4.5 1.5a.75.75 0 0 1 .75.75.75.75 0 0 1-.75.75.75.75 0 0 1-.75-.75.75.75 0 0 1 .75-.75Z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(CookieIcon); module.exports = ForwardRef;