UNPKG

@nomercyicons/react

Version:
34 lines 2.19 kB
const React = require("react"); function TvdbIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fillRule: "evenodd", clipRule: "evenodd", viewBox: "0 0 400 216", 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: "currentColor", d: "M14.5-.5h17a12461.736 12461.736 0 00176 23.5c9.483 2.427 14.65 8.594 15.5 18.5.667 9 .667 18 0 27-25.865 20.797-31.532 46.13-17 76 4.311 6.811 9.811 12.478 16.5 17 2.816 11.459.15 21.292-8 29.5a19.24 19.24 0 01-9 3 9517.96 9517.96 0 00-154 21.5h-17c-7.775-2.611-12.608-7.944-14.5-16A12132.367 12132.367 0 00-.5 28.5v-15c3.061-6.728 8.061-11.394 15-14zm40 44h23v31h49a898.834 898.834 0 0022.5 59 2212.265 2212.265 0 0024.5-58 144.874 144.874 0 0124-1 3150.757 3150.757 0 01-37 84.5c-8.353.832-16.687.665-25-.5a7753.334 7753.334 0 00-27-65.5 480.952 480.952 0 00-31-.5 353.552 353.552 0 001.5 44c1.11 2.315 2.943 3.815 5.5 4.5 5.323.499 10.656.666 16 .5v18c-11.57.794-22.903-.372-34-3.5-7.136-4.487-10.97-10.987-11.5-19.5-.5-14.663-.667-29.33-.5-44h-15v-18h15v-31z", opacity: 0.984 }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", d: "M271.5 40.5h25v118a658.926 658.926 0 01-60-1.5c-20.169-6.796-30.169-20.963-30-42.5-.256-18.343 7.744-31.51 24-39.5a43.361 43.361 0 018-2c10.995-.5 21.995-.666 33-.5v-32zm-23 51h23v48c-8.393.33-16.727-.17-25-1.5-9.89-4.599-14.557-12.432-14-23.5-.037-11.598 5.296-19.264 16-23z", opacity: 0.953 }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", d: "M307.5 40.5h26v32c10.672-.166 21.339 0 32 .5 21.887 4.722 32.887 18.388 33 41-.7 25.694-13.7 40.361-39 44-17.33.5-34.663.667-52 .5v-118zm26 51c7.674-.166 15.341 0 23 .5 11.714 3.061 17.047 10.728 16 23 .124 13.789-6.542 21.789-20 24-6.325.5-12.658.666-19 .5v-48z", opacity: 0.941 })); } const ForwardRef = React.forwardRef(TvdbIcon); module.exports = ForwardRef;