@semcore/icon
Version:
Semrush Icon Component
27 lines • 1.37 kB
JavaScript
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
import React from 'react';
import { createBaseComponent } from '@semcore/core';
import Icon from '../../lib/esm/index.mjs';
function RootEducation({
width = '24',
height = '24',
viewBox = '0 0 24 24',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "Education",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M11.553 3.106a1 1 0 0 1 .894 0l11 5.5a1 1 0 0 1 0 1.788l-.447.224v6.65A2 2 0 0 1 24 19v4h-4v-4a2 2 0 0 1 1-1.732v-5.65l-2 1v4.84a1 1 0 0 1-.237.647c-3.4 4.013-10.127 4.013-13.526 0A1 1 0 0 1 5 17.459v-4.841L.553 10.394a1 1 0 0 1 0-1.788l11-5.5Zm.894 12.788L17 13.618v3.458c-2.591 2.718-7.409 2.718-10 0v-3.458l4.553 2.276a1 1 0 0 0 .894 0ZM3.237 9.5 12 13.882 20.764 9.5 12 5.118 3.236 9.5Z",
shapeRendering: "geometricPrecision"
}));
}
RootEducation.displayName = 'Education';
const Education = createBaseComponent(RootEducation);
export { Education as default };