UNPKG

@jinshuju/field-icons-react

Version:

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

28 lines 2.27 kB
const React = require("react"); function FieldIconScore({ 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: "m11.588 2-.283.116-.15.055-.06.034c-.097.057-.19.126-.275.21l-.072.056-.03.028c-.14.134-.25.287-.334.447l-.005.009-2.023 4.13a.257.257 0 0 1-.202.137l-.016.002-4.603.665h-.009a1.805 1.805 0 0 0-1.429 1.2 1.76 1.76 0 0 0 .442 1.844l3.33 3.213a.254.254 0 0 1 .073.218l-.82 4.513-.002.013a1.792 1.792 0 0 0 1.438 2.05l.01.002.01.001c.385.062.776 0 1.121-.172l.012-.006 4.08-2.128h.138a.277.277 0 0 1 .116.03l.006.003 4.084 2.121a1.788 1.788 0 0 0 1.881-.126 1.761 1.761 0 0 0 .729-1.759l-.82-4.514a.238.238 0 0 1 .068-.204l3.445-3.246.002-.002c.5-.47.687-1.186.472-1.84l-.005-.014a1.815 1.815 0 0 0-1.457-1.198l-4.58-.661h-.002a.256.256 0 0 1-.19-.138l-.002-.004-2.048-4.108-.005-.01a1.802 1.802 0 0 0-1.416-.963L12.167 2h-.579Zm.303 1.54h.185a.262.262 0 0 1 .18.132l2.042 4.097.001.002c.26.528.763.891 1.34.979h.005l4.587.663h.002a.276.276 0 0 1 .22.174c.023.08 0 .168-.064.228l-.003.002-3.451 3.253-.007.006a1.78 1.78 0 0 0-.52 1.573l.002.011.82 4.52a.22.22 0 0 1-.093.22l-.009.006-.008.007a.252.252 0 0 1-.266.016l-.007-.004-4.082-2.12-.004-.001c-.249-.131-.522-.2-.796-.208h-.329l-.055.008a1.522 1.522 0 0 0-.497.164l-4.076 2.127a.314.314 0 0 1-.176.029.251.251 0 0 1-.195-.28l.82-4.512.002-.012a1.796 1.796 0 0 0-.515-1.576l-.005-.004-3.332-3.216a.218.218 0 0 1-.056-.23l.002-.006c.03-.09.11-.159.208-.176l4.567-.66a1.795 1.795 0 0 0 1.404-.977l.003-.007 2.015-4.114a.22.22 0 0 1 .017-.025l.09-.07.007-.007.027-.011Z" })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", { id: "a" }, /*#__PURE__*/React.createElement("rect", { width: 24, height: 24 })))); } const ForwardRef = /*#__PURE__*/ React.forwardRef(FieldIconScore); module.exports = ForwardRef;