UNPKG

@harmardir/frontend-component-header

Version:
52 lines 2.31 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from 'react'; export var MenuIcon = function MenuIcon(props) { return /*#__PURE__*/React.createElement("svg", _extends({ width: "24px", height: "24px", viewBox: "0 0 24 24", version: "1.1" }, props), /*#__PURE__*/React.createElement("rect", { fill: "currentColor", x: "2", y: "5", width: "20", height: "2" }), /*#__PURE__*/React.createElement("rect", { fill: "currentColor", x: "2", y: "11", width: "20", height: "2" }), /*#__PURE__*/React.createElement("rect", { fill: "currentColor", x: "2", y: "17", width: "20", height: "2" })); }; export var AvatarIcon = function AvatarIcon(props) { return /*#__PURE__*/React.createElement("svg", _extends({ width: "24px", height: "24px", viewBox: "0 0 24 24", version: "1.1" }, props), /*#__PURE__*/React.createElement("path", { d: "M4.10255106,18.1351061 C4.7170266,16.0581859 8.01891846,14.4720277 12,14.4720277 C15.9810815,14.4720277 19.2829734,16.0581859 19.8974489,18.1351061 C21.215206,16.4412566 22,14.3122775 22,12 C22,6.4771525 17.5228475,2 12,2 C6.4771525,2 2,6.4771525 2,12 C2,14.3122775 2.78479405,16.4412566 4.10255106,18.1351061 Z M12,24 C5.372583,24 0,18.627417 0,12 C0,5.372583 5.372583,0 12,0 C18.627417,0 24,5.372583 24,12 C24,18.627417 18.627417,24 12,24 Z M12,13 C9.790861,13 8,11.209139 8,9 C8,6.790861 9.790861,5 12,5 C14.209139,5 16,6.790861 16,9 C16,11.209139 14.209139,13 12,13 Z", fill: "currentColor" })); }; export var CaretIcon = function CaretIcon(props) { return /*#__PURE__*/React.createElement("svg", _extends({ width: "16px", height: "16px", viewBox: "0 0 16 16", version: "1.1" }, props), /*#__PURE__*/React.createElement("path", { d: "M7,4 L7,8 L11,8 L11,10 L5,10 L5,4 L7,4 Z", fill: "currentColor", transform: "translate(8.000000, 7.000000) rotate(-45.000000) translate(-8.000000, -7.000000) " })); }; //# sourceMappingURL=Icons.js.map