UNPKG

@nomercyicons/react

Version:
25 lines 1.2 kB
import * as React from "react"; function MediumIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 48 40", 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: "#1B1A19", fillRule: "evenodd" }, /*#__PURE__*/React.createElement("path", { d: "M47.474 7.338c-.009-.007-.016-.017-.027-.022l-.017-.008L33.134.213a1.487 1.487 0 00-.3-.106 1.598 1.598 0 00-.393-.053c-.548 0-1.092.273-1.388.748l-8.23 13.275 10.329 16.658 14.366-23.17a.172.172 0 00-.044-.227M18.29 11.053v15.11l13.532 6.716L18.29 11.053M33.855 33.888l11.14 5.528c1.45.72 2.624.215 2.624-1.125V11.69l-13.764 22.2M15.94 7.36L1.979.43a1.611 1.611 0 00-.71-.184c-.61 0-1.04.47-1.04 1.258v29.919c0 .8.591 1.75 1.313 2.107l12.297 6.103c.316.156.616.23.887.23.765 0 1.3-.587 1.3-1.572V7.496a.152.152 0 00-.084-.136" }))); } const ForwardRef = React.forwardRef(MediumIcon); export default ForwardRef;