UNPKG

@nomercyicons/react

Version:
41 lines 1.32 kB
const React = require("react"); function IntegrationInstructionsSharpIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "none", "aria-hidden": "true", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { fill: "none", d: "M0 0h24v24H0z" }), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 3.5, r: 0.75, fill: "none" }), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 3.5, r: 0.75, fill: "none" }), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 3.5, r: 0.75, fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M21 3h-6.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H3v18h18V3zM11 14.17l-1.41 1.42L6 12l3.59-3.59L11 9.83 8.83 12 11 14.17zm1-9.92c-.41 0-.75-.34-.75-.75s.34-.75.75-.75.75.34.75.75-.34.75-.75.75zm2.41 11.34L13 14.17 15.17 12 13 9.83l1.41-1.42L18 12l-3.59 3.59z" })); } const ForwardRef = React.forwardRef(IntegrationInstructionsSharpIcon); module.exports = ForwardRef;