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.91 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 16 16", 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: "M13.038 4.226a.75.75 0 0 0-.274 1.024c.24.416.424.861.548 1.326a.75.75 0 0 0 .92.531.75.75 0 0 0 .529-.92 6.992 6.992 0 0 0-.698-1.687.75.75 0 0 0-1.025-.274ZM9.813 1.238a.75.75 0 0 0-.919.53.75.75 0 0 0 .53.919c.465.124.91.309 1.325.55a.75.75 0 0 0 1.026-.274.75.75 0 0 0-.275-1.026 6.99 6.99 0 0 0-1.687-.699Zm-3.055.075a.75.75 0 0 0-.569-.075c-.59.158-1.16.394-1.69.7a.75.75 0 0 0-.274 1.024.75.75 0 0 0 1.024.275c.417-.24.864-.424 1.328-.549a.75.75 0 0 0 .53-.92.75.75 0 0 0-.35-.455ZM2.962 4.225a.75.75 0 0 0-1.024.276 6.99 6.99 0 0 0-.698 1.687.75.75 0 0 0 .53.918.75.75 0 0 0 .918-.53c.125-.464.31-.91.55-1.327a.75.75 0 0 0-.276-1.024ZM2.34 8.968a.75.75 0 0 0-.57-.075.75.75 0 0 0-.53.918c.159.591.392 1.16.698 1.69a.75.75 0 0 0 1.024.274.75.75 0 0 0 .275-1.024 5.505 5.505 0 0 1-.548-1.328.75.75 0 0 0-.35-.455Zm2.912 3.795a.75.75 0 0 0-1.026.275.75.75 0 0 0 .275 1.024c.53.306 1.098.54 1.69.7a.75.75 0 0 0 .918-.531.75.75 0 0 0-.53-.919 5.503 5.503 0 0 1-1.327-.55Zm5.5.001c-.417.24-.862.424-1.327.549a.75.75 0 0 0-.531.919.75.75 0 0 0 .92.53 6.992 6.992 0 0 0 1.687-.699.75.75 0 0 0 .275-1.024.75.75 0 0 0-1.025-.275zm3.481-3.871a.75.75 0 0 0-.918.53c-.125.464-.31.91-.55 1.327a.75.75 0 0 0 .274 1.024.75.75 0 0 0 1.023-.274c.306-.53.543-1.098.701-1.689a.75.75 0 0 0-.53-.918z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(CircleDashedIcon); module.exports = ForwardRef;