UNPKG

react-life-design

Version:
38 lines 2.43 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 Height = 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(Height, __assign({ xmlns: 'http://www.w3.org/2000/svg', width: width || 69, height: height || 68, viewBox: '0 0 69 68' }, props), React.createElement("g", { transform: "translate(-12.422)" }, React.createElement("path", { className: "i-height", d: "M29.18 67H13.422V0M23.263 51.242h-9.841M23.263 41.379h-9.841M29.18 25.621H13.4M13.422 15.758h9.841M13.422 5.918h9.841M79.837 66.978a21.157 21.157 0 0 0 .584-4.877 20.7 20.7 0 0 0-41.4 0 20.165 20.165 0 0 0 .585 4.877" }), React.createElement("circle", { className: "i-height", cx: "12.81", cy: "12.81", r: "12.81", transform: "translate(46.911 15.758)" })))); }); var templateObject_1; //# sourceMappingURL=Height.js.map