@terraware/web-components 1.0.3 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Autocomplete.d.ts +16 -0
- package/components/Autocomplete.d.ts.map +1 -0
- package/components/Autocomplete.js +53 -0
- package/components/Button/Button.d.ts +18 -0
- package/components/Button/Button.d.ts.map +1 -0
- package/components/Button/Button.js +42 -0
- package/components/Button/button.test.d.ts +2 -0
- package/components/Button/button.test.d.ts.map +1 -0
- package/components/Button/button.test.js +33 -0
- package/components/Button/styles.scss +443 -0
- package/components/Checkbox.d.ts +12 -0
- package/components/Checkbox.d.ts.map +1 -0
- package/components/Checkbox.js +33 -0
- package/components/DatePicker.d.ts +19 -0
- package/components/DatePicker.d.ts.map +1 -0
- package/components/DatePicker.js +45 -0
- package/components/DialogBox/DialogBox.d.ts +16 -0
- package/components/DialogBox/DialogBox.d.ts.map +1 -0
- package/components/DialogBox/DialogBox.js +85 -0
- package/components/DialogBox/styles.scss +138 -0
- package/components/Divisor.d.ts +6 -0
- package/components/Divisor.d.ts.map +1 -0
- package/components/Divisor.js +24 -0
- package/components/Dropdown.d.ts +15 -0
- package/components/Dropdown.d.ts.map +1 -0
- package/components/Dropdown.js +59 -0
- package/components/Icon/Icon.d.ts +11 -0
- package/components/Icon/Icon.d.ts.map +1 -0
- package/components/Icon/Icon.js +25 -0
- package/components/Icon/icons/assets/BlobbyGrayIconUploadToTheCloud.d.ts +8 -0
- package/components/Icon/icons/assets/BlobbyGrayIconUploadToTheCloud.d.ts.map +1 -0
- package/components/Icon/icons/assets/BlobbyGrayIconUploadToTheCloud.js +41 -0
- package/components/Icon/icons/assets/BlobbyIconHappy.d.ts +8 -0
- package/components/Icon/icons/assets/BlobbyIconHappy.d.ts.map +1 -0
- package/components/Icon/icons/assets/BlobbyIconHappy.js +165 -0
- package/components/Icon/icons/assets/BlobbyIconHeartMonitor.d.ts +8 -0
- package/components/Icon/icons/assets/BlobbyIconHeartMonitor.d.ts.map +1 -0
- package/components/Icon/icons/assets/BlobbyIconHeartMonitor.js +165 -0
- package/components/Icon/icons/assets/BlobbyIconLeaf.d.ts +8 -0
- package/components/Icon/icons/assets/BlobbyIconLeaf.d.ts.map +1 -0
- package/components/Icon/icons/assets/BlobbyIconLeaf.js +165 -0
- package/components/Icon/icons/assets/BlobbyIconLibrary.d.ts +8 -0
- package/components/Icon/icons/assets/BlobbyIconLibrary.d.ts.map +1 -0
- package/components/Icon/icons/assets/BlobbyIconLibrary.js +165 -0
- package/components/Icon/icons/assets/BlobbyIconOrganization.d.ts +8 -0
- package/components/Icon/icons/assets/BlobbyIconOrganization.d.ts.map +1 -0
- package/components/Icon/icons/assets/BlobbyIconOrganization.js +158 -0
- package/components/Icon/icons/assets/BlobbyIconPeople.d.ts +8 -0
- package/components/Icon/icons/assets/BlobbyIconPeople.d.ts.map +1 -0
- package/components/Icon/icons/assets/BlobbyIconPeople.js +158 -0
- package/components/Icon/icons/assets/BlobbyIconSeedBank.d.ts +8 -0
- package/components/Icon/icons/assets/BlobbyIconSeedBank.d.ts.map +1 -0
- package/components/Icon/icons/assets/BlobbyIconSeedBank.js +165 -0
- package/components/Icon/icons/assets/BlobbyIconWrench.d.ts +8 -0
- package/components/Icon/icons/assets/BlobbyIconWrench.d.ts.map +1 -0
- package/components/Icon/icons/assets/BlobbyIconWrench.js +165 -0
- package/components/Icon/icons/assets/Bug.d.ts +8 -0
- package/components/Icon/icons/assets/Bug.d.ts.map +1 -0
- package/components/Icon/icons/assets/Bug.js +36 -0
- package/components/Icon/icons/assets/Calendar.d.ts +8 -0
- package/components/Icon/icons/assets/Calendar.d.ts.map +1 -0
- package/components/Icon/icons/assets/Calendar.js +35 -0
- package/components/Icon/icons/assets/CaretDown.d.ts +8 -0
- package/components/Icon/icons/assets/CaretDown.d.ts.map +1 -0
- package/components/Icon/icons/assets/CaretDown.js +35 -0
- package/components/Icon/icons/assets/CaretLeft.d.ts +8 -0
- package/components/Icon/icons/assets/CaretLeft.d.ts.map +1 -0
- package/components/Icon/icons/assets/CaretLeft.js +35 -0
- package/components/Icon/icons/assets/CaretUp.d.ts +8 -0
- package/components/Icon/icons/assets/CaretUp.d.ts.map +1 -0
- package/components/Icon/icons/assets/CaretUp.js +35 -0
- package/components/Icon/icons/assets/ChevronDown.d.ts +8 -0
- package/components/Icon/icons/assets/ChevronDown.d.ts.map +1 -0
- package/components/Icon/icons/assets/ChevronDown.js +36 -0
- package/components/Icon/icons/assets/ChevronUp.d.ts +8 -0
- package/components/Icon/icons/assets/ChevronUp.d.ts.map +1 -0
- package/components/Icon/icons/assets/ChevronUp.js +35 -0
- package/components/Icon/icons/assets/Close.d.ts +8 -0
- package/components/Icon/icons/assets/Close.d.ts.map +1 -0
- package/components/Icon/icons/assets/Close.js +35 -0
- package/components/Icon/icons/assets/Critical.d.ts +8 -0
- package/components/Icon/icons/assets/Critical.d.ts.map +1 -0
- package/components/Icon/icons/assets/Critical.js +35 -0
- package/components/Icon/icons/assets/Edit.d.ts +8 -0
- package/components/Icon/icons/assets/Edit.d.ts.map +1 -0
- package/components/Icon/icons/assets/Edit.js +158 -0
- package/components/Icon/icons/assets/Error.d.ts +8 -0
- package/components/Icon/icons/assets/Error.d.ts.map +1 -0
- package/components/Icon/icons/assets/Error.js +35 -0
- package/components/Icon/icons/assets/Export.d.ts +8 -0
- package/components/Icon/icons/assets/Export.d.ts.map +1 -0
- package/components/Icon/icons/assets/Export.js +36 -0
- package/components/Icon/icons/assets/Filter.d.ts +8 -0
- package/components/Icon/icons/assets/Filter.d.ts.map +1 -0
- package/components/Icon/icons/assets/Filter.js +36 -0
- package/components/Icon/icons/assets/Folder.d.ts +8 -0
- package/components/Icon/icons/assets/Folder.d.ts.map +1 -0
- package/components/Icon/icons/assets/Folder.js +35 -0
- package/components/Icon/icons/assets/Help.d.ts +8 -0
- package/components/Icon/icons/assets/Help.d.ts.map +1 -0
- package/components/Icon/icons/assets/Help.js +35 -0
- package/components/Icon/icons/assets/Home.d.ts +8 -0
- package/components/Icon/icons/assets/Home.d.ts.map +1 -0
- package/components/Icon/icons/assets/Home.js +35 -0
- package/components/Icon/icons/assets/IconCancel.d.ts +8 -0
- package/components/Icon/icons/assets/IconCancel.d.ts.map +1 -0
- package/components/Icon/icons/assets/IconCancel.js +36 -0
- package/components/Icon/icons/assets/IconChargingBattery.d.ts +8 -0
- package/components/Icon/icons/assets/IconChargingBattery.d.ts.map +1 -0
- package/components/Icon/icons/assets/IconChargingBattery.js +36 -0
- package/components/Icon/icons/assets/IconCheckmark.d.ts +8 -0
- package/components/Icon/icons/assets/IconCheckmark.d.ts.map +1 -0
- package/components/Icon/icons/assets/IconCheckmark.js +36 -0
- package/components/Icon/icons/assets/IconDashboard.d.ts +8 -0
- package/components/Icon/icons/assets/IconDashboard.d.ts.map +1 -0
- package/components/Icon/icons/assets/IconDashboard.js +36 -0
- package/components/Icon/icons/assets/IconHeartMonitor.d.ts +8 -0
- package/components/Icon/icons/assets/IconHeartMonitor.d.ts.map +1 -0
- package/components/Icon/icons/assets/IconHeartMonitor.js +35 -0
- package/components/Icon/icons/assets/IconMail.d.ts +8 -0
- package/components/Icon/icons/assets/IconMail.d.ts.map +1 -0
- package/components/Icon/icons/assets/IconMail.js +36 -0
- package/components/Icon/icons/assets/IconManager.d.ts +8 -0
- package/components/Icon/icons/assets/IconManager.d.ts.map +1 -0
- package/components/Icon/icons/assets/IconManager.js +36 -0
- package/components/Icon/icons/assets/IconMenu.d.ts +8 -0
- package/components/Icon/icons/assets/IconMenu.d.ts.map +1 -0
- package/components/Icon/icons/assets/IconMenu.js +36 -0
- package/components/Icon/icons/assets/IconOrg.d.ts +8 -0
- package/components/Icon/icons/assets/IconOrg.d.ts.map +1 -0
- package/components/Icon/icons/assets/IconOrg.js +36 -0
- package/components/Icon/icons/assets/IconSeedBank.d.ts +8 -0
- package/components/Icon/icons/assets/IconSeedBank.d.ts.map +1 -0
- package/components/Icon/icons/assets/IconSeedBank.js +35 -0
- package/components/Icon/icons/assets/IconWifi.d.ts +8 -0
- package/components/Icon/icons/assets/IconWifi.d.ts.map +1 -0
- package/components/Icon/icons/assets/IconWifi.js +36 -0
- package/components/Icon/icons/assets/Info.d.ts +8 -0
- package/components/Icon/icons/assets/Info.d.ts.map +1 -0
- package/components/Icon/icons/assets/Info.js +35 -0
- package/components/Icon/icons/assets/Key.d.ts +8 -0
- package/components/Icon/icons/assets/Key.d.ts.map +1 -0
- package/components/Icon/icons/assets/Key.js +35 -0
- package/components/Icon/icons/assets/Leaf.d.ts +8 -0
- package/components/Icon/icons/assets/Leaf.d.ts.map +1 -0
- package/components/Icon/icons/assets/Leaf.js +35 -0
- package/components/Icon/icons/assets/Lock.d.ts +8 -0
- package/components/Icon/icons/assets/Lock.d.ts.map +1 -0
- package/components/Icon/icons/assets/Lock.js +34 -0
- package/components/Icon/icons/assets/MenuVertical.d.ts +8 -0
- package/components/Icon/icons/assets/MenuVertical.d.ts.map +1 -0
- package/components/Icon/icons/assets/MenuVertical.js +36 -0
- package/components/Icon/icons/assets/Notification.d.ts +8 -0
- package/components/Icon/icons/assets/Notification.d.ts.map +1 -0
- package/components/Icon/icons/assets/Notification.js +35 -0
- package/components/Icon/icons/assets/Person.d.ts +8 -0
- package/components/Icon/icons/assets/Person.d.ts.map +1 -0
- package/components/Icon/icons/assets/Person.js +35 -0
- package/components/Icon/icons/assets/Plus.d.ts +8 -0
- package/components/Icon/icons/assets/Plus.d.ts.map +1 -0
- package/components/Icon/icons/assets/Plus.js +35 -0
- package/components/Icon/icons/assets/RestorationSite.d.ts +8 -0
- package/components/Icon/icons/assets/RestorationSite.d.ts.map +1 -0
- package/components/Icon/icons/assets/RestorationSite.js +35 -0
- package/components/Icon/icons/assets/Search.d.ts +8 -0
- package/components/Icon/icons/assets/Search.d.ts.map +1 -0
- package/components/Icon/icons/assets/Search.js +35 -0
- package/components/Icon/icons/assets/Seeds.d.ts +8 -0
- package/components/Icon/icons/assets/Seeds.d.ts.map +1 -0
- package/components/Icon/icons/assets/Seeds.js +35 -0
- package/components/Icon/icons/assets/Site.d.ts +8 -0
- package/components/Icon/icons/assets/Site.d.ts.map +1 -0
- package/components/Icon/icons/assets/Site.js +35 -0
- package/components/Icon/icons/assets/Sparkles.d.ts +8 -0
- package/components/Icon/icons/assets/Sparkles.d.ts.map +1 -0
- package/components/Icon/icons/assets/Sparkles.js +36 -0
- package/components/Icon/icons/assets/Species.d.ts +8 -0
- package/components/Icon/icons/assets/Species.d.ts.map +1 -0
- package/components/Icon/icons/assets/Species.js +35 -0
- package/components/Icon/icons/assets/Species2.d.ts +8 -0
- package/components/Icon/icons/assets/Species2.d.ts.map +1 -0
- package/components/Icon/icons/assets/Species2.js +158 -0
- package/components/Icon/icons/assets/Spinner.d.ts +8 -0
- package/components/Icon/icons/assets/Spinner.d.ts.map +1 -0
- package/components/Icon/icons/assets/Spinner.js +61 -0
- package/components/Icon/icons/assets/Success.d.ts +8 -0
- package/components/Icon/icons/assets/Success.d.ts.map +1 -0
- package/components/Icon/icons/assets/Success.js +35 -0
- package/components/Icon/icons/assets/Touchscreen.d.ts +8 -0
- package/components/Icon/icons/assets/Touchscreen.d.ts.map +1 -0
- package/components/Icon/icons/assets/Touchscreen.js +36 -0
- package/components/Icon/icons/assets/UploadCloud.d.ts +8 -0
- package/components/Icon/icons/assets/UploadCloud.d.ts.map +1 -0
- package/components/Icon/icons/assets/UploadCloud.js +158 -0
- package/components/Icon/icons/assets/Warning.d.ts +8 -0
- package/components/Icon/icons/assets/Warning.d.ts.map +1 -0
- package/components/Icon/icons/assets/Warning.js +35 -0
- package/components/Icon/icons/assets/index.d.ts +57 -0
- package/components/Icon/icons/assets/index.d.ts.map +1 -0
- package/components/Icon/icons/assets/index.js +455 -0
- package/components/Icon/icons/index.d.ts +8 -0
- package/components/Icon/icons/index.d.ts.map +1 -0
- package/components/Icon/icons/index.js +179 -0
- package/components/Icon/styles.scss +43 -0
- package/components/Navbar/NavFooter.d.ts +7 -0
- package/components/Navbar/NavFooter.d.ts.map +1 -0
- package/components/Navbar/NavFooter.js +19 -0
- package/components/Navbar/NavItem.d.ts +13 -0
- package/components/Navbar/NavItem.d.ts.map +1 -0
- package/components/Navbar/NavItem.js +42 -0
- package/components/Navbar/NavSection.d.ts +7 -0
- package/components/Navbar/NavSection.d.ts.map +1 -0
- package/components/Navbar/NavSection.js +23 -0
- package/components/Navbar/Navbar.d.ts +8 -0
- package/components/Navbar/Navbar.d.ts.map +1 -0
- package/components/Navbar/Navbar.js +64 -0
- package/components/Navbar/logo.svg +25 -0
- package/components/Navbar/styles.scss +159 -0
- package/components/Note.d.ts +6 -0
- package/components/Note.d.ts.map +1 -0
- package/components/Note.js +35 -0
- package/components/ProgressCircle/ProgressCircle.d.ts +10 -0
- package/components/ProgressCircle/ProgressCircle.d.ts.map +1 -0
- package/components/ProgressCircle/ProgressCircle.js +37 -0
- package/components/ProgressCircle/styles.scss +84 -0
- package/components/RadioButton.d.ts +10 -0
- package/components/RadioButton.d.ts.map +1 -0
- package/components/RadioButton.js +31 -0
- package/components/Select/Select.d.ts +23 -0
- package/components/Select/Select.d.ts.map +1 -0
- package/components/Select/Select.js +248 -0
- package/components/Select/styles.scss +282 -0
- package/components/Size.d.ts +2 -0
- package/components/Size.d.ts.map +1 -0
- package/components/Size.js +5 -0
- package/components/SummaryBox.d.ts +11 -0
- package/components/SummaryBox.d.ts.map +1 -0
- package/components/SummaryBox.js +79 -0
- package/components/Textfield/Textfield.d.ts +27 -0
- package/components/Textfield/Textfield.d.ts.map +1 -0
- package/components/Textfield/Textfield.js +123 -0
- package/components/Textfield/styles.scss +216 -0
- package/components/table/EnhancedTableToolbar.d.ts +9 -0
- package/components/table/EnhancedTableToolbar.d.ts.map +1 -0
- package/components/table/EnhancedTableToolbar.js +53 -0
- package/components/table/TableCellRenderer.d.ts +26 -0
- package/components/table/TableCellRenderer.d.ts.map +1 -0
- package/components/table/TableCellRenderer.js +166 -0
- package/components/table/TableHeader.d.ts +16 -0
- package/components/table/TableHeader.d.ts.map +1 -0
- package/components/table/TableHeader.js +68 -0
- package/components/table/TableHeaderItem.d.ts +17 -0
- package/components/table/TableHeaderItem.d.ts.map +1 -0
- package/components/table/TableHeaderItem.js +77 -0
- package/components/table/index.d.ts +40 -0
- package/components/table/index.d.ts.map +1 -0
- package/components/table/index.js +322 -0
- package/components/table/sort.d.ts +9 -0
- package/components/table/sort.d.ts.map +1 -0
- package/components/table/sort.js +51 -0
- package/components/table/types.d.ts +22 -0
- package/components/table/types.d.ts.map +1 -0
- package/components/table/types.js +5 -0
- package/fonts/Inter.ttf +0 -0
- package/index.css +13 -0
- package/index.d.ts +28 -0
- package/index.d.ts.map +1 -0
- package/license-report.html +50 -0
- package/package.json +1 -77
- package/setupTests.d.ts +2 -0
- package/setupTests.d.ts.map +1 -0
- package/setupTests.js +5 -0
- package/stories/Autocomplete.stories.d.ts +9 -0
- package/stories/Autocomplete.stories.d.ts.map +1 -0
- package/stories/Button.stories.d.ts +35 -0
- package/stories/Button.stories.d.ts.map +1 -0
- package/stories/Checkbox.stories.d.ts +9 -0
- package/stories/Checkbox.stories.d.ts.map +1 -0
- package/stories/DatePicker.stories.d.ts +11 -0
- package/stories/DatePicker.stories.d.ts.map +1 -0
- package/stories/DialogBox.stories.d.ts +14 -0
- package/stories/DialogBox.stories.d.ts.map +1 -0
- package/stories/Divisor.stories.d.ts +20 -0
- package/stories/Divisor.stories.d.ts.map +1 -0
- package/stories/Dropdown.stories.d.ts +9 -0
- package/stories/Dropdown.stories.d.ts.map +1 -0
- package/stories/Icon.stories.d.ts +9 -0
- package/stories/Icon.stories.d.ts.map +1 -0
- package/stories/Navbar.stories.d.ts +10 -0
- package/stories/Navbar.stories.d.ts.map +1 -0
- package/stories/Note.stories.d.ts +9 -0
- package/stories/Note.stories.d.ts.map +1 -0
- package/stories/ProgressCircle.stories.d.ts +9 -0
- package/stories/ProgressCircle.stories.d.ts.map +1 -0
- package/stories/RadioButton.stories.d.ts +9 -0
- package/stories/RadioButton.stories.d.ts.map +1 -0
- package/stories/Select.stories.d.ts +9 -0
- package/stories/Select.stories.d.ts.map +1 -0
- package/stories/SummaryBox.stories.d.ts +11 -0
- package/stories/SummaryBox.stories.d.ts.map +1 -0
- package/stories/Table.stories.d.ts +12 -0
- package/stories/Table.stories.d.ts.map +1 -0
- package/stories/TextfieldNew.stories.d.ts +29 -0
- package/stories/TextfieldNew.stories.d.ts.map +1 -0
- package/style-dictionary-dist/button_variables.scss +299 -0
- package/style-dictionary-dist/dialogBox_variables.scss +251 -0
- package/style-dictionary-dist/navbar_variables.scss +257 -0
- package/style-dictionary-dist/progressCircle_variables.scss +251 -0
- package/style-dictionary-dist/textfield_variables.scss +297 -0
- package/theme.d.ts +60 -0
- package/theme.d.ts.map +1 -0
- package/theme.js +76 -0
- package/utils/date.d.ts +3 -0
- package/utils/date.d.ts.map +1 -0
- package/utils/date.js +13 -0
- package/utils/index.d.ts +6 -0
- package/utils/index.d.ts.map +1 -0
- package/utils/index.js +39 -0
- package/utils/preventDefaultEvent.d.ts +4 -0
- package/utils/preventDefaultEvent.d.ts.map +1 -0
- package/utils/preventDefaultEvent.js +13 -0
- package/utils/text.d.ts +3 -0
- package/utils/text.d.ts.map +1 -0
- package/utils/text.js +13 -0
- package/utils/useDeviceInfo.d.ts +42 -0
- package/utils/useDeviceInfo.d.ts.map +1 -0
- package/utils/useDeviceInfo.js +87 -0
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
|
|
10
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
|
11
|
+
|
|
12
|
+
var React = _interopRequireWildcard(require("react"));
|
|
13
|
+
|
|
14
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
15
|
+
|
|
16
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
17
|
+
|
|
18
|
+
var SvgBlobbyIconHappy = function SvgBlobbyIconHappy(_ref) {
|
|
19
|
+
var title = _ref.title,
|
|
20
|
+
titleId = _ref.titleId,
|
|
21
|
+
props = (0, _objectWithoutProperties2.default)(_ref, ["title", "titleId"]);
|
|
22
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
23
|
+
viewBox: "0 0 200 128",
|
|
24
|
+
fill: "none",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
+
"aria-labelledby": titleId
|
|
27
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
28
|
+
id: titleId
|
|
29
|
+
}, title) : null, /*#__PURE__*/React.createElement("g", {
|
|
30
|
+
clipPath: "url(#blobby-icon-happy_svg__a)"
|
|
31
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
32
|
+
fillRule: "evenodd",
|
|
33
|
+
clipRule: "evenodd",
|
|
34
|
+
d: "M97.492 4.026c24.033-.76 45.335 14.966 53.284 37.66 8.572 24.47 4.488 52.73-16.101 68.491-22.132 16.943-53.93 19.23-75.615 1.718C39.75 96.3 45.34 68.141 53.67 44.76c7.4-20.77 21.784-40.036 43.822-40.734Z",
|
|
35
|
+
fill: "#F0F4FF"
|
|
36
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
37
|
+
fillRule: "evenodd",
|
|
38
|
+
clipRule: "evenodd",
|
|
39
|
+
d: "M97.492 4.026c24.033-.76 45.335 14.966 53.284 37.66 8.572 24.47 4.488 52.73-16.101 68.491-22.132 16.943-53.93 19.23-75.615 1.718C39.75 96.3 45.34 68.141 53.67 44.76c7.4-20.77 21.784-40.036 43.822-40.734Z",
|
|
40
|
+
fill: "url(#blobby-icon-happy_svg__b)",
|
|
41
|
+
fillOpacity: 0.2
|
|
42
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
43
|
+
d: "M56.999 35.449h-.02c-2.75 0-4.98-3.33-4.999-7.449-.018 4.11-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449h.019Z",
|
|
44
|
+
fill: "url(#blobby-icon-happy_svg__c)"
|
|
45
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
46
|
+
d: "M152.999 64.449h-.019c-2.75 0-4.982-3.33-5-7.449-.018 4.11-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449h.019Z",
|
|
47
|
+
fill: "url(#blobby-icon-happy_svg__d)"
|
|
48
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
49
|
+
d: "M84.999 93.449h-.02c-2.75 0-4.98-3.33-4.999-7.449-.018 4.11-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449h.019Z",
|
|
50
|
+
fill: "url(#blobby-icon-happy_svg__e)"
|
|
51
|
+
}), /*#__PURE__*/React.createElement("mask", {
|
|
52
|
+
id: "blobby-icon-happy_svg__g",
|
|
53
|
+
style: {
|
|
54
|
+
maskType: 'alpha'
|
|
55
|
+
},
|
|
56
|
+
maskUnits: "userSpaceOnUse",
|
|
57
|
+
x: 46,
|
|
58
|
+
y: 4,
|
|
59
|
+
width: 109,
|
|
60
|
+
height: 120
|
|
61
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
62
|
+
fillRule: "evenodd",
|
|
63
|
+
clipRule: "evenodd",
|
|
64
|
+
d: "M97.492 4.026c24.033-.76 45.335 14.966 53.284 37.66 8.572 24.47 4.488 52.73-16.101 68.491-22.132 16.943-53.93 19.23-75.615 1.718C39.75 96.3 45.34 68.141 53.67 44.76c7.4-20.77 21.784-40.036 43.822-40.734Z",
|
|
65
|
+
fill: "#F0F4FF"
|
|
66
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
67
|
+
fillRule: "evenodd",
|
|
68
|
+
clipRule: "evenodd",
|
|
69
|
+
d: "M97.492 4.026c24.033-.76 45.335 14.966 53.284 37.66 8.572 24.47 4.488 52.73-16.101 68.491-22.132 16.943-53.93 19.23-75.615 1.718C39.75 96.3 45.34 68.141 53.67 44.76c7.4-20.77 21.784-40.036 43.822-40.734Z",
|
|
70
|
+
fill: "url(#blobby-icon-happy_svg__f)",
|
|
71
|
+
fillOpacity: 0.2
|
|
72
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
73
|
+
mask: "url(#blobby-icon-happy_svg__g)"
|
|
74
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
75
|
+
opacity: 0.25,
|
|
76
|
+
d: "M160.321 86.616 119.614 45.91 82.227 83.856l40.229 40.229 37.865-37.469Z",
|
|
77
|
+
fill: "url(#blobby-icon-happy_svg__h)"
|
|
78
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
79
|
+
d: "M73.333 64c0-14.704 11.963-26.667 26.667-26.667 14.704 0 26.667 11.963 26.667 26.667 0 14.704-11.963 26.667-26.667 26.667-14.704 0-26.667-11.963-26.667-26.667Z",
|
|
80
|
+
fill: "#F0F4FF"
|
|
81
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
82
|
+
d: "M100 37.333c-14.704 0-26.667 11.963-26.667 26.667 0 14.704 11.963 26.667 26.667 26.667 14.704 0 26.667-11.963 26.667-26.667 0-14.704-11.963-26.667-26.667-26.667Zm0 4c12.542 0 22.667 10.125 22.667 22.667 0 12.542-10.125 22.667-22.667 22.667-12.542 0-22.667-10.125-22.667-22.667 0-12.542 10.125-22.667 22.667-22.667ZM92 54a3.333 3.333 0 1 0 0 6.667A3.333 3.333 0 0 0 92 54Zm16 0a3.333 3.333 0 1 0 0 6.666A3.333 3.333 0 0 0 108 54ZM89.031 69.313a2.001 2.001 0 0 0-1.588 3.257A15.961 15.961 0 0 0 100 78.667c5.076 0 9.631-2.379 12.557-6.097a1.99 1.99 0 0 0 .433-1.481 2.005 2.005 0 0 0-1.453-1.704 2 2 0 0 0-2.123.711 11.927 11.927 0 0 1-9.414 4.57c-3.83 0-7.22-1.781-9.414-4.57a2 2 0 0 0-1.555-.784Z",
|
|
83
|
+
fill: "#0067C8"
|
|
84
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
85
|
+
id: "blobby-icon-happy_svg__b",
|
|
86
|
+
x1: 126.563,
|
|
87
|
+
y1: 104,
|
|
88
|
+
x2: 75.218,
|
|
89
|
+
y2: 4.481,
|
|
90
|
+
gradientUnits: "userSpaceOnUse"
|
|
91
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
92
|
+
stopColor: "#007DF2"
|
|
93
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
94
|
+
offset: 1,
|
|
95
|
+
stopColor: "#53EA9F"
|
|
96
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
97
|
+
id: "blobby-icon-happy_svg__c",
|
|
98
|
+
x1: 47,
|
|
99
|
+
y1: 28,
|
|
100
|
+
x2: 57,
|
|
101
|
+
y2: 43,
|
|
102
|
+
gradientUnits: "userSpaceOnUse"
|
|
103
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
104
|
+
stopColor: "#308F5F"
|
|
105
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
106
|
+
offset: 1,
|
|
107
|
+
stopColor: "#007DF2"
|
|
108
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
109
|
+
id: "blobby-icon-happy_svg__d",
|
|
110
|
+
x1: 143,
|
|
111
|
+
y1: 57,
|
|
112
|
+
x2: 153,
|
|
113
|
+
y2: 72,
|
|
114
|
+
gradientUnits: "userSpaceOnUse"
|
|
115
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
116
|
+
stopColor: "#308F5F"
|
|
117
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
118
|
+
offset: 1,
|
|
119
|
+
stopColor: "#007DF2"
|
|
120
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
121
|
+
id: "blobby-icon-happy_svg__e",
|
|
122
|
+
x1: 75,
|
|
123
|
+
y1: 86,
|
|
124
|
+
x2: 85,
|
|
125
|
+
y2: 101,
|
|
126
|
+
gradientUnits: "userSpaceOnUse"
|
|
127
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
128
|
+
stopColor: "#308F5F"
|
|
129
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
130
|
+
offset: 1,
|
|
131
|
+
stopColor: "#007DF2"
|
|
132
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
133
|
+
id: "blobby-icon-happy_svg__f",
|
|
134
|
+
x1: 126.563,
|
|
135
|
+
y1: 104,
|
|
136
|
+
x2: 75.218,
|
|
137
|
+
y2: 4.481,
|
|
138
|
+
gradientUnits: "userSpaceOnUse"
|
|
139
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
140
|
+
stopColor: "#007DF2"
|
|
141
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
142
|
+
offset: 1,
|
|
143
|
+
stopColor: "#53EA9F"
|
|
144
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
145
|
+
id: "blobby-icon-happy_svg__h",
|
|
146
|
+
x1: 93.765,
|
|
147
|
+
y1: 72.435,
|
|
148
|
+
x2: 133.246,
|
|
149
|
+
y2: 114.68,
|
|
150
|
+
gradientUnits: "userSpaceOnUse"
|
|
151
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
152
|
+
stopColor: "#308F5F"
|
|
153
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
154
|
+
offset: 1,
|
|
155
|
+
stopColor: "#007DF2"
|
|
156
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
157
|
+
id: "blobby-icon-happy_svg__a"
|
|
158
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
159
|
+
fill: "#fff",
|
|
160
|
+
d: "M0 0h200v128H0z"
|
|
161
|
+
}))));
|
|
162
|
+
};
|
|
163
|
+
|
|
164
|
+
var _default = SvgBlobbyIconHappy;
|
|
165
|
+
exports.default = _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgBlobbyIconHeartMonitor: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
|
7
|
+
export default SvgBlobbyIconHeartMonitor;
|
|
8
|
+
//# sourceMappingURL=BlobbyIconHeartMonitor.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BlobbyIconHeartMonitor.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icon/icons/assets/BlobbyIconHeartMonitor.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,QAAA,MAAM,yBAAyB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBAgGnG,CAAC;AAEF,eAAe,yBAAyB,CAAC"}
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
|
|
10
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
|
11
|
+
|
|
12
|
+
var React = _interopRequireWildcard(require("react"));
|
|
13
|
+
|
|
14
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
15
|
+
|
|
16
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
17
|
+
|
|
18
|
+
var SvgBlobbyIconHeartMonitor = function SvgBlobbyIconHeartMonitor(_ref) {
|
|
19
|
+
var title = _ref.title,
|
|
20
|
+
titleId = _ref.titleId,
|
|
21
|
+
props = (0, _objectWithoutProperties2.default)(_ref, ["title", "titleId"]);
|
|
22
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
23
|
+
viewBox: "0 0 200 128",
|
|
24
|
+
fill: "none",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
+
"aria-labelledby": titleId
|
|
27
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
28
|
+
id: titleId
|
|
29
|
+
}, title) : null, /*#__PURE__*/React.createElement("g", {
|
|
30
|
+
clipPath: "url(#blobby-icon-heart-monitor_svg__a)"
|
|
31
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
32
|
+
fillRule: "evenodd",
|
|
33
|
+
clipRule: "evenodd",
|
|
34
|
+
d: "M96.667 4.039c26.67-1.026 50.485 18.385 57.399 44.164 6.047 22.546-11.922 41.533-30.693 55.408-19.462 14.387-44.342 28.69-64.028 14.611-19.947-14.266-15.548-42.761-7.93-66.071 7.563-23.136 20.93-47.177 45.252-48.112Z",
|
|
35
|
+
fill: "#F0F4FF"
|
|
36
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
37
|
+
fillRule: "evenodd",
|
|
38
|
+
clipRule: "evenodd",
|
|
39
|
+
d: "M96.667 4.039c26.67-1.026 50.485 18.385 57.399 44.164 6.047 22.546-11.922 41.533-30.693 55.408-19.462 14.387-44.342 28.69-64.028 14.611-19.947-14.266-15.548-42.761-7.93-66.071 7.563-23.136 20.93-47.177 45.252-48.112Z",
|
|
40
|
+
fill: "url(#blobby-icon-heart-monitor_svg__b)",
|
|
41
|
+
fillOpacity: 0.2
|
|
42
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
43
|
+
d: "M146.999 101.449h-.019c-2.75 0-4.982-3.33-5-7.449-.018 4.11-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449h.019Z",
|
|
44
|
+
fill: "url(#blobby-icon-heart-monitor_svg__c)"
|
|
45
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
46
|
+
d: "M87.999 26.449h-.02c-2.75 0-4.98-3.33-4.999-7.449-.018 4.11-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449h.019Z",
|
|
47
|
+
fill: "url(#blobby-icon-heart-monitor_svg__d)"
|
|
48
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
49
|
+
d: "M63.999 77.449h-.02c-2.75 0-4.98-3.33-4.999-7.449-.018 4.11-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449h.019Z",
|
|
50
|
+
fill: "url(#blobby-icon-heart-monitor_svg__e)"
|
|
51
|
+
}), /*#__PURE__*/React.createElement("mask", {
|
|
52
|
+
id: "blobby-icon-heart-monitor_svg__g",
|
|
53
|
+
style: {
|
|
54
|
+
maskType: 'alpha'
|
|
55
|
+
},
|
|
56
|
+
maskUnits: "userSpaceOnUse",
|
|
57
|
+
x: 0,
|
|
58
|
+
y: 0,
|
|
59
|
+
width: 200,
|
|
60
|
+
height: 128
|
|
61
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
62
|
+
fillRule: "evenodd",
|
|
63
|
+
clipRule: "evenodd",
|
|
64
|
+
d: "M96.667 4.039c26.67-1.026 50.485 18.385 57.399 44.164 6.047 22.546-11.922 41.533-30.693 55.408-19.462 14.387-44.342 28.69-64.028 14.611-19.947-14.266-15.548-42.761-7.93-66.071 7.563-23.136 20.93-47.177 45.252-48.112Z",
|
|
65
|
+
fill: "#F0F4FF"
|
|
66
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
67
|
+
fillRule: "evenodd",
|
|
68
|
+
clipRule: "evenodd",
|
|
69
|
+
d: "M96.667 4.039c26.67-1.026 50.485 18.385 57.399 44.164 6.047 22.546-11.922 41.533-30.693 55.408-19.462 14.387-44.342 28.69-64.028 14.611-19.947-14.266-15.548-42.761-7.93-66.071 7.563-23.136 20.93-47.177 45.252-48.112Z",
|
|
70
|
+
fill: "url(#blobby-icon-heart-monitor_svg__f)",
|
|
71
|
+
fillOpacity: 0.2
|
|
72
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
73
|
+
mask: "url(#blobby-icon-heart-monitor_svg__g)"
|
|
74
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
75
|
+
opacity: 0.25,
|
|
76
|
+
d: "M159.7 77.7 125 43 75.64 85.641 107.5 117.5l52.2-39.8Z",
|
|
77
|
+
fill: "url(#blobby-icon-heart-monitor_svg__h)"
|
|
78
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
79
|
+
d: "M73.333 47.333c0-4.026 3.307-7.333 7.334-7.333h38.666c4.027 0 7.334 3.307 7.334 7.333v33.334c0 4.026-3.307 7.333-7.334 7.333H80.667c-4.027 0-7.334-3.307-7.334-7.333V47.333Z",
|
|
80
|
+
fill: "#F0F4FF"
|
|
81
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
82
|
+
d: "M80.667 40c-4.027 0-7.334 3.307-7.334 7.333v33.334c0 4.026 3.307 7.333 7.334 7.333h38.666c4.027 0 7.334-3.307 7.334-7.333V47.333c0-4.026-3.307-7.333-7.334-7.333H80.667Zm0 4h38.666a3.304 3.304 0 0 1 3.334 3.333v33.334A3.304 3.304 0 0 1 119.333 84H80.667a3.304 3.304 0 0 1-3.334-3.333V68h3.334c.702 0 1.353-.367 1.713-.971l2.024-3.367 3.768 8.484a2.003 2.003 0 0 0 1.82 1.187c.796-.032 1.503-.456 1.828-1.171l4.623-10.172 5.007 14.018a1.996 1.996 0 0 0 1.883 1.325 2 2 0 0 0 1.789-1.104l4.782-9.562h1.432A3.327 3.327 0 0 0 114 68a3.333 3.333 0 1 0-2.664-5.333h-2.669c-.758 0-1.451.426-1.789 1.104l-3.237 6.476-5.092-14.255a1.998 1.998 0 0 0-1.8-1.323 1.974 1.974 0 0 0-1.903 1.17l-4.825 10.617-3.529-7.935a2 2 0 0 0-3.542-.216L79.534 64h-2.2V47.333A3.304 3.304 0 0 1 80.666 44Z",
|
|
83
|
+
fill: "#0067C8"
|
|
84
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
85
|
+
id: "blobby-icon-heart-monitor_svg__b",
|
|
86
|
+
x1: 126.5,
|
|
87
|
+
y1: 104,
|
|
88
|
+
x2: 75.5,
|
|
89
|
+
y2: 4,
|
|
90
|
+
gradientUnits: "userSpaceOnUse"
|
|
91
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
92
|
+
stopColor: "#007DF2"
|
|
93
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
94
|
+
offset: 1,
|
|
95
|
+
stopColor: "#53EA9F"
|
|
96
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
97
|
+
id: "blobby-icon-heart-monitor_svg__c",
|
|
98
|
+
x1: 137,
|
|
99
|
+
y1: 94,
|
|
100
|
+
x2: 147,
|
|
101
|
+
y2: 109,
|
|
102
|
+
gradientUnits: "userSpaceOnUse"
|
|
103
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
104
|
+
stopColor: "#308F5F"
|
|
105
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
106
|
+
offset: 1,
|
|
107
|
+
stopColor: "#007DF2"
|
|
108
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
109
|
+
id: "blobby-icon-heart-monitor_svg__d",
|
|
110
|
+
x1: 78,
|
|
111
|
+
y1: 19,
|
|
112
|
+
x2: 88,
|
|
113
|
+
y2: 34,
|
|
114
|
+
gradientUnits: "userSpaceOnUse"
|
|
115
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
116
|
+
stopColor: "#308F5F"
|
|
117
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
118
|
+
offset: 1,
|
|
119
|
+
stopColor: "#007DF2"
|
|
120
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
121
|
+
id: "blobby-icon-heart-monitor_svg__e",
|
|
122
|
+
x1: 54,
|
|
123
|
+
y1: 70,
|
|
124
|
+
x2: 64,
|
|
125
|
+
y2: 85,
|
|
126
|
+
gradientUnits: "userSpaceOnUse"
|
|
127
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
128
|
+
stopColor: "#308F5F"
|
|
129
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
130
|
+
offset: 1,
|
|
131
|
+
stopColor: "#007DF2"
|
|
132
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
133
|
+
id: "blobby-icon-heart-monitor_svg__f",
|
|
134
|
+
x1: 126.5,
|
|
135
|
+
y1: 104,
|
|
136
|
+
x2: 75.5,
|
|
137
|
+
y2: 4,
|
|
138
|
+
gradientUnits: "userSpaceOnUse"
|
|
139
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
140
|
+
stopColor: "#007DF2"
|
|
141
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
142
|
+
offset: 1,
|
|
143
|
+
stopColor: "#53EA9F"
|
|
144
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
145
|
+
id: "blobby-icon-heart-monitor_svg__h",
|
|
146
|
+
x1: 92.5,
|
|
147
|
+
y1: 71.169,
|
|
148
|
+
x2: 124.184,
|
|
149
|
+
y2: 105.072,
|
|
150
|
+
gradientUnits: "userSpaceOnUse"
|
|
151
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
152
|
+
stopColor: "#308F5F"
|
|
153
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
154
|
+
offset: 1,
|
|
155
|
+
stopColor: "#007DF2"
|
|
156
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
157
|
+
id: "blobby-icon-heart-monitor_svg__a"
|
|
158
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
159
|
+
fill: "#fff",
|
|
160
|
+
d: "M0 0h200v128H0z"
|
|
161
|
+
}))));
|
|
162
|
+
};
|
|
163
|
+
|
|
164
|
+
var _default = SvgBlobbyIconHeartMonitor;
|
|
165
|
+
exports.default = _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgBlobbyIconLeaf: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
|
7
|
+
export default SvgBlobbyIconLeaf;
|
|
8
|
+
//# sourceMappingURL=BlobbyIconLeaf.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BlobbyIconLeaf.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icon/icons/assets/BlobbyIconLeaf.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,QAAA,MAAM,iBAAiB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBAgG3F,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
|
|
10
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
|
11
|
+
|
|
12
|
+
var React = _interopRequireWildcard(require("react"));
|
|
13
|
+
|
|
14
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
15
|
+
|
|
16
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
17
|
+
|
|
18
|
+
var SvgBlobbyIconLeaf = function SvgBlobbyIconLeaf(_ref) {
|
|
19
|
+
var title = _ref.title,
|
|
20
|
+
titleId = _ref.titleId,
|
|
21
|
+
props = (0, _objectWithoutProperties2.default)(_ref, ["title", "titleId"]);
|
|
22
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
23
|
+
viewBox: "0 0 200 128",
|
|
24
|
+
fill: "none",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
+
"aria-labelledby": titleId
|
|
27
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
28
|
+
id: titleId
|
|
29
|
+
}, title) : null, /*#__PURE__*/React.createElement("g", {
|
|
30
|
+
clipPath: "url(#blobby-icon-leaf_svg__a)"
|
|
31
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
32
|
+
fillRule: "evenodd",
|
|
33
|
+
clipRule: "evenodd",
|
|
34
|
+
d: "M85.957 4.231c27.911-2.327 55.85 13.068 64.879 39.58 9.385 27.56-1.432 58.971-25.993 74.602-21.169 13.473-47.12.371-66.2-15.926-14.37-12.272-16.13-31.86-11.069-50.066C53.656 30.547 63.332 6.117 85.958 4.23Z",
|
|
35
|
+
fill: "#F0F4FF"
|
|
36
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
37
|
+
fillRule: "evenodd",
|
|
38
|
+
clipRule: "evenodd",
|
|
39
|
+
d: "M85.957 4.231c27.911-2.327 55.85 13.068 64.879 39.58 9.385 27.56-1.432 58.971-25.993 74.602-21.169 13.473-47.12.371-66.2-15.926-14.37-12.272-16.13-31.86-11.069-50.066C53.656 30.547 63.332 6.117 85.958 4.23Z",
|
|
40
|
+
fill: "url(#blobby-icon-leaf_svg__b)",
|
|
41
|
+
fillOpacity: 0.2
|
|
42
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
43
|
+
d: "M108.999 107.449h-.019c-2.75 0-4.982-3.33-5-7.449-.018 4.109-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449h.019Z",
|
|
44
|
+
fill: "url(#blobby-icon-leaf_svg__c)"
|
|
45
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
46
|
+
d: "M142.999 20.449h-.019c-2.75 0-4.982-3.33-5-7.449-.018 4.11-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449h.019Z",
|
|
47
|
+
fill: "url(#blobby-icon-leaf_svg__d)"
|
|
48
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
49
|
+
d: "M66.999 43.449h-.02c-2.75 0-4.98-3.33-4.999-7.449-.018 4.11-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449h.019Z",
|
|
50
|
+
fill: "url(#blobby-icon-leaf_svg__e)"
|
|
51
|
+
}), /*#__PURE__*/React.createElement("mask", {
|
|
52
|
+
id: "blobby-icon-leaf_svg__g",
|
|
53
|
+
style: {
|
|
54
|
+
maskType: 'alpha'
|
|
55
|
+
},
|
|
56
|
+
maskUnits: "userSpaceOnUse",
|
|
57
|
+
x: 45,
|
|
58
|
+
y: 4,
|
|
59
|
+
width: 110,
|
|
60
|
+
height: 120
|
|
61
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
62
|
+
fillRule: "evenodd",
|
|
63
|
+
clipRule: "evenodd",
|
|
64
|
+
d: "M85.957 4.231c27.911-2.327 55.85 13.068 64.879 39.58 9.385 27.56-1.432 58.971-25.993 74.602-21.169 13.473-47.12.371-66.2-15.926-14.37-12.272-16.13-31.86-11.069-50.066C53.656 30.547 63.332 6.117 85.958 4.23Z",
|
|
65
|
+
fill: "#F0F4FF"
|
|
66
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
67
|
+
fillRule: "evenodd",
|
|
68
|
+
clipRule: "evenodd",
|
|
69
|
+
d: "M85.957 4.231c27.911-2.327 55.85 13.068 64.879 39.58 9.385 27.56-1.432 58.971-25.993 74.602-21.169 13.473-47.12.371-66.2-15.926-14.37-12.272-16.13-31.86-11.069-50.066C53.656 30.547 63.332 6.117 85.958 4.23Z",
|
|
70
|
+
fill: "url(#blobby-icon-leaf_svg__f)",
|
|
71
|
+
fillOpacity: 0.2
|
|
72
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
73
|
+
mask: "url(#blobby-icon-leaf_svg__g)"
|
|
74
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
75
|
+
opacity: 0.25,
|
|
76
|
+
d: "m162.332 85.1-47.037-47.036-37.401 51.988 40.23 40.23L162.332 85.1Z",
|
|
77
|
+
fill: "url(#blobby-icon-leaf_svg__h)"
|
|
78
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
79
|
+
d: "M109.57 36.79a6.012 6.012 0 0 1 1.805-.243 6.024 6.024 0 0 1 4.685 2.362c6.542 8.594 9.174 19.043 9.268 26.146.097 7.183-1.731 12.972-4.966 17.052-3.236 4.08-7.889 6.357-12.951 6.557l-.039.003h-.039c-1.998 0-5.922-.054-9.88-3.079l-.003-.001c-.24-.17-3.12-2.22-3.958-4.791-.287-.467-3.98 1.465-5.344 1.134-2.28-.8-4.527-1.99-6.497-3.873-3.148-3.008-5.568-7.342-5.568-12.455 0-2.755.313-6.218 2.5-9.873l.026-.044.032-.044C86.3 44.232 103.038 38.71 109.57 36.789Z",
|
|
80
|
+
fill: "#F0F4FF"
|
|
81
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
82
|
+
d: "M111.375 36.547a6.012 6.012 0 0 0-1.805.242c-6.531 1.921-23.27 7.443-30.93 18.852l-.03.044-.027.044c-2.187 3.655-2.5 7.118-2.5 9.873 0 5.113 2.42 9.447 5.568 12.455 1.97 1.883 4.217 3.072 6.497 3.873a32.396 32.396 0 0 1-9.421 4.83 2 2 0 1 0 1.213 3.813c15.53-4.942 25.179-19.55 28.365-34.612a2.001 2.001 0 0 0-3.914-.828c-1.878 8.876-6.174 17.445-12.584 23.656-2.08-.14-5.024-1.361-7.393-3.625-2.508-2.397-4.33-5.712-4.33-9.562 0-2.476.217-4.92 1.916-7.78 6.45-9.545 22.493-15.37 28.698-17.194a2.011 2.011 0 0 1 2.18.703c5.892 7.74 8.371 17.649 8.453 23.776v.002c.087 6.478-1.557 11.302-4.102 14.51-2.539 3.202-5.969 4.878-9.948 5.043-1.993 0-4.396.045-7.4-2.25a1.998 1.998 0 0 0-3.206 1.05 2 2 0 0 0 .778 2.126c3.958 3.025 7.882 3.079 9.88 3.079h.039l.039-.003c5.062-.2 9.715-2.478 12.951-6.557 3.235-4.08 5.063-9.869 4.966-17.052-.094-7.103-2.726-17.552-9.268-26.146a6.024 6.024 0 0 0-4.685-2.362Z",
|
|
83
|
+
fill: "#0067C8"
|
|
84
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
85
|
+
id: "blobby-icon-leaf_svg__b",
|
|
86
|
+
x1: 125.711,
|
|
87
|
+
y1: 104,
|
|
88
|
+
x2: 74.42,
|
|
89
|
+
y2: 4.404,
|
|
90
|
+
gradientUnits: "userSpaceOnUse"
|
|
91
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
92
|
+
stopColor: "#007DF2"
|
|
93
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
94
|
+
offset: 1,
|
|
95
|
+
stopColor: "#53EA9F"
|
|
96
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
97
|
+
id: "blobby-icon-leaf_svg__c",
|
|
98
|
+
x1: 99,
|
|
99
|
+
y1: 100,
|
|
100
|
+
x2: 109,
|
|
101
|
+
y2: 115,
|
|
102
|
+
gradientUnits: "userSpaceOnUse"
|
|
103
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
104
|
+
stopColor: "#308F5F"
|
|
105
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
106
|
+
offset: 1,
|
|
107
|
+
stopColor: "#007DF2"
|
|
108
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
109
|
+
id: "blobby-icon-leaf_svg__d",
|
|
110
|
+
x1: 133,
|
|
111
|
+
y1: 13,
|
|
112
|
+
x2: 143,
|
|
113
|
+
y2: 28,
|
|
114
|
+
gradientUnits: "userSpaceOnUse"
|
|
115
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
116
|
+
stopColor: "#308F5F"
|
|
117
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
118
|
+
offset: 1,
|
|
119
|
+
stopColor: "#007DF2"
|
|
120
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
121
|
+
id: "blobby-icon-leaf_svg__e",
|
|
122
|
+
x1: 57,
|
|
123
|
+
y1: 36,
|
|
124
|
+
x2: 67,
|
|
125
|
+
y2: 51,
|
|
126
|
+
gradientUnits: "userSpaceOnUse"
|
|
127
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
128
|
+
stopColor: "#308F5F"
|
|
129
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
130
|
+
offset: 1,
|
|
131
|
+
stopColor: "#007DF2"
|
|
132
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
133
|
+
id: "blobby-icon-leaf_svg__f",
|
|
134
|
+
x1: 125.711,
|
|
135
|
+
y1: 104,
|
|
136
|
+
x2: 74.42,
|
|
137
|
+
y2: 4.404,
|
|
138
|
+
gradientUnits: "userSpaceOnUse"
|
|
139
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
140
|
+
stopColor: "#007DF2"
|
|
141
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
142
|
+
offset: 1,
|
|
143
|
+
stopColor: "#53EA9F"
|
|
144
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
145
|
+
id: "blobby-icon-leaf_svg__h",
|
|
146
|
+
x1: 89.948,
|
|
147
|
+
y1: 68.617,
|
|
148
|
+
x2: 133.112,
|
|
149
|
+
y2: 114.805,
|
|
150
|
+
gradientUnits: "userSpaceOnUse"
|
|
151
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
152
|
+
stopColor: "#308F5F"
|
|
153
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
154
|
+
offset: 1,
|
|
155
|
+
stopColor: "#007DF2"
|
|
156
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
157
|
+
id: "blobby-icon-leaf_svg__a"
|
|
158
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
159
|
+
fill: "#fff",
|
|
160
|
+
d: "M0 0h200v128H0z"
|
|
161
|
+
}))));
|
|
162
|
+
};
|
|
163
|
+
|
|
164
|
+
var _default = SvgBlobbyIconLeaf;
|
|
165
|
+
exports.default = _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgBlobbyIconLibrary: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
|
7
|
+
export default SvgBlobbyIconLibrary;
|
|
8
|
+
//# sourceMappingURL=BlobbyIconLibrary.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BlobbyIconLibrary.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icon/icons/assets/BlobbyIconLibrary.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,QAAA,MAAM,oBAAoB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBAgG9F,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|