UNPKG

@jinshuju/field-icons-react

Version:

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

30 lines 1.85 kB
const React = require("react"); function FieldIconEducation({ 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", { fillRule: "evenodd", d: "M13.483 3.287a3.977 3.977 0 0 0-2.966 0l-8.89 3.572c-.806.324-.844 1.458-.06 1.836l3.193 1.54v7.505c0 .049.005.098.015.147l.734-.148c-.734.148-.734.15-.734.15v.002l.001.003.002.008.004.02a1.342 1.342 0 0 0 .058.187c.04.11.103.25.199.41.192.322.512.712 1.033 1.087C7.115 20.354 8.908 21 12 21s4.885-.646 5.927-1.394c.522-.375.842-.765 1.034-1.088a2.49 2.49 0 0 0 .244-.547l.013-.05.004-.019.002-.008v-.005s.001-.002-.733-.15l.734.148a.761.761 0 0 0 .015-.148v-7.504l.998-.481v5.979a.75.75 0 0 0 .75.752.75.75 0 0 0 .748-.752V9.031l.697-.336c.784-.378.746-1.512-.06-1.836l-8.89-3.572Zm7.278 4.545-7.834-3.148a2.486 2.486 0 0 0-1.854 0L3.239 7.832l7.68 3.704c.684.33 1.478.33 2.161 0l7.681-3.704ZM6.258 17.62v-6.661l4.013 1.935a3.978 3.978 0 0 0 3.457 0l4.014-1.935v6.661c-.013.03-.034.073-.065.125-.088.148-.268.385-.62.637-.705.506-2.157 1.114-5.057 1.114-2.9 0-4.351-.608-5.057-1.114-.352-.252-.531-.489-.62-.637a1.088 1.088 0 0 1-.065-.125Z", clipRule: "evenodd" })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", { id: "a" }, /*#__PURE__*/React.createElement("rect", { width: 24, height: 24 })))); } const ForwardRef = /*#__PURE__*/ React.forwardRef(FieldIconEducation); module.exports = ForwardRef;