UNPKG

@nomercyicons/react

Version:
27 lines 1.58 kB
const React = require("react"); function BitlyIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 48 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("g", { fill: "none", fillRule: "evenodd" }, /*#__PURE__*/React.createElement("path", { fill: "currentColor", d: "M26.16 42.6c-2.694.048-4.658-.818-4.779-3.172-.045-.884-.03-1.824.013-2.392.26-3.44 2.666-5.915 5.04-6.39 2.954-.591 4.922.76 4.922 4.626 0 2.613-.726 7.25-5.196 7.329zM23.89 0C10.667 0 0 10.615 0 24.496c0 7.197 3.85 14.15 9.264 18.328 1.042.805 2.284.731 2.996.041.6-.58.55-1.98-.566-2.96-4.328-3.807-7.32-9.569-7.32-15.324 0-10.336 9.178-19.033 19.517-19.033 12.584 0 19.313 10.22 19.313 18.881 0 5.293-2.588 11.684-7.26 15.76.007-.019.97-1.913.97-5.603 0-6.28-3.98-9.683-8.597-9.683-3.343 0-5.344 1.195-6.706 2.31 0-2.559.085-7.336.085-7.336 0-3.154-1.104-5.678-4.955-5.733-2.228-.032-3.882.99-4.913 3.3-.372.868-.235 1.809.5 2.236.608.353 1.607.091 2.102-.57.33-.412.516-.5.803-.469.473.05.49.813.51 1.3.014.375.378 5.811.179 19.78 0 3.853 3.022 8.279 10.258 8.279 3.115 0 5.507-.87 8.982-2.845C40.452 42.149 48 35.482 48 24.206 48 10.116 36.59 0 23.89 0z", mask: "url(#mask-2)" }))); } const ForwardRef = React.forwardRef(BitlyIcon); module.exports = ForwardRef;