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.94 kB
const React = require("react"); function CircleDashedIcon({ 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: "M11.166 2.289a.75.75 0 0 0-.33.471.75.75 0 0 0 .57.895c.741.164 1.446.455 2.086.862a.75.75 0 0 0 1.035-.229.75.75 0 0 0-.229-1.035 7.998 7.998 0 0 0-2.567-1.063.75.75 0 0 0-.565.099zm-5.464.964a.75.75 0 0 0-.23 1.035.75.75 0 0 0 1.036.23 6.498 6.498 0 0 1 2.085-.863.75.75 0 0 0 .57-.895.75.75 0 0 0-.894-.57 8.001 8.001 0 0 0-2.567 1.063ZM3.253 5.702A7.998 7.998 0 0 0 2.19 8.269a.75.75 0 0 0 .57.894.75.75 0 0 0 .895-.57c.164-.74.455-1.445.862-2.085a.75.75 0 0 0-.23-1.037.75.75 0 0 0-1.034.23Zm-.494 5.134a.75.75 0 0 0-.57.895c.202.911.562 1.78 1.064 2.567a.75.75 0 0 0 1.035.23.75.75 0 0 0 .23-1.036 6.498 6.498 0 0 1-.863-2.085.75.75 0 0 0-.896-.57Zm3.183 4.547a.75.75 0 0 0-.47.33.75.75 0 0 0 .23 1.034c.787.501 1.656.86 2.567 1.063a.75.75 0 0 0 .894-.57.75.75 0 0 0-.57-.895 6.502 6.502 0 0 1-2.086-.864.75.75 0 0 0-.565-.098Zm5.465.962a.75.75 0 0 0-.57.896.75.75 0 0 0 .894.57 8 8 0 0 0 2.567-1.064.75.75 0 0 0 .23-1.035.75.75 0 0 0-1.036-.23 6.498 6.498 0 0 1-2.085.863zm5.269-5.408a.75.75 0 0 0-.33.47 6.502 6.502 0 0 1-.865 2.086.75.75 0 0 0 .23 1.034.75.75 0 0 0 1.036-.229 7.998 7.998 0 0 0 1.063-2.567.75.75 0 0 0-.57-.894.75.75 0 0 0-.564.1zm-.964-5.465a.75.75 0 0 0-.23 1.036c.407.639.7 1.345.863 2.085a.75.75 0 0 0 .895.57.75.75 0 0 0 .57-.894 8.001 8.001 0 0 0-1.063-2.567.75.75 0 0 0-1.035-.23Z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(CircleDashedIcon); module.exports = ForwardRef;