@alume/alume-design-system 4.13.21
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/README.md +40 -0
- package/dist/assets/fonts/IBMPlexSans-ExtraLight.ttf +0 -0
- package/dist/assets/fonts/IBMPlexSans-ExtraLightItalic.ttf +0 -0
- package/dist/assets/fonts/IBMPlexSans-Italic.ttf +0 -0
- package/dist/assets/fonts/IBMPlexSans-Light.ttf +0 -0
- package/dist/assets/fonts/IBMPlexSans-LightItalic.ttf +0 -0
- package/dist/assets/fonts/IBMPlexSans-Medium.ttf +0 -0
- package/dist/assets/fonts/IBMPlexSans-MediumItalic.ttf +0 -0
- package/dist/assets/fonts/IBMPlexSans-Regular.ttf +0 -0
- package/dist/assets/fonts/IBMPlexSans-RegularItalic.ttf +0 -0
- package/dist/assets/fonts/IBMPlexSans-SemiBold.ttf +0 -0
- package/dist/assets/fonts/IBMPlexSans-SemiBoldItalic.ttf +0 -0
- package/dist/assets/icons/advance.d.ts +2 -0
- package/dist/assets/icons/advance.js +4 -0
- package/dist/assets/icons/animated-bullet/animated.Bullet.styled.d.ts +3 -0
- package/dist/assets/icons/animated-bullet/animated.Bullet.styled.js +36 -0
- package/dist/assets/icons/animated-bullet/animatedBullet.component.d.ts +2 -0
- package/dist/assets/icons/animated-bullet/animatedBullet.component.js +7 -0
- package/dist/assets/icons/animated-bullet/index.d.ts +1 -0
- package/dist/assets/icons/animated-bullet/index.js +1 -0
- package/dist/assets/icons/back.d.ts +2 -0
- package/dist/assets/icons/back.js +4 -0
- package/dist/assets/icons/bell.d.ts +2 -0
- package/dist/assets/icons/bell.js +4 -0
- package/dist/assets/icons/cash.d.ts +2 -0
- package/dist/assets/icons/cash.js +7 -0
- package/dist/assets/icons/chatBaloon.d.ts +2 -0
- package/dist/assets/icons/chatBaloon.js +3 -0
- package/dist/assets/icons/checkBullet.d.ts +2 -0
- package/dist/assets/icons/checkBullet.js +25 -0
- package/dist/assets/icons/checkMark.d.ts +2 -0
- package/dist/assets/icons/checkMark.js +3 -0
- package/dist/assets/icons/close.d.ts +2 -0
- package/dist/assets/icons/close.js +4 -0
- package/dist/assets/icons/dropdown.d.ts +2 -0
- package/dist/assets/icons/dropdown.js +4 -0
- package/dist/assets/icons/edit.d.ts +2 -0
- package/dist/assets/icons/edit.js +4 -0
- package/dist/assets/icons/email.d.ts +2 -0
- package/dist/assets/icons/email.js +4 -0
- package/dist/assets/icons/emptyBullet.d.ts +2 -0
- package/dist/assets/icons/emptyBullet.js +21 -0
- package/dist/assets/icons/extract.d.ts +2 -0
- package/dist/assets/icons/extract.js +9 -0
- package/dist/assets/icons/faq.d.ts +2 -0
- package/dist/assets/icons/faq.js +5 -0
- package/dist/assets/icons/home.d.ts +2 -0
- package/dist/assets/icons/home.js +7 -0
- package/dist/assets/icons/index.d.ts +32 -0
- package/dist/assets/icons/index.js +32 -0
- package/dist/assets/icons/indicatorCheck.d.ts +2 -0
- package/dist/assets/icons/indicatorCheck.js +5 -0
- package/dist/assets/icons/indicatorProfile.d.ts +2 -0
- package/dist/assets/icons/indicatorProfile.js +4 -0
- package/dist/assets/icons/indicatorProposal.d.ts +2 -0
- package/dist/assets/icons/indicatorProposal.js +4 -0
- package/dist/assets/icons/indicatorRound.d.ts +2 -0
- package/dist/assets/icons/indicatorRound.js +4 -0
- package/dist/assets/icons/indicatorSafety.d.ts +2 -0
- package/dist/assets/icons/indicatorSafety.js +5 -0
- package/dist/assets/icons/information.d.ts +2 -0
- package/dist/assets/icons/information.js +7 -0
- package/dist/assets/icons/invoice.d.ts +2 -0
- package/dist/assets/icons/invoice.js +4 -0
- package/dist/assets/icons/legal.d.ts +2 -0
- package/dist/assets/icons/legal.js +5 -0
- package/dist/assets/icons/love.d.ts +2 -0
- package/dist/assets/icons/love.js +4 -0
- package/dist/assets/icons/plus.d.ts +2 -0
- package/dist/assets/icons/plus.js +3 -0
- package/dist/assets/icons/roundQuestionMark.d.ts +2 -0
- package/dist/assets/icons/roundQuestionMark.js +3 -0
- package/dist/assets/icons/safe.d.ts +2 -0
- package/dist/assets/icons/safe.js +5 -0
- package/dist/assets/icons/share.d.ts +2 -0
- package/dist/assets/icons/share.js +5 -0
- package/dist/assets/icons/simulation.d.ts +2 -0
- package/dist/assets/icons/simulation.js +5 -0
- package/dist/assets/icons/trash.d.ts +2 -0
- package/dist/assets/icons/trash.js +5 -0
- package/dist/assets/icons/whatsapp.d.ts +2 -0
- package/dist/assets/icons/whatsapp.js +4 -0
- package/dist/components/autocomplete-input/autocompleteInput.component.d.ts +11 -0
- package/dist/components/autocomplete-input/autocompleteInput.component.js +55 -0
- package/dist/components/autocomplete-input/autocompleteInput.styled.d.ts +24 -0
- package/dist/components/autocomplete-input/autocompleteInput.styled.js +89 -0
- package/dist/components/autocomplete-input/index.d.ts +1 -0
- package/dist/components/autocomplete-input/index.js +1 -0
- package/dist/components/button/button.component.d.ts +4 -0
- package/dist/components/button/button.component.js +16 -0
- package/dist/components/button/button.styled.d.ts +16 -0
- package/dist/components/button/button.styled.js +113 -0
- package/dist/components/button/index.d.ts +2 -0
- package/dist/components/button/index.js +2 -0
- package/dist/components/card/card.component.d.ts +7 -0
- package/dist/components/card/card.component.js +17 -0
- package/dist/components/card/card.styled.d.ts +6 -0
- package/dist/components/card/card.styled.js +19 -0
- package/dist/components/card/index.d.ts +1 -0
- package/dist/components/card/index.js +1 -0
- package/dist/components/checkbox/checkbox.component.d.ts +6 -0
- package/dist/components/checkbox/checkbox.component.js +25 -0
- package/dist/components/checkbox/checkbox.styled.d.ts +7 -0
- package/dist/components/checkbox/checkbox.styled.js +50 -0
- package/dist/components/checkbox/index.d.ts +1 -0
- package/dist/components/checkbox/index.js +1 -0
- package/dist/components/code-input/codeInput.component.d.ts +8 -0
- package/dist/components/code-input/codeInput.component.js +58 -0
- package/dist/components/code-input/codeInput.styled.d.ts +2 -0
- package/dist/components/code-input/codeInput.styled.js +26 -0
- package/dist/components/code-input/index.d.ts +1 -0
- package/dist/components/code-input/index.js +1 -0
- package/dist/components/disclaimer/disclaimer.component.d.ts +10 -0
- package/dist/components/disclaimer/disclaimer.component.js +12 -0
- package/dist/components/disclaimer/disclaimer.styled.d.ts +11 -0
- package/dist/components/disclaimer/disclaimer.styled.js +21 -0
- package/dist/components/disclaimer/index.d.ts +1 -0
- package/dist/components/disclaimer/index.js +1 -0
- package/dist/components/dropzone/dropzone.component.d.ts +26 -0
- package/dist/components/dropzone/dropzone.component.js +65 -0
- package/dist/components/dropzone/dropzone.styled.d.ts +9 -0
- package/dist/components/dropzone/dropzone.styled.js +43 -0
- package/dist/components/dropzone/index.d.ts +1 -0
- package/dist/components/dropzone/index.js +1 -0
- package/dist/components/feedback-input/feedbackInput.component.d.ts +8 -0
- package/dist/components/feedback-input/feedbackInput.component.js +17 -0
- package/dist/components/feedback-input/feedbackInput.styled.d.ts +6 -0
- package/dist/components/feedback-input/feedbackInput.styled.js +22 -0
- package/dist/components/feedback-input/index.d.ts +1 -0
- package/dist/components/feedback-input/index.js +1 -0
- package/dist/components/floating-footer/floatingFooter.styled.d.ts +1 -0
- package/dist/components/floating-footer/floatingFooter.styled.js +9 -0
- package/dist/components/floating-footer/index.d.ts +1 -0
- package/dist/components/floating-footer/index.js +1 -0
- package/dist/components/grid/grid.component.d.ts +11 -0
- package/dist/components/grid/grid.component.js +39 -0
- package/dist/components/grid/grid.styled.d.ts +22 -0
- package/dist/components/grid/grid.styled.js +38 -0
- package/dist/components/grid/index.d.ts +1 -0
- package/dist/components/grid/index.js +1 -0
- package/dist/components/horizontal-timeline/horizontalTimeline.component.d.ts +8 -0
- package/dist/components/horizontal-timeline/horizontalTimeline.component.js +26 -0
- package/dist/components/horizontal-timeline/horizontalTimeline.styled.d.ts +10 -0
- package/dist/components/horizontal-timeline/horizontalTimeline.styled.js +43 -0
- package/dist/components/horizontal-timeline/index.d.ts +1 -0
- package/dist/components/horizontal-timeline/index.js +1 -0
- package/dist/components/index.d.ts +27 -0
- package/dist/components/index.js +27 -0
- package/dist/components/large-selector/index.d.ts +2 -0
- package/dist/components/large-selector/index.js +2 -0
- package/dist/components/large-selector/largeSelector.component.d.ts +7 -0
- package/dist/components/large-selector/largeSelector.component.js +9 -0
- package/dist/components/large-selector/largeSelector.styled.d.ts +6 -0
- package/dist/components/large-selector/largeSelector.styled.js +34 -0
- package/dist/components/link/index.d.ts +1 -0
- package/dist/components/link/index.js +1 -0
- package/dist/components/link/link.component.d.ts +4 -0
- package/dist/components/link/link.component.js +17 -0
- package/dist/components/link/link.styled.d.ts +1 -0
- package/dist/components/link/link.styled.js +7 -0
- package/dist/components/list/index.d.ts +1 -0
- package/dist/components/list/index.js +1 -0
- package/dist/components/list/list.component.d.ts +8 -0
- package/dist/components/list/list.component.js +22 -0
- package/dist/components/list/list.styled.d.ts +2 -0
- package/dist/components/list/list.styled.js +8 -0
- package/dist/components/loading/index.d.ts +1 -0
- package/dist/components/loading/index.js +1 -0
- package/dist/components/loading/loading.styled.d.ts +2 -0
- package/dist/components/loading/loading.styled.js +48 -0
- package/dist/components/modal/index.d.ts +1 -0
- package/dist/components/modal/index.js +1 -0
- package/dist/components/modal/modal.component.d.ts +9 -0
- package/dist/components/modal/modal.component.js +35 -0
- package/dist/components/modal/modal.styled.d.ts +9 -0
- package/dist/components/modal/modal.styled.js +61 -0
- package/dist/components/multiselect/index.d.ts +1 -0
- package/dist/components/multiselect/index.js +1 -0
- package/dist/components/multiselect/multiselect.component.d.ts +12 -0
- package/dist/components/multiselect/multiselect.component.js +48 -0
- package/dist/components/multiselect/multiselect.style.d.ts +24 -0
- package/dist/components/multiselect/multiselect.style.js +93 -0
- package/dist/components/page-title/index.d.ts +1 -0
- package/dist/components/page-title/index.js +1 -0
- package/dist/components/page-title/pageTitle.component.d.ts +2 -0
- package/dist/components/page-title/pageTitle.component.js +6 -0
- package/dist/components/page-title/pageTitle.styled.d.ts +2 -0
- package/dist/components/page-title/pageTitle.styled.js +12 -0
- package/dist/components/radio/index.d.ts +1 -0
- package/dist/components/radio/index.js +1 -0
- package/dist/components/radio/radio.component.d.ts +12 -0
- package/dist/components/radio/radio.component.js +15 -0
- package/dist/components/radio/radio.styled.d.ts +9 -0
- package/dist/components/radio/radio.styled.js +55 -0
- package/dist/components/range-input/index.d.ts +1 -0
- package/dist/components/range-input/index.js +1 -0
- package/dist/components/range-input/rangeInput.component.d.ts +11 -0
- package/dist/components/range-input/rangeInput.component.js +24 -0
- package/dist/components/range-input/rangeInput.styled.d.ts +13 -0
- package/dist/components/range-input/rangeInput.styled.js +59 -0
- package/dist/components/select/index.d.ts +1 -0
- package/dist/components/select/index.js +1 -0
- package/dist/components/select/select.component.d.ts +13 -0
- package/dist/components/select/select.component.js +55 -0
- package/dist/components/select/select.styled.d.ts +26 -0
- package/dist/components/select/select.styled.js +86 -0
- package/dist/components/table/index.d.ts +1 -0
- package/dist/components/table/index.js +1 -0
- package/dist/components/table/table.component.d.ts +11 -0
- package/dist/components/table/table.component.js +39 -0
- package/dist/components/table/table.styled.d.ts +19 -0
- package/dist/components/table/table.styled.js +42 -0
- package/dist/components/text-area-input/index.d.ts +1 -0
- package/dist/components/text-area-input/index.js +1 -0
- package/dist/components/text-area-input/textAreaInput.component.d.ts +9 -0
- package/dist/components/text-area-input/textAreaInput.component.js +28 -0
- package/dist/components/text-area-input/textAreaInput.styled.d.ts +11 -0
- package/dist/components/text-area-input/textAreaInput.styled.js +47 -0
- package/dist/components/text-input/index.d.ts +1 -0
- package/dist/components/text-input/index.js +1 -0
- package/dist/components/text-input/textInput.component.d.ts +19 -0
- package/dist/components/text-input/textInput.component.js +84 -0
- package/dist/components/text-input/textInput.styled.d.ts +17 -0
- package/dist/components/text-input/textInput.styled.js +56 -0
- package/dist/components/tooltip/index.d.ts +1 -0
- package/dist/components/tooltip/index.js +1 -0
- package/dist/components/tooltip/tooltip.component.d.ts +7 -0
- package/dist/components/tooltip/tooltip.component.js +8 -0
- package/dist/components/tooltip/tooltip.styled.d.ts +7 -0
- package/dist/components/tooltip/tooltip.styled.js +29 -0
- package/dist/components/typography/index.d.ts +1 -0
- package/dist/components/typography/index.js +1 -0
- package/dist/components/typography/typography.styled.d.ts +11 -0
- package/dist/components/typography/typography.styled.js +39 -0
- package/dist/components/vertical-timeline/index.d.ts +1 -0
- package/dist/components/vertical-timeline/index.js +1 -0
- package/dist/components/vertical-timeline/verticalTimeline.component.d.ts +12 -0
- package/dist/components/vertical-timeline/verticalTimeline.component.js +16 -0
- package/dist/components/vertical-timeline/verticalTimeline.styled.d.ts +9 -0
- package/dist/components/vertical-timeline/verticalTimeline.styled.js +33 -0
- package/dist/constants/breakpoints.d.ts +6 -0
- package/dist/constants/breakpoints.js +6 -0
- package/dist/constants/colors.d.ts +23 -0
- package/dist/constants/colors.js +23 -0
- package/dist/constants/fonts.d.ts +1 -0
- package/dist/constants/fonts.js +75 -0
- package/dist/constants/index.d.ts +6 -0
- package/dist/constants/index.js +6 -0
- package/dist/constants/latinAmericaOptions.d.ts +2 -0
- package/dist/constants/latinAmericaOptions.js +78 -0
- package/dist/constants/reset.d.ts +1 -0
- package/dist/constants/reset.js +90 -0
- package/dist/constants/styles.d.ts +6 -0
- package/dist/constants/styles.js +17 -0
- package/dist/helpers/currency.d.ts +2 -0
- package/dist/helpers/currency.js +24 -0
- package/dist/helpers/index.d.ts +3 -0
- package/dist/helpers/index.js +3 -0
- package/dist/helpers/number.d.ts +2 -0
- package/dist/helpers/number.js +6 -0
- package/dist/helpers/percentage.d.ts +2 -0
- package/dist/helpers/percentage.js +31 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +4 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.js +1 -0
- package/package.json +107 -0
package/README.md
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# Alume Design System
|
|
2
|
+
|
|
3
|
+
Compose of React components displayed at Storybook for Alume company
|
|
4
|
+
|
|
5
|
+
## Storybook
|
|
6
|
+
|
|
7
|
+
Storybook is the tool we use to visualize the components. For more information, go to the [Storybook introdutory page](https://storybook.js.org/docs/react/get-started/introduction).
|
|
8
|
+
|
|
9
|
+
### Start local page
|
|
10
|
+
|
|
11
|
+
You can run the local Storybook, after using `yarn` to install or update the dependencies:
|
|
12
|
+
`yarn start:storybook`
|
|
13
|
+
It will show the canvas and selected component in it.
|
|
14
|
+
|
|
15
|
+
## Publish a new version
|
|
16
|
+
|
|
17
|
+
You can build and publish both site and package with separated commands or it all together.
|
|
18
|
+
|
|
19
|
+
### Publish both site and package
|
|
20
|
+
|
|
21
|
+
Most of the times you will modify both stories and components. If so, you can publish both with the same command:
|
|
22
|
+
`yarn publish:all`
|
|
23
|
+
It will ask for a new version number.
|
|
24
|
+
|
|
25
|
+
### Publish just the package
|
|
26
|
+
|
|
27
|
+
You would like to publish just the package when no modifications where made to the stories. To publish a new package version just run:
|
|
28
|
+
`yarn publish:package`
|
|
29
|
+
It will ask for a new version number.
|
|
30
|
+
|
|
31
|
+
### Publish just the site
|
|
32
|
+
|
|
33
|
+
If you modified just the stories you can publish just the site. To publish the site just run:
|
|
34
|
+
`yarn publish:site`
|
|
35
|
+
|
|
36
|
+
## ESLint and Prettier
|
|
37
|
+
|
|
38
|
+
ESLint search for erros in the code and Prettier modify files to use good code practices. We also use Husky and Lint-Staged to clean the code in pre-commit, but you can run both tools mannualy.
|
|
39
|
+
You can run `yarn lint` to search for erros and `yarn lint:fix` to fix every error that can be fixed automaticaly.
|
|
40
|
+
You can run `yarn format` so Prettier will format every `.ts` and `.tsx` file inside the `src` directory.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export const AdvanceIcon = (props) => (React.createElement("svg", Object.assign({ height: "16px", width: "16px", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", transform: "rotate(180)" }, props),
|
|
3
|
+
React.createElement("path", { fill: "none", d: "M0 0h20v20H0z" }),
|
|
4
|
+
React.createElement("path", { fill: "currentColor", d: "M7.9 10l7-7.1-1.4-1.4L5.1 10l8.4 8.5 1.4-1.4z" })));
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const BulletContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
+
export declare const BulletOutsideCircle: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
|
+
export declare const BulletInsideDisk: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import styled from "styled-components";
|
|
2
|
+
import { colors } from "../../../constants";
|
|
3
|
+
export const BulletContainer = styled.div `
|
|
4
|
+
width: 16px;
|
|
5
|
+
height: 16px;
|
|
6
|
+
`;
|
|
7
|
+
export const BulletOutsideCircle = styled.div `
|
|
8
|
+
width: 16px;
|
|
9
|
+
height: 16px;
|
|
10
|
+
border: 1px solid ${colors.darkGreen};
|
|
11
|
+
border-radius: 50%;
|
|
12
|
+
|
|
13
|
+
animation: pulse-dot 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
|
|
14
|
+
|
|
15
|
+
@keyframes pulse-dot {
|
|
16
|
+
0% {
|
|
17
|
+
transform: scale(0.5);
|
|
18
|
+
}
|
|
19
|
+
50% {
|
|
20
|
+
transform: scale(1);
|
|
21
|
+
}
|
|
22
|
+
100% {
|
|
23
|
+
transform: scale(0.5);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
`;
|
|
27
|
+
export const BulletInsideDisk = styled.div `
|
|
28
|
+
width: 8px;
|
|
29
|
+
height: 8px;
|
|
30
|
+
background-color: ${colors.darkGreen};
|
|
31
|
+
border-radius: 50%;
|
|
32
|
+
|
|
33
|
+
position: relative;
|
|
34
|
+
left: 4px;
|
|
35
|
+
bottom: 12px;
|
|
36
|
+
`;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { BulletContainer, BulletInsideDisk, BulletOutsideCircle, } from "./animated.Bullet.styled";
|
|
3
|
+
export const AnimatedBulletIcon = () => {
|
|
4
|
+
return (React.createElement(BulletContainer, null,
|
|
5
|
+
React.createElement(BulletOutsideCircle, null),
|
|
6
|
+
React.createElement(BulletInsideDisk, null)));
|
|
7
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./animatedBullet.component";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./animatedBullet.component";
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export const BackIcon = (props) => (React.createElement("svg", Object.assign({ height: "16px", width: "16px", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20" }, props),
|
|
3
|
+
React.createElement("path", { fill: "none", d: "M0 0h20v20H0z" }),
|
|
4
|
+
React.createElement("path", { fill: "currentColor", d: "M7.9 10l7-7.1-1.4-1.4L5.1 10l8.4 8.5 1.4-1.4z" })));
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export const BellIcon = (props) => (React.createElement("svg", Object.assign({ height: "26px", width: "26px", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" }, props),
|
|
3
|
+
React.createElement("path", { fill: "currentColor", d: "M13.5 4.18a.5.5 0 01-.5-.5V2c0-.551-.449-1-1-1s-1 .449-1 1v1.68a.5.5 0 01-1 0V2c0-1.103.897-2 2-2s2 .897 2 2v1.68a.5.5 0 01-.5.5zM12 24c-1.93 0-3.5-1.57-3.5-3.5a.5.5 0 011 0c0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5a.5.5 0 011 0c0 1.93-1.57 3.5-3.5 3.5z" }),
|
|
4
|
+
React.createElement("path", { fill: "currentColor", d: "M20.5 21h-17a1.502 1.502 0 01-.975-2.64A6.952 6.952 0 005 13.038V10c0-3.86 3.14-7 7-7s7 3.14 7 7v3.038c0 2.053.899 3.99 2.467 5.315A1.501 1.501 0 0120.5 21zM12 4c-3.309 0-6 2.691-6 6v3.038a7.944 7.944 0 01-2.821 6.079A.5.5 0 003.5 20h17a.5.5 0 00.325-.88A7.95 7.95 0 0118 13.038V10c0-3.309-2.691-6-6-6z" })));
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export const CashIcon = (props) => (React.createElement("svg", Object.assign({ height: "26px", width: "26px", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 26 26" }, props),
|
|
3
|
+
React.createElement("mask", { id: "a", maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "26", height: "26" },
|
|
4
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0h26v26H0V0z", fill: "#fff" })),
|
|
5
|
+
React.createElement("g", { mask: "url(#a)" },
|
|
6
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19.148 7.057l5.472 1.438L26 3.025l-1.051-.276-.897 3.411C21.76 2.462 17.668 0 12.998 0 5.818 0-.004 5.82-.004 13s5.822 13 13.002 13c4.792 0 8.974-2.59 11.23-6.447l-.94-.51a11.931 11.931 0 01-10.29 5.89C6.407 24.934 1.062 19.59 1.062 13S6.407 1.066 12.998 1.066c4.42 0 8.284 2.404 10.343 5.98l-3.917-1.04-.276 1.051z", fill: "currentColor" })),
|
|
7
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.965 18.572v-.905c.85-.048 1.499-.3 1.998-.754.5-.455.75-1.06.75-1.761 0-.754-.202-1.31-.649-1.664-.451-.401-1.1-.706-2.051-.904h-.048v-2.316c.648.101 1.2.3 1.749.706l.802-1.108c-.802-.556-1.653-.856-2.551-.904v-.605h-.75v.605c-.75.048-1.403.3-1.903.754-.5.455-.75 1.06-.75 1.76 0 .702.202 1.258.65 1.61.398.354 1.1.654 1.998.857v2.365c-.702-.102-1.403-.455-2.1-1.06l-.898 1.06c.898.808 1.903 1.258 3.003 1.359v.904h.75zm.048-4.382c.5.15.802.3.999.454.149.203.25.402.25.706 0 .305-.101.503-.351.707-.25.203-.553.3-.898.353v-2.22zm-1.75-2.162a.96.96 0 01-.25-.653c0-.3.102-.503.299-.706.25-.203.5-.3.898-.353v2.166c-.5-.154-.797-.304-.946-.454z", fill: "currentColor" })));
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export const ChatBaloonIcon = (props) => (React.createElement("svg", Object.assign({ height: "26px", width: "26px", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20" }, props),
|
|
3
|
+
React.createElement("path", { d: "M10 2.5c4.595 0 8.333 2.994 8.333 6.673 0 4.097-4.287 6.634-8.258 6.634-1.614 0-2.82-.331-3.662-.537-.833.511-1.329.864-3.56 1.517.446-1.144.603-2.29.502-3.554-.698-.834-1.688-2-1.688-4.06C1.667 5.493 5.405 2.5 10 2.5zm0-1.667c-5.282 0-10 3.522-10 8.34 0 1.708.615 3.386 1.706 4.687.046 1.525-.853 3.713-1.661 5.307 2.168-.392 5.25-1.257 6.648-2.114 1.182.288 2.313.42 3.383.42 5.903 0 9.925-4.031 9.925-8.301C20 4.329 15.249.833 10 .833zM7.083 9.167a1.25 1.25 0 11-2.498.001 1.25 1.25 0 012.498-.001zM10 7.917a1.25 1.25 0 100 2.5 1.25 1.25 0 000-2.5zm4.167 0a1.25 1.25 0 100 2.5 1.25 1.25 0 000-2.5z", fill: "currentColor" })));
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export const CheckBulletIcon = (props) => {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", height: "16px", width: "16px", viewBox: "0 0 24 24" }, props),
|
|
4
|
+
React.createElement("g", { opacity: ".5" },
|
|
5
|
+
React.createElement("defs", null,
|
|
6
|
+
React.createElement("path", { id: "a", d: "M.67 1.23H17.9V18.5H.67z" })),
|
|
7
|
+
React.createElement("clipPath", { id: "b" },
|
|
8
|
+
React.createElement("use", { xlinkHref: "#a", overflow: "visible" })),
|
|
9
|
+
React.createElement("g", { clipPath: "url(#b)" },
|
|
10
|
+
React.createElement("defs", null,
|
|
11
|
+
React.createElement("path", { id: "c", d: "M9.28 18.5C4.53 18.5.66 14.63.66 9.86s3.86-8.64 8.62-8.64S17.9 5.1 17.9 9.86s-3.87 8.64-8.62 8.64m0-16.45c-4.3 0-7.8 3.51-7.8 7.81s3.5 7.81 7.8 7.81 7.8-3.51 7.8-7.81-3.5-7.81-7.8-7.81" })),
|
|
12
|
+
React.createElement("clipPath", { id: "d" },
|
|
13
|
+
React.createElement("use", { xlinkHref: "#c", overflow: "visible" })),
|
|
14
|
+
React.createElement("g", { clipPath: "url(#d)" },
|
|
15
|
+
React.createElement("defs", null,
|
|
16
|
+
React.createElement("path", { id: "e", d: "M.67 1.23H17.9V18.5H.67z" })),
|
|
17
|
+
React.createElement("clipPath", { id: "f" },
|
|
18
|
+
React.createElement("use", { xlinkHref: "#e", overflow: "visible" })),
|
|
19
|
+
React.createElement("path", { clipPath: "url(#f)", fill: "#162831", d: "M-3.44-2.89H22v25.5H-3.44z" })))),
|
|
20
|
+
React.createElement("defs", null,
|
|
21
|
+
React.createElement("path", { id: "g", d: "M19.37 1.42a.61.61 0 00-.88-.02l-.02.02L8.31 12l-3.3-3.43a.605.605 0 00-.89.01c-.23.25-.23.65 0 .9l3.74 3.89c.24.25.64.25.88 0l10.6-11.03c.26-.25.27-.66.03-.92z" })),
|
|
22
|
+
React.createElement("clipPath", { id: "h" },
|
|
23
|
+
React.createElement("use", { xlinkHref: "#g", overflow: "visible" })),
|
|
24
|
+
React.createElement("path", { clipPath: "url(#h)", fill: "#2a4952", d: "M-.15-2.89h23.8v20.56H-.15z" })));
|
|
25
|
+
};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export const CheckMarkIcon = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24" }, props),
|
|
3
|
+
React.createElement("path", { fill: "currentColor", d: "M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z" })));
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export const CloseIcon = (props) => (React.createElement("svg", Object.assign({ height: "16px", width: "16px", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20" }, props),
|
|
3
|
+
React.createElement("path", { fill: "none", d: "M0 0h20v20H0z" }),
|
|
4
|
+
React.createElement("path", { fill: "currentColor", d: "M18.5 2.9l-1.4-1.4L10 8.6 2.9 1.5 1.5 2.9 8.6 10l-7.1 7.1 1.4 1.4 7.1-7.1 7.1 7.1 1.4-1.4-7.1-7.1z" })));
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export const DropdownIcon = (props) => (React.createElement("svg", Object.assign({ height: "16px", width: "16px", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20" }, props),
|
|
3
|
+
React.createElement("path", { fill: "none", d: "M0 0h20v20H0z" }),
|
|
4
|
+
React.createElement("path", { fill: "currentColor", d: "M16.4 6.1L10 12.5 3.6 6.1l-.7.7 7.1 7.1 7.1-7.1z" })));
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export const EditIcon = (props) => (React.createElement("svg", Object.assign({ height: "16px", width: "16px", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20" }, props),
|
|
3
|
+
React.createElement("path", { fill: "none", d: "M0 0h20v20H0z" }),
|
|
4
|
+
React.createElement("path", { d: "M13.8 2L2 13.8V18h4.2L18 6.2 13.8 2zM5.5 16H4.1v-1.4L11 7.7l1.4 1.4L5.5 16zm8.3-8.3l-1.4-1.4 1.4-1.4 1.4 1.4-1.4 1.4z", fill: "currentColor" })));
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export const EmailIcon = (props) => (React.createElement("svg", Object.assign({ height: "24px", width: "24px", version: "1.1", id: "Layer_1", xmlns: "http://www.w3.org/2000/svg", x: "0", y: "0", viewBox: "0 0 40 24", xmlSpace: "preserve" }, props),
|
|
3
|
+
React.createElement("path", { fill: "none", d: "M0 0h40v24H0z" }),
|
|
4
|
+
React.createElement("path", { className: "st1", d: "M3.2 9.5h6v1h-6zM5.2 6.5h4v1h-4zM7.2 3.5h2v1h-2zM11.8 3.5l-4.2 17h25l4.2-17h-25zm22.4 1l-12.9 6.9-7.8-6.9h20.7zm-2.4 15h-23l3.6-14.6 8.6 7.7L35.5 5l-3.7 14.5z" })));
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { colors } from "../../constants";
|
|
3
|
+
export const EmptyBulletIcon = (props) => {
|
|
4
|
+
return (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", height: "16px", width: "16px", viewBox: "0 0 24 24" }, props),
|
|
5
|
+
React.createElement("g", { opacity: ".5" },
|
|
6
|
+
React.createElement("defs", null,
|
|
7
|
+
React.createElement("path", { id: "a", d: "M.5.5h19v19H.5z" })),
|
|
8
|
+
React.createElement("clipPath", { id: "b" },
|
|
9
|
+
React.createElement("use", { xlinkHref: "#a", overflow: "visible" })),
|
|
10
|
+
React.createElement("g", { clipPath: "url(#b)" },
|
|
11
|
+
React.createElement("defs", null,
|
|
12
|
+
React.createElement("path", { id: "c", d: "M10 19.5C4.76 19.5.5 15.24.5 10S4.76.5 10 .5s9.5 4.26 9.5 9.5-4.26 9.5-9.5 9.5m0-18.1c-4.74 0-8.6 3.86-8.6 8.6s3.86 8.6 8.6 8.6 8.6-3.86 8.6-8.6-3.86-8.6-8.6-8.6" })),
|
|
13
|
+
React.createElement("clipPath", { id: "d" },
|
|
14
|
+
React.createElement("use", { xlinkHref: "#c", overflow: "visible" })),
|
|
15
|
+
React.createElement("g", { clipPath: "url(#d)" },
|
|
16
|
+
React.createElement("defs", null,
|
|
17
|
+
React.createElement("path", { id: "e", d: "M.5.5h19v19H.5z" })),
|
|
18
|
+
React.createElement("clipPath", { id: "f" },
|
|
19
|
+
React.createElement("use", { xlinkHref: "#e", overflow: "visible" })),
|
|
20
|
+
React.createElement("path", { clipPath: "url(#f)", fill: colors.darkGreen, d: "M-4.03-4.03h28.05v28.05H-4.03z" }))))));
|
|
21
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export const ExtractIcon = (props) => (React.createElement("svg", Object.assign({ height: "26px", width: "26px", xmlns: "http://www.w3.org/2000/svg", viewBox: "5 5 30 30" }, props),
|
|
3
|
+
React.createElement("path", { fill: "url(#pattern0)", d: "M0 0h40v40H0z" }),
|
|
4
|
+
React.createElement("defs", null,
|
|
5
|
+
React.createElement("pattern", { id: "pattern0", patternContentUnits: "objectBoundingBox", width: "1", height: "1" },
|
|
6
|
+
React.createElement("use", { xlinkHref: "#image0", transform: "scale(.0039)" })),
|
|
7
|
+
React.createElement("pattern", { id: "pattern1", patternContentUnits: "objectBoundingBox", width: "1", height: "1" },
|
|
8
|
+
React.createElement("use", { xlinkHref: "#image0", transform: "scale(.0039)" })),
|
|
9
|
+
React.createElement("image", { id: "image0", width: "256", height: "256", xlinkHref: "data:image/png;base64,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" }))));
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export const FAQIcon = (props) => (React.createElement("svg", Object.assign({ height: "16px", width: "16px", version: "1.1", id: "Layer_1", xmlns: "http://www.w3.org/2000/svg", x: "0", y: "0", viewBox: "0 0 24 24" }, props),
|
|
3
|
+
React.createElement("path", { fill: "none", d: "M0 0h24v24H0z" }),
|
|
4
|
+
React.createElement("path", { fill: "currentColor", d: "M12 3c5 0 9 4 9 9s-4 9-9 9-9-4-9-9 4-9 9-9m0-1C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2z" }),
|
|
5
|
+
React.createElement("path", { fill: "currentColor", d: "M12 13.5h-1V11h2.5c.5 0 1-.5 1-1s-.5-1-1-1H10V8h3.5c1.1 0 2 .9 2 2s-.9 2-2 2H12v1.5zM11 14.5h1v2h-1z" })));
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export const HomeIcon = (props) => (React.createElement("svg", Object.assign({ height: "26px", width: "26px", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 28 28" }, props),
|
|
3
|
+
React.createElement("mask", { id: "a", maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "28", height: "26" },
|
|
4
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0h28v25.972H0V0z", fill: "#fff" })),
|
|
5
|
+
React.createElement("g", { mask: "url(#a)" },
|
|
6
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.561 14.072v10.286c0 .447-.37.81-.826.81H22.1c-.226 0-.41.18-.41.402 0 .223.184.402.41.402h.636c.908 0 1.647-.724 1.647-1.614V14.91l.835.852a.986.986 0 001.388.014l1.112-1.09a.945.945 0 00.014-1.335L15.106.462a1.554 1.554 0 00-2.212 0L.269 13.35a.945.945 0 00.014 1.334l1.112 1.091a.985.985 0 001.388-.014l.835-.852v1.954c0 .223.184.403.41.403.227 0 .41-.18.41-.403v-2.791l9.25-9.442a.438.438 0 01.624 0l9.25 9.442zm3.576.044l-1.112 1.09c-.073.06-.145.059-.217-.002L14.903 4.073l-.001-.002a1.269 1.269 0 00-1.805.002l-9.364 9.559h-.001l-1.54 1.572c-.072.06-.144.061-.217.002l-1.112-1.09a.147.147 0 01-.002-.209L13.486 1.02a.722.722 0 011.028 0L27.14 13.907a.147.147 0 01-.002.209z", fill: "currentColor" })),
|
|
7
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.127 25.255h-2.41v-4.22c0-1.876-1.662-3.401-3.705-3.401-2.044 0-3.707 1.525-3.707 3.4v4.22H5.364c-.45 0-.818-.336-.818-.75V19.3c0-.206-.181-.373-.406-.373-.224 0-.406.167-.406.373v5.204c0 .825.732 1.496 1.63 1.496h14.764c.224 0 .406-.167.406-.373s-.182-.372-.406-.372zm-9.01-4.22c0-1.465 1.299-2.656 2.895-2.656 1.595 0 2.893 1.191 2.893 2.656v4.22h-5.787v-4.22z", fill: "currentColor" })));
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export * from "./trash";
|
|
2
|
+
export * from "./back";
|
|
3
|
+
export * from "./close";
|
|
4
|
+
export * from "./dropdown";
|
|
5
|
+
export * from "./edit";
|
|
6
|
+
export * from "./faq";
|
|
7
|
+
export * from "./indicatorCheck";
|
|
8
|
+
export * from "./indicatorProfile";
|
|
9
|
+
export * from "./indicatorProposal";
|
|
10
|
+
export * from "./indicatorSafety";
|
|
11
|
+
export * from "./share";
|
|
12
|
+
export * from "./checkMark";
|
|
13
|
+
export * from "./indicatorRound";
|
|
14
|
+
export * from "./email";
|
|
15
|
+
export * from "./information";
|
|
16
|
+
export * from "./legal";
|
|
17
|
+
export * from "./love";
|
|
18
|
+
export * from "./safe";
|
|
19
|
+
export * from "./simulation";
|
|
20
|
+
export * from "./whatsapp";
|
|
21
|
+
export * from "./plus";
|
|
22
|
+
export * from "./emptyBullet";
|
|
23
|
+
export * from "./animated-bullet";
|
|
24
|
+
export * from "./checkBullet";
|
|
25
|
+
export * from "./advance";
|
|
26
|
+
export * from "./cash";
|
|
27
|
+
export * from "./extract";
|
|
28
|
+
export * from "./home";
|
|
29
|
+
export * from "./bell";
|
|
30
|
+
export * from "./chatBaloon";
|
|
31
|
+
export * from "./roundQuestionMark";
|
|
32
|
+
export * from "./invoice";
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export * from "./trash";
|
|
2
|
+
export * from "./back";
|
|
3
|
+
export * from "./close";
|
|
4
|
+
export * from "./dropdown";
|
|
5
|
+
export * from "./edit";
|
|
6
|
+
export * from "./faq";
|
|
7
|
+
export * from "./indicatorCheck";
|
|
8
|
+
export * from "./indicatorProfile";
|
|
9
|
+
export * from "./indicatorProposal";
|
|
10
|
+
export * from "./indicatorSafety";
|
|
11
|
+
export * from "./share";
|
|
12
|
+
export * from "./checkMark";
|
|
13
|
+
export * from "./indicatorRound";
|
|
14
|
+
export * from "./email";
|
|
15
|
+
export * from "./information";
|
|
16
|
+
export * from "./legal";
|
|
17
|
+
export * from "./love";
|
|
18
|
+
export * from "./safe";
|
|
19
|
+
export * from "./simulation";
|
|
20
|
+
export * from "./whatsapp";
|
|
21
|
+
export * from "./plus";
|
|
22
|
+
export * from "./emptyBullet";
|
|
23
|
+
export * from "./animated-bullet";
|
|
24
|
+
export * from "./checkBullet";
|
|
25
|
+
export * from "./advance";
|
|
26
|
+
export * from "./cash";
|
|
27
|
+
export * from "./extract";
|
|
28
|
+
export * from "./home";
|
|
29
|
+
export * from "./bell";
|
|
30
|
+
export * from "./chatBaloon";
|
|
31
|
+
export * from "./roundQuestionMark";
|
|
32
|
+
export * from "./invoice";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export const IndicatorCheckIcon = (props) => (React.createElement("svg", Object.assign({ height: "16px", width: "16px", version: "1.1", id: "Layer_1", xmlns: "http://www.w3.org/2000/svg", x: "0", y: "0", viewBox: "0 0 24 24" }, props),
|
|
3
|
+
React.createElement("path", { fill: "none", d: "M0 0h24v24H0z" }),
|
|
4
|
+
React.createElement("path", { fill: "currentColor", d: "M12 3c5 0 9 4 9 9s-4 9-9 9-9-4-9-9 4-9 9-9m0-1C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2z" }),
|
|
5
|
+
React.createElement("path", { fill: "currentColor", d: "M9.9 15.2L6.8 12l.6-.6 2.5 2.4 6.7-6.6.6.6z" })));
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export const IndicatorProfileIcon = (props) => (React.createElement("svg", Object.assign({ height: "16px", width: "16px", version: "1.1", id: "Layer_1", xmlns: "http://www.w3.org/2000/svg", x: "0", y: "0", viewBox: "0 0 24 24" }, props),
|
|
3
|
+
React.createElement("path", { fill: "none", d: "M0 0h24v24H0z" }),
|
|
4
|
+
React.createElement("path", { fill: "currentColor", d: "M12 3c1.7 0 3 1.3 3 3s-1.3 3-3 3-3-1.3-3-3 1.3-3 3-3m0-1C9.8 2 8 3.8 8 6s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4zM12 13c3.9 0 6.6 4.1 7 8H5c.4-3.9 3.1-8 7-8m0-1c-4.7 0-8 5-8 9.8v.2h16v-.2c0-4.8-3.3-9.8-8-9.8z" })));
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export const IndicatorProposalIcon = (props) => (React.createElement("svg", Object.assign({ height: "16px", width: "16px", version: "1.1", id: "Layer_1", xmlns: "http://www.w3.org/2000/svg", x: "0", y: "0", viewBox: "0 0 24 24" }, props),
|
|
3
|
+
React.createElement("path", { fill: "none", d: "M0 0h24v24H0z" }),
|
|
4
|
+
React.createElement("path", { fill: "currentColor", d: "M20.7 5l-3.5 14H7.3l3.5-14h9.9M22 4H10L6 20h12l4-16zM1 10h6v1H1zM3 7h4v1H3zM5 4h2v1H5z" })));
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export const IndicatorRoundIcon = (props) => (React.createElement("svg", Object.assign({ height: "16px", width: "16px", version: "1.1", id: "Layer_1", xmlns: "http://www.w3.org/2000/svg", x: "0", y: "0", viewBox: "0 0 24 24" }, props),
|
|
3
|
+
React.createElement("path", { fill: "none", d: "M0 0h24v24H0z" }),
|
|
4
|
+
React.createElement("path", { fill: "currentColor", d: "M12 3c5 0 9 4 9 9s-4 9-9 9-9-4-9-9 4-9 9-9m0-1C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2z" })));
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export const IndicatorSafetyIcon = (props) => (React.createElement("svg", Object.assign({ height: "16px", width: "16px", version: "1.1", id: "Layer_1", xmlns: "http://www.w3.org/2000/svg", x: "0", y: "0", viewBox: "0 0 24 24" }, props),
|
|
3
|
+
React.createElement("path", { fill: "none", d: "M0 0h24v24H0z" }),
|
|
4
|
+
React.createElement("path", { fill: "currentColor", d: "M10.6 15.5l-3.2-3.1.8-.8 2.4 2.5 5.2-5.3.8.8z" }),
|
|
5
|
+
React.createElement("path", { fill: "currentColor", d: "M12 3.1l7 3.5V12c0 4.2-2.9 7.9-7 8.8-4.1-.9-7-4.6-7-8.8V6.6l7-3.5M12 2L4 6v6c0 4.8 3.4 8.9 8 9.8 4.6-.9 8-5 8-9.8V6l-8-4z" })));
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export const InformationIcon = (props) => {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ height: "16px", width: "16px", version: "1.1", id: "Layer_1", xmlns: "http://www.w3.org/2000/svg", x: "0", y: "0", viewBox: "0 0 24 24", xmlSpace: "preserve" }, props),
|
|
4
|
+
React.createElement("path", { className: "st0", d: "M12 3c5 0 9 4 9 9s-4 9-9 9-9-4-9-9 4-9 9-9m0-1C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2z" }),
|
|
5
|
+
React.createElement("path", { fill: "none", d: "M0 0h24v24H0z" }),
|
|
6
|
+
React.createElement("path", { className: "st0", d: "M12.5 16.1v-6H9v1h2.5v5H9v1h6v-1zM11.5 6.4h1v2h-1z" })));
|
|
7
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export const InvoiceIcon = (props) => (React.createElement("svg", Object.assign({ height: "26px", width: "26px", xmlns: "http://www.w3.org/2000/svg" }, props, { viewBox: "0 0 512 512" }),
|
|
3
|
+
React.createElement("path", { fill: "currentColor", d: "M444.875 109.792L338.208 3.125c-2-2-4.708-3.125-7.542-3.125h-224C83.146 0 64 19.135 64 42.667v426.667C64 492.865 83.146 512 106.667 512h298.667c23.52 0 42.666-19.135 42.666-42.667v-352c0-2.833-1.125-5.541-3.125-7.541zM341.333 36.417l70.25 70.25h-48.917c-11.771 0-21.333-9.573-21.333-21.333V36.417zm85.334 432.916c0 11.76-9.563 21.333-21.333 21.333H106.667c-11.771 0-21.333-9.573-21.333-21.333V42.667c0-11.76 9.563-21.333 21.333-21.333H320v64C320 108.865 339.146 128 362.667 128h64v341.333z" }),
|
|
4
|
+
React.createElement("path", { fill: "currentColor", d: "M373.333 298.667H138.667A10.66 10.66 0 00128 309.334a10.66 10.66 0 0010.667 10.667h234.667a10.66 10.66 0 0010.667-10.667 10.662 10.662 0 00-10.668-10.667zM373.333 234.667H138.667A10.66 10.66 0 00128 245.334a10.66 10.66 0 0010.667 10.667h234.667a10.66 10.66 0 0010.667-10.667 10.662 10.662 0 00-10.668-10.667zM373.333 362.667H138.667A10.66 10.66 0 00128 373.334a10.66 10.66 0 0010.667 10.667h234.667a10.66 10.66 0 0010.667-10.667 10.662 10.662 0 00-10.668-10.667zM266.667 426.667h-128A10.66 10.66 0 00128 437.334a10.66 10.66 0 0010.667 10.667h128a10.66 10.66 0 0010.667-10.667 10.662 10.662 0 00-10.667-10.667zM234.667 181.333A10.66 10.66 0 00245.334 192h128a10.66 10.66 0 0010.667-10.667 10.66 10.66 0 00-10.667-10.667h-128a10.662 10.662 0 00-10.667 10.667zM160 170.667h-21.333A10.66 10.66 0 00128 181.334a10.66 10.66 0 0010.667 10.667h10.667c0 5.896 4.771 10.667 10.667 10.667s10.667-4.771 10.667-10.667v-1.965C183.056 185.617 192 173.888 192 160c0-17.646-14.354-32-32-32-5.875 0-10.667-4.781-10.667-10.667 0-5.885 4.792-10.667 10.667-10.667h21.333c5.896 0 10.667-4.771 10.667-10.667s-4.771-10.667-10.667-10.667h-10.667c0-5.896-4.771-10.667-10.667-10.667s-10.667 4.771-10.667 10.667v1.965C136.944 91.716 128 103.445 128 117.333c0 17.646 14.354 32 32 32 5.875 0 10.667 4.781 10.667 10.667s-4.792 10.667-10.667 10.667z" })));
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export const LegalIcon = (props) => (React.createElement("svg", Object.assign({ height: "16px", width: "16px", version: "1.1", id: "Layer_1", xmlns: "http://www.w3.org/2000/svg", x: "0", y: "0", viewBox: "0 0 24 24", xmlSpace: "preserve" }, props),
|
|
3
|
+
React.createElement("path", { fill: "none", d: "M0 0h24v24H0z" }),
|
|
4
|
+
React.createElement("path", { className: "st1", d: "M12 3c5 0 9 4 9 9s-4 9-9 9-9-4-9-9 4-9 9-9m0-1C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2z" }),
|
|
5
|
+
React.createElement("path", { className: "st1", d: "M13.5 8.5v3H7v1h6.5v3h4v-7h-4zm3 6h-2v-5h2v5z" })));
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export const LoveIcon = (props) => (React.createElement("svg", Object.assign({ height: "16px", width: "16px", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64" }, props),
|
|
3
|
+
React.createElement("path", { d: "M39.6 20.1c1.7 0 3.3.7 4.5 1.9 2.5 2.5 2.5 6.6 0 9.1L32 43.1 20.4 31.5l-.5-.5c-2.5-2.5-2.5-6.6 0-9.1 1.2-1.2 2.8-1.9 4.5-1.9s3.3.7 4.5 1.9l1.7 1.7L32 25l1.4-1.4 1.7-1.7c1.2-1.2 2.8-1.8 4.5-1.8m0-2c-2.1 0-4.3.8-5.9 2.5L32 22.3l-1.7-1.7c-1.6-1.6-3.8-2.5-5.9-2.5s-4.3.8-5.9 2.5a8.39 8.39 0 000 11.9L32 46l13.5-13.5c3.3-3.3 3.3-8.6 0-11.9-1.6-1.7-3.8-2.5-5.9-2.5z", fill: "#00232e" }),
|
|
4
|
+
React.createElement("path", { fill: "none", d: "M0 0h64v64H0z" })));
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export const PlusIcon = (props) => (React.createElement("svg", Object.assign({ height: "16px", width: "16px", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" }, props),
|
|
3
|
+
React.createElement("path", { fill: "currentColor", d: "M24 10h-10v-10h-4v10h-10v4h10v10h4v-10h10z" })));
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export const RoundQuestionMarkIcon = (props) => (React.createElement("svg", Object.assign({ height: "26px", width: "26px", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 36 36" }, props),
|
|
3
|
+
React.createElement("path", { d: "M18 3c8.271 0 15 6.729 15 15s-6.729 15-15 15S3 26.271 3 18 9.729 3 18 3zm0-3C8.06 0 0 8.06 0 18s8.06 18 18 18 18-8.06 18-18S27.94 0 18 0zm1.875 25.5a1.875 1.875 0 11-3.75 0 1.875 1.875 0 013.75 0zm2.09-14.997c-.913-.924-2.273-1.433-3.827-1.433-3.27 0-5.385 2.325-5.385 5.925h3.017c0-2.228 1.243-3.019 2.306-3.019.951 0 1.961.631 2.046 1.839.093 1.27-.584 1.915-1.442 2.732-2.119 2.014-2.157 2.989-2.148 5.201h3.007c-.02-.995.045-1.804 1.402-3.267 1.016-1.095 2.279-2.457 2.305-4.533.016-1.386-.426-2.578-1.281-3.445z", fill: "currentColor" })));
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export const SafeIcon = (props) => (React.createElement("svg", Object.assign({ height: "16px", width: "16px", version: "1.1", id: "Layer_1", xmlns: "http://www.w3.org/2000/svg", x: "0", y: "0", viewBox: "0 0 24 24", xmlSpace: "preserve" }, props),
|
|
3
|
+
React.createElement("path", { fill: "none", d: "M0 0h24v24H0z" }),
|
|
4
|
+
React.createElement("path", { className: "st1", d: "M12 3c5 0 9 4 9 9s-4 9-9 9-9-4-9-9 4-9 9-9m0-1C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2z" }),
|
|
5
|
+
React.createElement("path", { className: "st1", d: "M12 16.5h-.1c-2-.5-3.6-2.4-3.6-4.5V9.3L12 7.4l3.7 1.9V12c0 2.2-1.4 4-3.6 4.5H12zM9.3 9.9V12c0 1.6 1.2 3.1 2.7 3.5 1.6-.4 2.7-1.8 2.7-3.5V9.9L12 8.6 9.3 9.9z" })));
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export const ShareIcon = (props) => (React.createElement("svg", Object.assign({ height: "16px", width: "16px", version: "1.1", id: "Layer_1", xmlns: "http://www.w3.org/2000/svg", x: "0", y: "0", viewBox: "0 0 20 20" }, props),
|
|
3
|
+
React.createElement("path", { fill: "none", d: "M0 0h20v20H0z" }),
|
|
4
|
+
React.createElement("path", { fill: "currentColor", d: "M18 2h-8v2h4.6l-6.5 6.5 1.4 1.4L16 5.4V10h2z" }),
|
|
5
|
+
React.createElement("path", { fill: "currentColor", d: "M4 6H2v12h12v-2H4z" })));
|