@scaleflex/icons
Version:
SVG icons as React components
27 lines • 2.84 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
var _excluded = ["color", "size", "ref"];
import React from 'react';
export var KnowledgeBase = function KnowledgeBase(_ref) {
var _ref$color = _ref.color,
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
_ref$size = _ref.size,
size = _ref$size === void 0 ? 14 : _ref$size,
ref = _ref.ref,
rest = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement("svg", _extends({
"data-icon-name": "KnowledgeBase",
ref: ref,
width: size,
height: size,
viewBox: "0 0 42 50",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, rest), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M39.6667 39.0636H7.77778C6.06667 39.0636 4.66667 40.4698 4.66667 42.1886C4.66667 43.9073 6.06667 45.3136 7.77778 45.3136H39.6667C40.9578 45.3136 42 46.3605 42 47.6573C42 48.9542 40.9578 50.0011 39.6667 50.0011H4.79111C0.497778 50.0011 0 48.5011 0 44.1886V4.8136C0 0.501099 0.497778 0.00109863 4.79111 0.00109863H39.6667C40.9578 0.00109863 42 1.04797 42 2.34485V36.7198C42 38.0167 40.9578 39.0636 39.6667 39.0636ZM17.8515 25.094H22.776C22.7889 24.0936 22.9241 23.2296 23.1816 22.502C23.4519 21.7744 23.9541 21.0792 24.6879 20.4166C25.5376 19.611 26.3165 18.8315 27.0246 18.0779C27.7327 17.3243 28.3057 16.5123 28.7434 15.6417C29.1811 14.7582 29.4 13.7513 29.4 12.6209C29.4 10.9968 29.0588 9.61956 28.3765 8.48919C27.6941 7.34582 26.7092 6.48179 25.4218 5.89712C24.1343 5.29945 22.5893 5.00061 20.7869 5.00061C19.1518 5.00061 17.6777 5.28645 16.3645 5.85814C15.0513 6.41683 14.002 7.28085 13.2166 8.45021C12.4442 9.60657 12.0386 11.0748 12 12.8548H17.6004C17.6133 12.0492 17.7678 11.3996 18.0639 10.9059C18.3729 10.4121 18.7656 10.0483 19.242 9.81445C19.7183 9.56759 20.2333 9.44416 20.7869 9.44416C21.4564 9.44416 22.01 9.57409 22.4477 9.83394C22.8983 10.0938 23.2331 10.4771 23.4519 10.9838C23.6837 11.4775 23.7996 12.1012 23.7996 12.8548C23.7996 13.5044 23.6708 14.0956 23.4133 14.6283C23.1558 15.148 22.8018 15.6547 22.3512 16.1485C21.9006 16.6422 21.3727 17.1619 20.7676 17.7076C20.0466 18.3832 19.4673 19.0653 19.0295 19.754C18.6047 20.4426 18.3021 21.2157 18.1219 22.0732C17.9545 22.9177 17.8644 23.9247 17.8515 25.094ZM18.1219 29.0503C17.5554 29.596 17.2721 30.2847 17.2721 31.1162C17.2721 31.9218 17.5554 32.6039 18.1219 33.1626C18.6883 33.7213 19.4479 34.0006 20.4007 34.0006C21.3405 34.0006 22.0937 33.7213 22.6602 33.1626C23.2395 32.6039 23.5292 31.9218 23.5292 31.1162C23.5292 30.2847 23.2395 29.596 22.6602 29.0503C22.0937 28.4916 21.3405 28.2123 20.4007 28.2123C19.4479 28.2123 18.6883 28.4916 18.1219 29.0503Z",
fill: color
}));
};
export default KnowledgeBase;