UNPKG

@jfstech/icons-react

Version:

<p align="center"> <a href="https://jfstech.uk" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/JFS-Tech/icons/HEAD/.github/logo-dark.svg"> <source media="(prefers-color

25 lines 1.37 kB
const React = require("react"); function Target01Icon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 26 26", strokeWidth: 1.5, stroke: "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", { fill: "#000", d: "M12 5.8a1 1 0 1 0 2 0zM14 1a1 1 0 1 0-2 0zm-2 24a1 1 0 1 0 2 0zm2-4.8a1 1 0 1 0-2 0zm6.2-8.2a1 1 0 1 0 0 2zm4.8 2a1 1 0 1 0 0-2zM1 12a1 1 0 1 0 0 2zm4.8 2a1 1 0 1 0 0-2zm15.8-1a8.6 8.6 0 0 1-8.6 8.6v2c5.854 0 10.6-4.746 10.6-10.6zM13 21.6A8.6 8.6 0 0 1 4.4 13h-2c0 5.854 4.746 10.6 10.6 10.6zM4.4 13A8.6 8.6 0 0 1 13 4.4v-2C7.146 2.4 2.4 7.146 2.4 13zM13 4.4a8.6 8.6 0 0 1 8.6 8.6h2c0-5.854-4.746-10.6-10.6-10.6zm1 1.4V1h-2v4.8zM14 25v-4.8h-2V25zm6.2-11H25v-2h-4.8zM1 14h4.8v-2H1zm14.6-1a2.6 2.6 0 0 1-2.6 2.6v2a4.6 4.6 0 0 0 4.6-4.6zM13 15.6a2.6 2.6 0 0 1-2.6-2.6h-2a4.6 4.6 0 0 0 4.6 4.6zM10.4 13a2.6 2.6 0 0 1 2.6-2.6v-2A4.6 4.6 0 0 0 8.4 13zm2.6-2.6a2.6 2.6 0 0 1 2.6 2.6h2A4.6 4.6 0 0 0 13 8.4z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(Target01Icon); module.exports = ForwardRef;