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.3 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 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: "M12.95 12.95a.75.75 0 0 0 0-1.06l-1.768-1.769a.75.75 0 0 0-1.06 1.061l1.767 1.768a.75.75 0 0 0 1.06 0zM5.879 5.879a.75.75 0 0 0 0-1.061L4.11 3.05a.75.75 0 1 0-1.06 1.06L4.817 5.88a.75.75 0 0 0 1.06 0zM15 8a.75.75 0 0 0-.75-.75h-2.5a.75.75 0 1 0 0 1.5h2.5A.75.75 0 0 0 15 8zM5 8a.75.75 0 0 0-.75-.75h-2.5a.75.75 0 1 0 0 1.5h2.5A.75.75 0 0 0 5 8zm7.95-4.95a.75.75 0 0 0-1.06 0L10.12 4.818a.75.75 0 0 0 1.061 1.06l1.768-1.767a.75.75 0 0 0 0-1.06zm-7.071 7.071a.75.75 0 0 0-1.061 0L3.05 11.89a.75.75 0 1 0 1.06 1.06l1.769-1.767a.75.75 0 0 0 0-1.06zM8 1a.75.75 0 0 0-.75.75v2.5a.75.75 0 1 0 1.5 0v-2.5A.75.75 0 0 0 8 1Zm0 10a.75.75 0 0 0-.75.75v2.5a.75.75 0 1 0 1.5 0v-2.5A.75.75 0 0 0 8 11Z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(RadialRaysIcon); module.exports = ForwardRef;