@terraware/web-components 1.0.2 → 1.0.5
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 +34 -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 +26 -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,8 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgSparkles: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
|
7
|
+
export default SvgSparkles;
|
|
8
|
+
//# sourceMappingURL=Sparkles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Sparkles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icon/icons/assets/Sparkles.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,WAAW,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBAQrF,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
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 SvgSparkles = function SvgSparkles(_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 24 24",
|
|
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("path", {
|
|
30
|
+
d: "M5.962 1.501a.75.75 0 0 0-.674.512l-.943 2.832-2.832.943a.75.75 0 0 0 0 1.424l2.83.944.945 2.831a.75.75 0 0 0 1.424 0l.943-2.832 2.832-.943a.75.75 0 0 0 0-1.424l-2.832-.943-.943-2.832a.75.75 0 0 0-.75-.512ZM6 4.623l.35 1.052a.75.75 0 0 0 .475.474l1.052.351-1.052.35a.75.75 0 0 0-.474.475L6 8.377l-.35-1.052a.75.75 0 0 0-.475-.474L4.123 6.5l1.052-.35a.75.75 0 0 0 .474-.475L6 4.623Zm9.72 1.378a.75.75 0 0 0-.684.52l-1.463 4.552-4.552 1.463a.75.75 0 0 0 0 1.428l4.552 1.463 1.463 4.553a.75.75 0 0 0 1.428 0l1.463-4.553 4.553-1.463a.75.75 0 0 0 0-1.428l-4.553-1.463-1.463-4.552A.75.75 0 0 0 15.72 6Zm.03 3.2.867 2.697a.75.75 0 0 0 .485.485l2.698.867-2.698.867a.75.75 0 0 0-.485.485L15.75 17.3l-.867-2.698a.75.75 0 0 0-.484-.485L11.7 13.25l2.699-.867a.751.751 0 0 0 .484-.485L15.75 9.2ZM5.212 14a.75.75 0 0 0-.674.512l-.757 2.27-2.268.755a.75.75 0 0 0 0 1.424l2.268.756.757 2.27a.75.75 0 0 0 1.424 0l.756-2.27 2.27-.756a.75.75 0 0 0 0-1.424l-2.27-.757-.756-2.268a.75.75 0 0 0-.75-.512Zm.038 3.121.163.49a.75.75 0 0 0 .475.475l.489.163-.49.163a.75.75 0 0 0-.474.475l-.163.49-.164-.49a.75.75 0 0 0-.475-.475l-.489-.163.49-.163a.75.75 0 0 0 .474-.475l.164-.49Z",
|
|
31
|
+
fill: "#3A4445"
|
|
32
|
+
}));
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
var _default = SvgSparkles;
|
|
36
|
+
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 SvgSpecies: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
|
7
|
+
export default SvgSpecies;
|
|
8
|
+
//# sourceMappingURL=Species.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Species.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icon/icons/assets/Species.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,UAAU,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBAKpF,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
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 SvgSpecies = function SvgSpecies(_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 24 24",
|
|
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("path", {
|
|
30
|
+
d: "M22 17.74a.75.75 0 0 0-.22-.52l-2.5-2.5a.75.75 0 1 0-1.06 1.06L19.44 17h-6.69c-.7 0-1.25-.55-1.25-1.25v-7a.751.751 0 1 0-1.5 0v7c0 1.51 1.24 2.75 2.75 2.75h6.69l-1.22 1.22a.75.75 0 1 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 .22-.54Zm-.5-11.5a.75.75 0 0 0-.22-.52l-2.5-2.5a.75.75 0 1 0-1.06 1.06l1.22 1.22H3.25a.75.75 0 1 0 0 1.5h15.69l-1.22 1.22a.75.75 0 1 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 .22-.54Z"
|
|
31
|
+
}));
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
var _default = SvgSpecies;
|
|
35
|
+
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 SvgSpecies2: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
|
7
|
+
export default SvgSpecies2;
|
|
8
|
+
//# sourceMappingURL=Species2.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Species2.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icon/icons/assets/Species2.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,WAAW,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBA+FrF,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,158 @@
|
|
|
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 SvgSpecies2 = function SvgSpecies2(_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("path", {
|
|
30
|
+
fillRule: "evenodd",
|
|
31
|
+
clipRule: "evenodd",
|
|
32
|
+
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",
|
|
33
|
+
fill: "#F0F4FF"
|
|
34
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
35
|
+
fillRule: "evenodd",
|
|
36
|
+
clipRule: "evenodd",
|
|
37
|
+
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",
|
|
38
|
+
fill: "url(#species2_svg__a)",
|
|
39
|
+
fillOpacity: 0.2
|
|
40
|
+
}), /*#__PURE__*/React.createElement("mask", {
|
|
41
|
+
id: "species2_svg__c",
|
|
42
|
+
style: {
|
|
43
|
+
maskType: 'alpha'
|
|
44
|
+
},
|
|
45
|
+
maskUnits: "userSpaceOnUse",
|
|
46
|
+
x: 45,
|
|
47
|
+
y: 4,
|
|
48
|
+
width: 110,
|
|
49
|
+
height: 120
|
|
50
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
51
|
+
fillRule: "evenodd",
|
|
52
|
+
clipRule: "evenodd",
|
|
53
|
+
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",
|
|
54
|
+
fill: "#F0F4FF"
|
|
55
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
56
|
+
fillRule: "evenodd",
|
|
57
|
+
clipRule: "evenodd",
|
|
58
|
+
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",
|
|
59
|
+
fill: "url(#species2_svg__b)",
|
|
60
|
+
fillOpacity: 0.2
|
|
61
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
62
|
+
mask: "url(#species2_svg__c)"
|
|
63
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
64
|
+
opacity: 0.25,
|
|
65
|
+
d: "M82.573 37.063c-2.593 0-4.74 2.146-4.74 4.74v8.124c0 1.321.557 2.526 1.446 3.39C80.136 54.15 87 61 87 61l2.5 1-3.54 20.427c0 1.275.518 2.442 1.354 3.299C88.177 86.612 129 127 129 127l26.187-1.448v2.031c0 2.593 2.147 4.74 4.74 4.74h10.833c2.594 0 4.74-2.147 4.74-4.74l-54.333-46.51c0-2.593-2.147-4.74-4.74-4.74l52.792 49.896c-2.593 0-4.74 2.147-4.74 4.74V133h-10.156c-.4 0-.677-.278-.677-.677l18.854-2.232-8.021-14.695-6.792-6.948c0 2.593 2.147 4.739 4.74 4.739h10.833c2.594 0 4.74-2.146 4.74-4.739l-28.5-22.722S120.725 57.146 120 56.31a4.738 4.738 0 0 0-3.573-1.644h-10.833c-2.594 0-4.74 2.146-4.74 4.74v2.03H90.021l72.427 51.75 11.489 16.167c2.594 0 1.063-17.636 1.063-20.229L117 58.5S97.712 39.562 97 38.731a4.74 4.74 0 0 0-3.594-1.669H82.573Zm0 4.062h10.833c.4 0 .677.278.677.677v8.125c0 .4-.277.677-.677.677h-5.083a2.027 2.027 0 0 0-.659 0h-5.091c-.4 0-.677-.277-.677-.677v-8.125c0-.4.277-.677.677-.677Zm23.021 17.604L117 58.5s.104.507.104.906l56.833 49.042c0 .399-.277.677-.677.677h-10.833c-.4 0-.677-.278-.677-.677l6.792 5.25c.035-.218-63.59-50.336-63.625-50.555v-3.737c0-.4.277-.677.677-.677Zm48.729 66.948h10.833c.4 0 .677.278.677.677l5.604 1.229c0 .4-.277.677-.677.677h-10.833c-.4 0-.677-.277-.677-.677v-3.729c.036-.218-5.568 6.455-5.604 6.237v-3.737c0-.399.277-.677.677-.677Z",
|
|
66
|
+
fill: "url(#species2_svg__d)"
|
|
67
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
68
|
+
d: "M149.999 67.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",
|
|
69
|
+
fill: "url(#species2_svg__e)"
|
|
70
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
71
|
+
d: "M75.999 24.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",
|
|
72
|
+
fill: "url(#species2_svg__f)"
|
|
73
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
74
|
+
d: "M69.999 104.449h-.02c-2.75 0-4.98-3.33-4.999-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",
|
|
75
|
+
fill: "url(#species2_svg__g)"
|
|
76
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
77
|
+
d: "M82.573 41.125h10.833c.4 0 .677.278.677.677v8.125c0 .4-.277.677-.677.677h-5.083a2.027 2.027 0 0 0-.659 0h-5.091c-.4 0-.677-.277-.677-.677v-8.125c0-.4.277-.677.677-.677Zm23.021 17.604h10.833c.4 0 .677.278.677.677v8.125c0 .4-.277.677-.677.677h-10.833c-.4 0-.677-.277-.677-.677v-3.729c.035-.218.035-.44 0-.659v-3.737c0-.4.277-.677.677-.677Zm0 21.667h10.833c.4 0 .677.277.677.677v8.125c0 .4-.277.677-.677.677h-10.833c-.4 0-.677-.278-.677-.677v-3.73c.035-.217.035-.44 0-.658v-3.737c0-.4.277-.677.677-.677Z",
|
|
78
|
+
fill: "#F0F4FF"
|
|
79
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
80
|
+
d: "M82.573 37.063c-2.593 0-4.74 2.146-4.74 4.74v8.124c0 2.593 2.147 4.74 4.74 4.74h3.385v27.76c0 2.593 2.147 4.74 4.74 4.74h10.156v2.03c0 2.594 2.146 4.74 4.74 4.74h10.833c2.593 0 4.74-2.146 4.74-4.74v-8.124c0-2.593-2.147-4.74-4.74-4.74h-10.833c-2.594 0-4.74 2.147-4.74 4.74v2.031H90.698c-.4 0-.677-.277-.677-.677V65.5h10.833v2.031c0 2.593 2.146 4.74 4.74 4.74h10.833c2.593 0 4.74-2.147 4.74-4.74v-8.125c0-2.593-2.147-4.74-4.74-4.74h-10.833c-2.594 0-4.74 2.147-4.74 4.74v2.032H90.021v-6.771h3.385c2.593 0 4.74-2.147 4.74-4.74v-8.125c0-2.593-2.147-4.74-4.74-4.74H82.573Zm0 4.062h10.833c.4 0 .677.278.677.677v8.125c0 .4-.277.677-.677.677h-5.083a2.027 2.027 0 0 0-.659 0h-5.091c-.4 0-.677-.277-.677-.677v-8.125c0-.4.277-.677.677-.677Zm23.021 17.604h10.833c.4 0 .677.278.677.677v8.125c0 .4-.277.677-.677.677h-10.833c-.4 0-.677-.277-.677-.677v-3.729c.035-.218.035-.44 0-.659v-3.737c0-.4.277-.677.677-.677Zm0 21.667h10.833c.4 0 .677.277.677.677v8.125c0 .4-.277.677-.677.677h-10.833c-.4 0-.677-.278-.677-.677v-3.73c.035-.217.035-.44 0-.658v-3.737c0-.4.277-.677.677-.677Z",
|
|
81
|
+
fill: "#0067C8"
|
|
82
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
83
|
+
id: "species2_svg__a",
|
|
84
|
+
x1: 125.711,
|
|
85
|
+
y1: 104,
|
|
86
|
+
x2: 74.42,
|
|
87
|
+
y2: 4.404,
|
|
88
|
+
gradientUnits: "userSpaceOnUse"
|
|
89
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
90
|
+
stopColor: "#007DF2"
|
|
91
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
92
|
+
offset: 1,
|
|
93
|
+
stopColor: "#53EA9F"
|
|
94
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
95
|
+
id: "species2_svg__b",
|
|
96
|
+
x1: 125.711,
|
|
97
|
+
y1: 104,
|
|
98
|
+
x2: 74.42,
|
|
99
|
+
y2: 4.404,
|
|
100
|
+
gradientUnits: "userSpaceOnUse"
|
|
101
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
102
|
+
stopColor: "#007DF2"
|
|
103
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
104
|
+
offset: 1,
|
|
105
|
+
stopColor: "#53EA9F"
|
|
106
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
107
|
+
id: "species2_svg__d",
|
|
108
|
+
x1: 77.772,
|
|
109
|
+
y1: 37.091,
|
|
110
|
+
x2: 87.37,
|
|
111
|
+
y2: 45.368,
|
|
112
|
+
gradientUnits: "userSpaceOnUse"
|
|
113
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
114
|
+
stopColor: "#308F5F"
|
|
115
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
116
|
+
offset: 1,
|
|
117
|
+
stopColor: "#007DF2"
|
|
118
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
119
|
+
id: "species2_svg__e",
|
|
120
|
+
x1: 140,
|
|
121
|
+
y1: 60,
|
|
122
|
+
x2: 150,
|
|
123
|
+
y2: 75,
|
|
124
|
+
gradientUnits: "userSpaceOnUse"
|
|
125
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
126
|
+
stopColor: "#308F5F"
|
|
127
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
128
|
+
offset: 1,
|
|
129
|
+
stopColor: "#007DF2"
|
|
130
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
131
|
+
id: "species2_svg__f",
|
|
132
|
+
x1: 66,
|
|
133
|
+
y1: 17,
|
|
134
|
+
x2: 76,
|
|
135
|
+
y2: 32,
|
|
136
|
+
gradientUnits: "userSpaceOnUse"
|
|
137
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
138
|
+
stopColor: "#308F5F"
|
|
139
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
140
|
+
offset: 1,
|
|
141
|
+
stopColor: "#007DF2"
|
|
142
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
143
|
+
id: "species2_svg__g",
|
|
144
|
+
x1: 60,
|
|
145
|
+
y1: 97,
|
|
146
|
+
x2: 70,
|
|
147
|
+
y2: 112,
|
|
148
|
+
gradientUnits: "userSpaceOnUse"
|
|
149
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
150
|
+
stopColor: "#308F5F"
|
|
151
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
152
|
+
offset: 1,
|
|
153
|
+
stopColor: "#007DF2"
|
|
154
|
+
}))));
|
|
155
|
+
};
|
|
156
|
+
|
|
157
|
+
var _default = SvgSpecies2;
|
|
158
|
+
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 SvgSpinner: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
|
7
|
+
export default SvgSpinner;
|
|
8
|
+
//# sourceMappingURL=Spinner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Spinner.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icon/icons/assets/Spinner.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,UAAU,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBAapF,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,61 @@
|
|
|
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 SvgSpinner = function SvgSpinner(_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
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24
|
+
viewBox: "0 0 48 48",
|
|
25
|
+
xmlSpace: "preserve",
|
|
26
|
+
"aria-labelledby": titleId
|
|
27
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
28
|
+
id: titleId
|
|
29
|
+
}, title) : null, /*#__PURE__*/React.createElement("circle", {
|
|
30
|
+
fill: "none",
|
|
31
|
+
cx: 24,
|
|
32
|
+
cy: 24,
|
|
33
|
+
r: 20
|
|
34
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
35
|
+
d: "M24 12c-.8 0-1.5-.7-1.5-1.5v-5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5v5c0 .8-.7 1.5-1.5 1.5z"
|
|
36
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
37
|
+
opacity: 0.1,
|
|
38
|
+
d: "M24 44c-.8 0-1.5-.7-1.5-1.5v-5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5v5c0 .8-.7 1.5-1.5 1.5z"
|
|
39
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
40
|
+
opacity: 0.55,
|
|
41
|
+
d: "M10.5 25.5h-5c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5h5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5z"
|
|
42
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
43
|
+
opacity: 0.85,
|
|
44
|
+
d: "M17.3 13.8c-.5 0-1-.3-1.3-.8l-2.5-4.3c-.5-.7-.2-1.6.5-2 .7-.4 1.6-.2 2 .5l2.5 4.3c.4.7.2 1.6-.5 2-.2.2-.5.3-.7.3z"
|
|
45
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
46
|
+
opacity: 0.05,
|
|
47
|
+
d: "M33.3 41.5c-.5 0-1-.3-1.3-.8l-2.5-4.3c-.4-.7-.2-1.6.5-2 .7-.4 1.6-.2 2 .5l2.5 4.3c.4.7.2 1.6-.5 2-.2.3-.5.3-.7.3z"
|
|
48
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
49
|
+
opacity: 0.4,
|
|
50
|
+
d: "M8 34.8c-.5 0-1-.3-1.3-.8-.4-.7-.2-1.6.5-2l4.3-2.5c.7-.4 1.6-.2 2 .5.4.7.2 1.6-.5 2l-4.3 2.5c-.2.2-.5.3-.7.3z"
|
|
51
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
52
|
+
opacity: 0.7,
|
|
53
|
+
d: "M12.3 18.8c-.3 0-.5-.1-.7-.2L7.2 16c-.7-.4-1-1.3-.5-2s1.3-1 2-.5L13 16c.7.4 1 1.3.5 2-.2.5-.7.8-1.2.8z"
|
|
54
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
55
|
+
opacity: 0.25,
|
|
56
|
+
d: "M14.7 41.5c-.3 0-.5-.1-.7-.2-.7-.4-1-1.3-.5-2L16 35c.4-.7 1.3-1 2-.5.7.4 1 1.3.5 2L16 40.8c-.2.5-.7.7-1.3.7z"
|
|
57
|
+
}));
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
var _default = SvgSpinner;
|
|
61
|
+
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 SvgSuccess: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
|
7
|
+
export default SvgSuccess;
|
|
8
|
+
//# sourceMappingURL=Success.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Success.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icon/icons/assets/Success.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,UAAU,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBAKpF,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
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 SvgSuccess = function SvgSuccess(_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 24 24",
|
|
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("path", {
|
|
30
|
+
d: "M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2Zm0 1.5c4.703 0 8.5 3.797 8.5 8.5 0 4.703-3.797 8.5-8.5 8.5A8.489 8.489 0 0 1 3.5 12c0-4.703 3.797-8.5 8.5-8.5Zm3.735 5.493a.75.75 0 0 0-.515.227l-4.47 4.47-1.97-1.97a.75.75 0 1 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0l5-5a.75.75 0 0 0-.545-1.287Z"
|
|
31
|
+
}));
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
var _default = SvgSuccess;
|
|
35
|
+
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 SvgTouchscreen: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
|
7
|
+
export default SvgTouchscreen;
|
|
8
|
+
//# sourceMappingURL=Touchscreen.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Touchscreen.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icon/icons/assets/Touchscreen.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,cAAc,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBAQxF,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
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 SvgTouchscreen = function SvgTouchscreen(_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 24 24",
|
|
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("path", {
|
|
30
|
+
d: "M8.25 2A2.261 2.261 0 0 0 6 4.25v15.5A2.261 2.261 0 0 0 8.25 22h7.5A2.261 2.261 0 0 0 18 19.75V4.25A2.261 2.261 0 0 0 15.75 2h-7.5Zm0 1.5h7.5c.423 0 .75.327.75.75v15.5c0 .423-.327.75-.75.75h-7.5a.739.739 0 0 1-.75-.75V4.25c0-.423.327-.75.75-.75ZM12 5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm-1.25 12.5a.751.751 0 1 0 0 1.5h2.5a.751.751 0 1 0 0-1.5h-2.5Z",
|
|
31
|
+
fill: "#3A4445"
|
|
32
|
+
}));
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
var _default = SvgTouchscreen;
|
|
36
|
+
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 SvgUploadCloud: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
|
7
|
+
export default SvgUploadCloud;
|
|
8
|
+
//# sourceMappingURL=UploadCloud.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UploadCloud.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icon/icons/assets/UploadCloud.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,cAAc,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBA+FxF,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1,158 @@
|
|
|
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 SvgUploadCloud = function SvgUploadCloud(_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 201 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("path", {
|
|
30
|
+
fillRule: "evenodd",
|
|
31
|
+
clipRule: "evenodd",
|
|
32
|
+
d: "M97.992 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.718C40.25 96.3 45.84 68.141 54.17 44.76c7.4-20.77 21.784-40.036 43.822-40.734Z",
|
|
33
|
+
fill: "#F0F4FF"
|
|
34
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
35
|
+
fillRule: "evenodd",
|
|
36
|
+
clipRule: "evenodd",
|
|
37
|
+
d: "M97.992 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.718C40.25 96.3 45.84 68.141 54.17 44.76c7.4-20.77 21.784-40.036 43.822-40.734Z",
|
|
38
|
+
fill: "url(#upload-cloud_svg__a)",
|
|
39
|
+
fillOpacity: 0.2
|
|
40
|
+
}), /*#__PURE__*/React.createElement("mask", {
|
|
41
|
+
id: "upload-cloud_svg__c",
|
|
42
|
+
style: {
|
|
43
|
+
maskType: 'alpha'
|
|
44
|
+
},
|
|
45
|
+
maskUnits: "userSpaceOnUse",
|
|
46
|
+
x: 46,
|
|
47
|
+
y: 4,
|
|
48
|
+
width: 110,
|
|
49
|
+
height: 120
|
|
50
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
51
|
+
fillRule: "evenodd",
|
|
52
|
+
clipRule: "evenodd",
|
|
53
|
+
d: "M97.992 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.718C40.25 96.3 45.84 68.141 54.17 44.76c7.4-20.77 21.784-40.036 43.822-40.734Z",
|
|
54
|
+
fill: "#F0F4FF"
|
|
55
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
56
|
+
fillRule: "evenodd",
|
|
57
|
+
clipRule: "evenodd",
|
|
58
|
+
d: "M97.992 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.718C40.25 96.3 45.84 68.141 54.17 44.76c7.4-20.77 21.784-40.036 43.822-40.734Z",
|
|
59
|
+
fill: "url(#upload-cloud_svg__b)",
|
|
60
|
+
fillOpacity: 0.2
|
|
61
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
62
|
+
mask: "url(#upload-cloud_svg__c)"
|
|
63
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
64
|
+
opacity: 0.25,
|
|
65
|
+
d: "M82.261 57.438c.71-8.329 7.925-14.896 16.693-14.896 4.718 0 8.988 1.902 12.035 4.958 2.614 2.622 53.429 52.5 53.429 52.5l-39.79 20.519c1.28 3.055 1.815 4.981 1.13 4.981-3.315 0-52.727-48.5-52.727-48.5s-3.394-4.92-3.394-8.052c0-6.347 5.323-11.51 11.866-11.51h.758Z",
|
|
66
|
+
fill: "url(#upload-cloud_svg__d)"
|
|
67
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
68
|
+
d: "M52.5 82.449h.02c2.75 0 4.98 3.33 4.998 7.449.018-4.11 2.24-7.434 4.98-7.449-2.74-.015-4.962-3.34-4.98-7.449-.017 4.119-2.249 7.449-4.999 7.449H52.5Z",
|
|
69
|
+
fill: "url(#upload-cloud_svg__e)"
|
|
70
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
71
|
+
d: "M116.5 104.449h.019c2.75 0 4.981 3.33 4.999 7.449.018-4.109 2.24-7.434 4.981-7.449-2.741-.015-4.963-3.34-4.981-7.449-.018 4.119-2.249 7.449-4.999 7.449h-.019Z",
|
|
72
|
+
fill: "url(#upload-cloud_svg__f)"
|
|
73
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
74
|
+
d: "M122.5 24.449h.019c2.75 0 4.981 3.33 4.999 7.449.018-4.11 2.24-7.434 4.981-7.449-2.741-.015-4.963-3.34-4.981-7.449-.018 4.119-2.249 7.449-4.999 7.449h-.019Z",
|
|
75
|
+
fill: "url(#upload-cloud_svg__g)"
|
|
76
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
77
|
+
d: "M82.261 57.438c.71-8.329 7.925-14.896 16.693-14.896 8.767 0 15.982 6.567 16.692 14.895h.758c6.543 0 11.867 5.164 11.867 11.51 0 6.348-5.324 11.511-11.867 11.511H81.503c-6.543 0-11.866-5.163-11.866-11.51 0-6.347 5.323-11.51 11.866-11.51h.758Z",
|
|
78
|
+
fill: "#F0F4FF"
|
|
79
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
80
|
+
d: "M99 42.542c-8.504 0-15.502 6.567-16.192 14.895h-.735c-6.347 0-11.51 5.164-11.51 11.51 0 6.348 5.163 11.511 11.51 11.511H94.26v-4.062H82.073c-4.107 0-7.448-3.34-7.448-7.448 0-4.107 3.34-7.448 7.448-7.448h2.708a2.03 2.03 0 0 0 2.031-2.031v-.677c0-6.72 5.469-12.188 12.188-12.188s12.187 5.468 12.187 12.188v.677a2.03 2.03 0 0 0 2.032 2.031h2.708c4.107 0 7.448 3.34 7.448 7.448 0 4.107-3.341 7.448-7.448 7.448H103.74v4.062h12.187c6.347 0 11.51-5.163 11.51-11.51 0-6.347-5.163-11.51-11.51-11.51h-.735c-.689-8.329-7.688-14.896-16.192-14.896Zm-.032 18.929a2.031 2.031 0 0 0-1.59.81l-5.908 5.908a2.032 2.032 0 1 0 2.872 2.872l2.627-2.626v15.409a2.033 2.033 0 0 0 3.916.786c.1-.25.15-.517.146-.786v-15.41l2.627 2.627a2.029 2.029 0 0 0 2.901.03 2.017 2.017 0 0 0 .595-1.457 2.02 2.02 0 0 0-.624-1.445l-5.919-5.92a2.033 2.033 0 0 0-1.643-.798Z",
|
|
81
|
+
fill: "#0067C8"
|
|
82
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
83
|
+
id: "upload-cloud_svg__a",
|
|
84
|
+
x1: 127.063,
|
|
85
|
+
y1: 104,
|
|
86
|
+
x2: 75.718,
|
|
87
|
+
y2: 4.481,
|
|
88
|
+
gradientUnits: "userSpaceOnUse"
|
|
89
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
90
|
+
stopColor: "#007DF2"
|
|
91
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
92
|
+
offset: 1,
|
|
93
|
+
stopColor: "#53EA9F"
|
|
94
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
95
|
+
id: "upload-cloud_svg__b",
|
|
96
|
+
x1: 127.063,
|
|
97
|
+
y1: 104,
|
|
98
|
+
x2: 75.718,
|
|
99
|
+
y2: 4.481,
|
|
100
|
+
gradientUnits: "userSpaceOnUse"
|
|
101
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
102
|
+
stopColor: "#007DF2"
|
|
103
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
104
|
+
offset: 1,
|
|
105
|
+
stopColor: "#53EA9F"
|
|
106
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
107
|
+
id: "upload-cloud_svg__d",
|
|
108
|
+
x1: 69.346,
|
|
109
|
+
y1: 42.619,
|
|
110
|
+
x2: 93.556,
|
|
111
|
+
y2: 79.204,
|
|
112
|
+
gradientUnits: "userSpaceOnUse"
|
|
113
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
114
|
+
stopColor: "#308F5F"
|
|
115
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
116
|
+
offset: 1,
|
|
117
|
+
stopColor: "#007DF2"
|
|
118
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
119
|
+
id: "upload-cloud_svg__e",
|
|
120
|
+
x1: 52.5,
|
|
121
|
+
y1: 75,
|
|
122
|
+
x2: 62.5,
|
|
123
|
+
y2: 90,
|
|
124
|
+
gradientUnits: "userSpaceOnUse"
|
|
125
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
126
|
+
stopColor: "#308F5F"
|
|
127
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
128
|
+
offset: 1,
|
|
129
|
+
stopColor: "#007DF2"
|
|
130
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
131
|
+
id: "upload-cloud_svg__f",
|
|
132
|
+
x1: 116.5,
|
|
133
|
+
y1: 97,
|
|
134
|
+
x2: 126.5,
|
|
135
|
+
y2: 112,
|
|
136
|
+
gradientUnits: "userSpaceOnUse"
|
|
137
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
138
|
+
stopColor: "#308F5F"
|
|
139
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
140
|
+
offset: 1,
|
|
141
|
+
stopColor: "#007DF2"
|
|
142
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
143
|
+
id: "upload-cloud_svg__g",
|
|
144
|
+
x1: 122.5,
|
|
145
|
+
y1: 17,
|
|
146
|
+
x2: 132.5,
|
|
147
|
+
y2: 32,
|
|
148
|
+
gradientUnits: "userSpaceOnUse"
|
|
149
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
150
|
+
stopColor: "#308F5F"
|
|
151
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
152
|
+
offset: 1,
|
|
153
|
+
stopColor: "#007DF2"
|
|
154
|
+
}))));
|
|
155
|
+
};
|
|
156
|
+
|
|
157
|
+
var _default = SvgUploadCloud;
|
|
158
|
+
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 SvgWarning: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
|
7
|
+
export default SvgWarning;
|
|
8
|
+
//# sourceMappingURL=Warning.d.ts.map
|