UNPKG

react-life-design

Version:
38 lines 2.41 kB
"use strict"; var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) { if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; } return cooked; }; var __assign = (this && this.__assign) || function () { __assign = Object.assign || function(t) { for (var s, i = 1, n = arguments.length; i < n; i++) { s = arguments[i]; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; } return t; }; return __assign.apply(this, arguments); }; var __rest = (this && this.__rest) || function (s, e) { var t = {}; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p]; if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) if (e.indexOf(p[i]) < 0) t[p[i]] = s[p[i]]; return t; }; Object.defineProperty(exports, "__esModule", { value: true }); var React = require("react"); var styled_components_1 = require("styled-components"); var 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"]))); exports.default = React.memo(function (_a) { var width = _a.width, height = _a.height, color = _a.color, props = __rest(_a, ["width", "height", "color"]); return (React.createElement(Nutri, __assign({ xmlns: 'http://www.w3.org/2000/svg', width: width || 26, height: height || 27, viewBox: '0 0 26 27' }, props), React.createElement("g", null, 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" }), React.createElement("path", { d: "M15.332 1a1.84 1.84 0 0 0-1.836 1.836v3.47" })))); }); var templateObject_1; //# sourceMappingURL=Nutri.js.map