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.31 kB
const React = require("react"); function RadialRaysIcon({ 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: "M15.657 15.657a.75.75 0 0 0 0-1.06l-2.121-2.122a.75.75 0 1 0-1.061 1.06l2.121 2.122a.75.75 0 0 0 1.06 0zM7.525 7.525a.75.75 0 0 0 0-1.06L5.404 4.342a.75.75 0 1 0-1.06 1.06l2.12 2.122a.75.75 0 0 0 1.061 0ZM18 10a.75.75 0 0 0-.75-.75h-3a.75.75 0 1 0 0 1.5h3A.75.75 0 0 0 18 10ZM6.5 10a.75.75 0 0 0-.75-.75h-3a.75.75 0 1 0 0 1.5h3A.75.75 0 0 0 6.5 10zm9.157-5.657a.75.75 0 0 0-1.06 0l-2.122 2.121a.75.75 0 1 0 1.06 1.061l2.122-2.121a.75.75 0 0 0 0-1.06zm-8.132 8.132a.75.75 0 0 0-1.06 0l-2.122 2.121a.75.75 0 1 0 1.06 1.06l2.122-2.12a.75.75 0 0 0 0-1.061zM10 2a.75.75 0 0 0-.75.75v3a.75.75 0 1 0 1.5 0v-3A.75.75 0 0 0 10 2Zm0 11.5a.75.75 0 0 0-.75.75v3a.75.75 0 1 0 1.5 0v-3a.75.75 0 0 0-.75-.75Z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(RadialRaysIcon); module.exports = ForwardRef;