UNPKG

@jinshuju/field-icons-react

Version:

First, install `@jinshuju/field-icons-react` from npm:

28 lines 2.33 kB
const React = require("react"); function FieldIconMatrixScore({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", "data-slot": "icon", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("g", { clipPath: "url(#a)" }, /*#__PURE__*/React.createElement("path", { d: "m8.916 15.138-3.198 1.625-.016.008a1.739 1.739 0 0 1-1.708-.114c-.475-.313-.83-.902-.697-1.601l.533-2.82-.001-.012a.102.102 0 0 0-.03-.04l-2.26-1.996a1.542 1.542 0 0 1-.448-1.692c.2-.561.708-.981 1.357-1.067l3.126-.414c.098-.013.146-.064.158-.087L7.13 4.362c.327-.6.94-.862 1.49-.862.551 0 1.164.262 1.49.862l1.341 2.462c.041.019.1.042.175.067.038.013.078.024.117.036l1.324-2.68c.444-.899 1.727-.899 2.171 0l1.797 3.635c.176.357.516.604.91.662l4.02.585c.992.146 1.387 1.364.669 2.063l-2.907 2.828a1.207 1.207 0 0 0-.348 1.07l.686 3.994c.169.988-.87 1.741-1.757 1.274l-3.592-1.887a1.213 1.213 0 0 0-1.127 0l-3.593 1.887c-.887.467-1.925-.286-1.755-1.274l.676-3.946ZM8.421 5.083 7.024 7.65c-.261.48-.744.78-1.26.847L2.64 8.91a.248.248 0 0 0-.125.047.112.112 0 0 0-.037.048c-.003.01-.002.016-.002.017 0 0 0 .003.004.009a.149.149 0 0 0 .029.031l2.26 1.997c.406.358.616.903.51 1.46l-.532 2.818c-.002.01 0 .013 0 .016.004.008.018.03.052.052a.28.28 0 0 0 .269.018L8.32 13.77l-2.65-2.58c-.719-.698-.324-1.916.67-2.062l4.019-.585a1.21 1.21 0 0 0 .633-.296 2.37 2.37 0 0 1-.282-.13 1.223 1.223 0 0 1-.495-.47L8.818 5.084c-.019-.035-.078-.09-.199-.09-.12 0-.18.055-.198.09Zm-3.354 10.34.005-.003-.015.008.01-.006Zm13.637-2.48 2.485-2.417-3.455-.504a2.684 2.684 0 0 1-2.02-1.472l-1.563-3.163L12.59 8.55a2.688 2.688 0 0 1-2.02 1.472l-3.455.504 2.485 2.418c.636.619.93 1.517.778 2.403l-.59 3.438 3.123-1.64a2.672 2.672 0 0 1 2.484 0l3.122 1.64-.59-3.438a2.713 2.713 0 0 1 .778-2.403Z" })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", { id: "a" }, /*#__PURE__*/React.createElement("rect", { width: 24, height: 24 })))); } const ForwardRef = /*#__PURE__*/ React.forwardRef(FieldIconMatrixScore); module.exports = ForwardRef;