UNPKG

@nomercyicons/react

Version:
24 lines 1.03 kB
const React = require("react"); function PeriscopeColorIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 37 48", 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: "#35A3C6", fillRule: "evenodd", d: "M37 18.745C37 32.683 22.206 48 18.5 48 14.794 48 0 32.683 0 18.745 0 8.392 8.283 0 18.5 0 28.718 0 37 8.392 37 18.745zM18.5 7.433c-.89 0-1.754.108-2.583.307a4.595 4.595 0 012.543 4.122c0 2.537-2.03 4.593-4.534 4.593-2.41 0-4.376-1.907-4.52-4.313a11.42 11.42 0 00-2.13 6.665c0 6.281 5.025 11.373 11.224 11.373 6.2 0 11.225-5.092 11.225-11.373 0-6.282-5.025-11.374-11.225-11.374z" })); } const ForwardRef = React.forwardRef(PeriscopeColorIcon); module.exports = ForwardRef;