UNPKG

2.41 kBJavaScriptView Raw
1"use strict";
2var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
3 if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
4 return cooked;
5};
6var __assign = (this && this.__assign) || function () {
7 __assign = Object.assign || function(t) {
8 for (var s, i = 1, n = arguments.length; i < n; i++) {
9 s = arguments[i];
10 for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
11 t[p] = s[p];
12 }
13 return t;
14 };
15 return __assign.apply(this, arguments);
16};
17var __rest = (this && this.__rest) || function (s, e) {
18 var t = {};
19 for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
20 t[p] = s[p];
21 if (s != null && typeof Object.getOwnPropertySymbols === "function")
22 for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) if (e.indexOf(p[i]) < 0)
23 t[p[i]] = s[p[i]];
24 return t;
25};
26Object.defineProperty(exports, "__esModule", { value: true });
27var React = require("react");
28var styled_components_1 = require("styled-components");
29var Nutri = styled_components_1.default.svg(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n fill:none;\n stroke-miterlimit: 10;\n stroke-width: 2px;\n stroke: currentColor;\n stroke-linecap: square; \n"], ["\n fill:none;\n stroke-miterlimit: 10;\n stroke-width: 2px;\n stroke: currentColor;\n stroke-linecap: square; \n"])));
30exports.default = React.memo(function (_a) {
31 var width = _a.width, height = _a.height, color = _a.color, props = __rest(_a, ["width", "height", "color"]);
32 return (React.createElement(Nutri, __assign({ xmlns: 'http://www.w3.org/2000/svg', width: width || 26, height: height || 27, viewBox: '0 0 26 27' }, props),
33 React.createElement("g", null,
34 React.createElement("path", { d: "M13.5 24.342A7.715 7.715 0 0 1 8.72 26a4.71 4.71 0 0 1-2.758-.882 6.323 6.323 0 0 1-1.5-1.577A20.1 20.1 0 0 1 1 12.234v.137a7.717 7.717 0 0 1 12.5-6.057A7.717 7.717 0 0 1 26 12.372v-.137a20.163 20.163 0 0 1-3.454 11.307 6.323 6.323 0 0 1-1.5 1.577 4.767 4.767 0 0 1-2.758.882 7.715 7.715 0 0 1-4.788-1.659z" }),
35 React.createElement("path", { d: "M15.332 1a1.84 1.84 0 0 0-1.836 1.836v3.47" }))));
36});
37var templateObject_1;
38//# sourceMappingURL=Nutri.js.map
\No newline at end of file