@leafygreen-ui/icon 13.1.3 → 13.2.0
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/CHANGELOG.md +8 -0
- package/README.md +7 -7
- package/dist/AnalyticsNode.js +2 -0
- package/dist/AnalyticsNode.js.map +1 -0
- package/dist/Circle.js.map +1 -1
- package/dist/Config.js +2 -0
- package/dist/Config.js.map +1 -0
- package/dist/Download.js +1 -1
- package/dist/Download.js.map +1 -1
- package/dist/Favorite.js +1 -1
- package/dist/Favorite.js.map +1 -1
- package/dist/Function.js +2 -0
- package/dist/Function.js.map +1 -0
- package/dist/HiddenSecondaryNode.js +2 -0
- package/dist/HiddenSecondaryNode.js.map +1 -0
- package/dist/NumberedList.js +2 -0
- package/dist/NumberedList.js.map +1 -0
- package/dist/OutlineFavorite.js +2 -0
- package/dist/OutlineFavorite.js.map +1 -0
- package/dist/Package.js +2 -0
- package/dist/Package.js.map +1 -0
- package/dist/Router.js +2 -0
- package/dist/Router.js.map +1 -0
- package/dist/Shirt.js +2 -0
- package/dist/Shirt.js.map +1 -0
- package/dist/TemporaryTable.js +2 -0
- package/dist/TemporaryTable.js.map +1 -0
- package/dist/View.js +2 -0
- package/dist/View.js.map +1 -0
- package/dist/esm/AnalyticsNode.js +2 -0
- package/dist/esm/AnalyticsNode.js.map +1 -0
- package/dist/esm/Circle.js.map +1 -1
- package/dist/esm/Config.js +2 -0
- package/dist/esm/Config.js.map +1 -0
- package/dist/esm/Download.js +1 -1
- package/dist/esm/Download.js.map +1 -1
- package/dist/esm/Favorite.js +1 -1
- package/dist/esm/Favorite.js.map +1 -1
- package/dist/esm/Function.js +2 -0
- package/dist/esm/Function.js.map +1 -0
- package/dist/esm/HiddenSecondaryNode.js +2 -0
- package/dist/esm/HiddenSecondaryNode.js.map +1 -0
- package/dist/esm/NumberedList.js +2 -0
- package/dist/esm/NumberedList.js.map +1 -0
- package/dist/esm/OutlineFavorite.js +2 -0
- package/dist/esm/OutlineFavorite.js.map +1 -0
- package/dist/esm/Package.js +2 -0
- package/dist/esm/Package.js.map +1 -0
- package/dist/esm/Router.js +2 -0
- package/dist/esm/Router.js.map +1 -0
- package/dist/esm/Shirt.js +2 -0
- package/dist/esm/Shirt.js.map +1 -0
- package/dist/esm/TemporaryTable.js +2 -0
- package/dist/esm/TemporaryTable.js.map +1 -0
- package/dist/esm/View.js +2 -0
- package/dist/esm/View.js.map +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/generated/AnalyticsNode.d.ts +17 -0
- package/dist/generated/AnalyticsNode.d.ts.map +1 -0
- package/dist/generated/Circle.d.ts +1 -1
- package/dist/generated/Config.d.ts +17 -0
- package/dist/generated/Config.d.ts.map +1 -0
- package/dist/generated/Download.d.ts +1 -1
- package/dist/generated/Favorite.d.ts +1 -1
- package/dist/generated/Function.d.ts +17 -0
- package/dist/generated/Function.d.ts.map +1 -0
- package/dist/generated/HiddenSecondaryNode.d.ts +17 -0
- package/dist/generated/HiddenSecondaryNode.d.ts.map +1 -0
- package/dist/generated/NumberedList.d.ts +17 -0
- package/dist/generated/NumberedList.d.ts.map +1 -0
- package/dist/generated/OutlineFavorite.d.ts +17 -0
- package/dist/generated/OutlineFavorite.d.ts.map +1 -0
- package/dist/generated/Package.d.ts +17 -0
- package/dist/generated/Package.d.ts.map +1 -0
- package/dist/generated/Router.d.ts +17 -0
- package/dist/generated/Router.d.ts.map +1 -0
- package/dist/generated/Shirt.d.ts +17 -0
- package/dist/generated/Shirt.d.ts.map +1 -0
- package/dist/generated/TemporaryTable.d.ts +17 -0
- package/dist/generated/TemporaryTable.d.ts.map +1 -0
- package/dist/generated/View.d.ts +17 -0
- package/dist/generated/View.d.ts.map +1 -0
- package/dist/glyphs/index.d.ts +53 -9
- package/dist/glyphs/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/scripts/prebuild.ts +40 -0
- package/src/generated/AnalyticsNode.tsx +39 -0
- package/src/generated/Circle.tsx +1 -1
- package/src/generated/Config.tsx +39 -0
- package/src/generated/Download.tsx +2 -2
- package/src/generated/Favorite.tsx +2 -2
- package/src/generated/Function.tsx +39 -0
- package/src/generated/HiddenSecondaryNode.tsx +39 -0
- package/src/generated/NumberedList.tsx +39 -0
- package/src/generated/OutlineFavorite.tsx +39 -0
- package/src/generated/Package.tsx +39 -0
- package/src/generated/Router.tsx +39 -0
- package/src/generated/Shirt.tsx +39 -0
- package/src/generated/TemporaryTable.tsx +39 -0
- package/src/generated/View.tsx +39 -0
- package/src/glyphs/AnalyticsNode.svg +4 -0
- package/src/glyphs/Circle.svg +2 -2
- package/src/glyphs/Config.svg +3 -0
- package/src/glyphs/Download.svg +3 -2
- package/src/glyphs/Favorite.svg +2 -2
- package/src/glyphs/Function.svg +5 -0
- package/src/glyphs/HiddenSecondaryNode.svg +4 -0
- package/src/glyphs/NumberedList.svg +7 -0
- package/src/glyphs/OutlineFavorite.svg +3 -0
- package/src/glyphs/Package.svg +3 -0
- package/src/glyphs/Router.svg +3 -0
- package/src/glyphs/Shirt.svg +3 -0
- package/src/glyphs/TemporaryTable.svg +4 -0
- package/src/glyphs/View.svg +5 -0
- package/src/glyphs/index.ts +27 -5
- package/stories.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leafygreen-ui/icon",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.2.0",
|
|
4
4
|
"description": "LeafyGreen UI Kit Icons",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/esm/index.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"meow": "^6.1.0",
|
|
24
24
|
"ts-node": "^10.9.2",
|
|
25
25
|
"xml2json": "^0.12.0",
|
|
26
|
-
"@leafygreen-ui/lib": "^14.0
|
|
26
|
+
"@leafygreen-ui/lib": "^14.1.0",
|
|
27
27
|
"@leafygreen-ui/palette": "^4.1.4"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
package/scripts/prebuild.ts
CHANGED
|
@@ -62,6 +62,8 @@ async function buildSvgFiles(
|
|
|
62
62
|
const outputDir = await createOutputDirectory(flags);
|
|
63
63
|
|
|
64
64
|
await Promise.all(svgFiles.map(processFile(outputDir)));
|
|
65
|
+
|
|
66
|
+
await createIndexFile(svgFiles);
|
|
65
67
|
}
|
|
66
68
|
|
|
67
69
|
function filterSvgFiles(str: string): boolean {
|
|
@@ -84,6 +86,44 @@ async function createOutputDirectory(flags: Flags) {
|
|
|
84
86
|
return outputDir;
|
|
85
87
|
}
|
|
86
88
|
|
|
89
|
+
async function indexTemplate(svgFiles: Array<FileObject>) {
|
|
90
|
+
const imports = svgFiles
|
|
91
|
+
.map(({ name }) => `import ${name} from './${name}.svg';`)
|
|
92
|
+
.join('\n');
|
|
93
|
+
|
|
94
|
+
const _glyphs = `{
|
|
95
|
+
${svgFiles.map(({ name }) => `${name}`).join(',\n')}
|
|
96
|
+
}`;
|
|
97
|
+
|
|
98
|
+
return `
|
|
99
|
+
import { createGlyphComponent } from '../createGlyphComponent';
|
|
100
|
+
import { LGGlyph } from '../types';
|
|
101
|
+
|
|
102
|
+
// Glyphs
|
|
103
|
+
${imports}
|
|
104
|
+
|
|
105
|
+
const _glyphs = ${_glyphs} as const;
|
|
106
|
+
|
|
107
|
+
export type GlyphName = keyof typeof _glyphs;
|
|
108
|
+
|
|
109
|
+
const glyphKeys = Object.keys(_glyphs) as Array<GlyphName>;
|
|
110
|
+
|
|
111
|
+
export const glyphs = glyphKeys.reduce((acc, name) => {
|
|
112
|
+
acc[name] = createGlyphComponent(name, _glyphs[name]);
|
|
113
|
+
|
|
114
|
+
return acc;
|
|
115
|
+
}, {} as Record<GlyphName, LGGlyph.Component>);
|
|
116
|
+
`;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
async function createIndexFile(svgFiles: Array<FileObject>) {
|
|
120
|
+
const indexPath = path.resolve(__dirname, '..', 'src/glyphs', 'index.ts');
|
|
121
|
+
|
|
122
|
+
const indexContent = await indexTemplate(svgFiles);
|
|
123
|
+
|
|
124
|
+
await promisify(fs.writeFile)(indexPath, indexContent, { encoding: 'utf8' });
|
|
125
|
+
}
|
|
126
|
+
|
|
87
127
|
function annotateFileContent(
|
|
88
128
|
script: string,
|
|
89
129
|
checksum: string,
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This is a generated file. Do not modify it manually.
|
|
3
|
+
*
|
|
4
|
+
* @script ./node_modules/.bin/ts-node packages/icon/scripts/prebuild.ts
|
|
5
|
+
* @checksum a31c1711ca9859701cbae4602be32c4e
|
|
6
|
+
*/
|
|
7
|
+
import * as React from "react";
|
|
8
|
+
import { css, cx } from '@leafygreen-ui/emotion';
|
|
9
|
+
import { generateAccessibleProps, sizeMap } from '../glyphCommon';
|
|
10
|
+
import { LGGlyph } from '../types';
|
|
11
|
+
export interface AnalyticsNodeProps extends LGGlyph.ComponentProps {}
|
|
12
|
+
const AnalyticsNode = ({
|
|
13
|
+
className,
|
|
14
|
+
size = 16,
|
|
15
|
+
title,
|
|
16
|
+
['aria-label']: ariaLabel,
|
|
17
|
+
['aria-labelledby']: ariaLabelledby,
|
|
18
|
+
fill,
|
|
19
|
+
role = 'img',
|
|
20
|
+
...props
|
|
21
|
+
}: AnalyticsNodeProps) => {
|
|
22
|
+
const fillStyle = css`
|
|
23
|
+
color: ${fill};
|
|
24
|
+
`;
|
|
25
|
+
const noFlexShrink = css`
|
|
26
|
+
flex-shrink: 0;
|
|
27
|
+
`;
|
|
28
|
+
const accessibleProps = generateAccessibleProps(role, 'AnalyticsNode', {
|
|
29
|
+
title,
|
|
30
|
+
['aria-label']: ariaLabel,
|
|
31
|
+
['aria-labelledby']: ariaLabelledby
|
|
32
|
+
});
|
|
33
|
+
return <svg className={cx({
|
|
34
|
+
[fillStyle]: fill != null
|
|
35
|
+
}, noFlexShrink, className)} height={typeof size === 'number' ? size : sizeMap[size]} width={typeof size === 'number' ? size : sizeMap[size]} role={role} {...accessibleProps} {...props} viewBox="0 0 16 16"><path d="M4.23999 11.1535L7.27999 4.05352H8.71999L11.76 11.1535H10.1L9.46999 9.65352H6.52999L5.89999 11.1535H4.23999ZM7.10999 8.27352H8.88999L7.99999 6.13352L7.10999 8.27352Z" fill={'currentColor'} /><path fillRule="evenodd" clipRule="evenodd" d="M8 13.5C11.0376 13.5 13.5 11.0376 13.5 8C13.5 4.96243 11.0376 2.5 8 2.5C4.96243 2.5 2.5 4.96243 2.5 8C2.5 11.0376 4.96243 13.5 8 13.5ZM8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15Z" fill={'currentColor'} /></svg>;
|
|
36
|
+
};
|
|
37
|
+
AnalyticsNode.displayName = 'AnalyticsNode';
|
|
38
|
+
AnalyticsNode.isGlyph = true;
|
|
39
|
+
export default AnalyticsNode;
|
package/src/generated/Circle.tsx
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This is a generated file. Do not modify it manually.
|
|
3
3
|
*
|
|
4
4
|
* @script ./node_modules/.bin/ts-node packages/icon/scripts/prebuild.ts
|
|
5
|
-
* @checksum
|
|
5
|
+
* @checksum 32d62e5b8ee1952bb2c014e6c62e9837
|
|
6
6
|
*/
|
|
7
7
|
import * as React from "react";
|
|
8
8
|
import { css, cx } from '@leafygreen-ui/emotion';
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This is a generated file. Do not modify it manually.
|
|
3
|
+
*
|
|
4
|
+
* @script ./node_modules/.bin/ts-node packages/icon/scripts/prebuild.ts
|
|
5
|
+
* @checksum e86174a146a4d1f517cc7ee0b1cb50f1
|
|
6
|
+
*/
|
|
7
|
+
import * as React from "react";
|
|
8
|
+
import { css, cx } from '@leafygreen-ui/emotion';
|
|
9
|
+
import { generateAccessibleProps, sizeMap } from '../glyphCommon';
|
|
10
|
+
import { LGGlyph } from '../types';
|
|
11
|
+
export interface ConfigProps extends LGGlyph.ComponentProps {}
|
|
12
|
+
const Config = ({
|
|
13
|
+
className,
|
|
14
|
+
size = 16,
|
|
15
|
+
title,
|
|
16
|
+
['aria-label']: ariaLabel,
|
|
17
|
+
['aria-labelledby']: ariaLabelledby,
|
|
18
|
+
fill,
|
|
19
|
+
role = 'img',
|
|
20
|
+
...props
|
|
21
|
+
}: ConfigProps) => {
|
|
22
|
+
const fillStyle = css`
|
|
23
|
+
color: ${fill};
|
|
24
|
+
`;
|
|
25
|
+
const noFlexShrink = css`
|
|
26
|
+
flex-shrink: 0;
|
|
27
|
+
`;
|
|
28
|
+
const accessibleProps = generateAccessibleProps(role, 'Config', {
|
|
29
|
+
title,
|
|
30
|
+
['aria-label']: ariaLabel,
|
|
31
|
+
['aria-labelledby']: ariaLabelledby
|
|
32
|
+
});
|
|
33
|
+
return <svg className={cx({
|
|
34
|
+
[fillStyle]: fill != null
|
|
35
|
+
}, noFlexShrink, className)} height={typeof size === 'number' ? size : sizeMap[size]} width={typeof size === 'number' ? size : sizeMap[size]} role={role} {...accessibleProps} {...props} viewBox="0 0 16 16"><path d="M12.7 2.56989C12.41 2.56989 12.17 2.80989 12.17 3.09989V4.34989L11.32 3.49989C9.21 1.39989 5.75 1.51989 3.78 3.75989C2.65 5.03989 2.23 6.82989 2.68 8.48989C3.24 10.5299 4.98 12.0099 7.08 12.2299L8.1 12.3399C8.42 13.2799 9.3 13.9499 10.34 13.9499C11.65 13.9499 12.71 12.8899 12.71 11.5799C12.71 10.2699 11.65 9.20989 10.34 9.20989C9.14 9.20989 8.16 10.0999 8 11.2599L7.19 11.1799C5.53 11.0099 4.14 9.82989 3.7 8.21989C3.34 6.90989 3.67 5.48989 4.58 4.46989C6.15 2.68989 8.9 2.59989 10.57 4.26989L11.42 5.11989H10.17C9.88 5.11989 9.64 5.35989 9.64 5.64989C9.64 5.93989 9.88 6.17989 10.17 6.17989H12.71C13 6.17989 13.24 5.93989 13.24 5.64989V3.09989C13.24 2.80989 13 2.56989 12.71 2.56989H12.7ZM10.34 10.3099C11.04 10.3099 11.6 10.8799 11.6 11.5699C11.6 12.2599 11.03 12.8299 10.34 12.8299C9.65 12.8299 9.08 12.2599 9.08 11.5699C9.08 10.8799 9.65 10.3099 10.34 10.3099Z" fill={'currentColor'} /></svg>;
|
|
36
|
+
};
|
|
37
|
+
Config.displayName = 'Config';
|
|
38
|
+
Config.isGlyph = true;
|
|
39
|
+
export default Config;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This is a generated file. Do not modify it manually.
|
|
3
3
|
*
|
|
4
4
|
* @script ./node_modules/.bin/ts-node packages/icon/scripts/prebuild.ts
|
|
5
|
-
* @checksum
|
|
5
|
+
* @checksum 2f0bbe297900baccd0bd5be7a99548ba
|
|
6
6
|
*/
|
|
7
7
|
import * as React from "react";
|
|
8
8
|
import { css, cx } from '@leafygreen-ui/emotion';
|
|
@@ -32,7 +32,7 @@ const Download = ({
|
|
|
32
32
|
});
|
|
33
33
|
return <svg className={cx({
|
|
34
34
|
[fillStyle]: fill != null
|
|
35
|
-
}, noFlexShrink, className)} height={typeof size === 'number' ? size : sizeMap[size]} width={typeof size === 'number' ? size : sizeMap[size]} role={role} {...accessibleProps} {...props} viewBox="0 0 16 16"><path
|
|
35
|
+
}, noFlexShrink, className)} height={typeof size === 'number' ? size : sizeMap[size]} width={typeof size === 'number' ? size : sizeMap[size]} role={role} {...accessibleProps} {...props} viewBox="0 0 16 16"><path d="M8.86193 2.74973L8.86193 7.95618L10.0128 6.80534C10.3056 6.51255 10.7803 6.51255 11.0731 6.80534L11.2522 6.98446C11.545 7.27725 11.545 7.75195 11.2522 8.04474L8.71611 10.5808C8.70969 10.5877 8.70311 10.5946 8.69638 10.6013L8.51726 10.7804C8.22447 11.0732 7.74976 11.0732 7.45698 10.7804L4.71959 8.04302C4.4268 7.75024 4.4268 7.27553 4.71959 6.98274L4.89871 6.80362C5.1915 6.51083 5.66621 6.51083 5.95899 6.80362L7.10914 7.95377V2.74973C7.10914 2.33567 7.44481 2 7.85888 2L8.1122 2C8.52626 2 8.86193 2.33567 8.86193 2.74973Z" fill={'currentColor'} /><path fillRule="evenodd" clipRule="evenodd" d="M3 10.25C3.41421 10.25 3.75 10.5858 3.75 11V12C3.75 12.1381 3.86193 12.25 4 12.25H12C12.1381 12.25 12.25 12.1381 12.25 12V11C12.25 10.5858 12.5858 10.25 13 10.25C13.4142 10.25 13.75 10.5858 13.75 11V12C13.75 12.9665 12.9665 13.75 12 13.75H4C3.0335 13.75 2.25 12.9665 2.25 12V11C2.25 10.5858 2.58579 10.25 3 10.25Z" fill={'currentColor'} /></svg>;
|
|
36
36
|
};
|
|
37
37
|
Download.displayName = 'Download';
|
|
38
38
|
Download.isGlyph = true;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This is a generated file. Do not modify it manually.
|
|
3
3
|
*
|
|
4
4
|
* @script ./node_modules/.bin/ts-node packages/icon/scripts/prebuild.ts
|
|
5
|
-
* @checksum
|
|
5
|
+
* @checksum f2ea49b0083f7cba90c80e8f911214fd
|
|
6
6
|
*/
|
|
7
7
|
import * as React from "react";
|
|
8
8
|
import { css, cx } from '@leafygreen-ui/emotion';
|
|
@@ -32,7 +32,7 @@ const Favorite = ({
|
|
|
32
32
|
});
|
|
33
33
|
return <svg className={cx({
|
|
34
34
|
[fillStyle]: fill != null
|
|
35
|
-
}, noFlexShrink, className)} height={typeof size === 'number' ? size : sizeMap[size]} width={typeof size === 'number' ? size : sizeMap[size]} role={role} {...accessibleProps} {...props} viewBox="0 0 16 16"><path d="M7.
|
|
35
|
+
}, noFlexShrink, className)} height={typeof size === 'number' ? size : sizeMap[size]} width={typeof size === 'number' ? size : sizeMap[size]} role={role} {...accessibleProps} {...props} viewBox="0 0 16 16"><path d="M7.53827 1.55798C7.70907 1.14734 8.2908 1.14734 8.46159 1.55798L9.99868 5.25357C10.0706 5.42669 10.2334 5.54498 10.4203 5.55996L14.41 5.87981C14.8534 5.91535 15.0331 6.46861 14.6954 6.75794L11.6556 9.3618C11.5132 9.48377 11.4511 9.67516 11.4946 9.85754L12.4232 13.7508C12.5264 14.1834 12.0558 14.5253 11.6763 14.2935L8.26056 12.2072C8.10055 12.1095 7.89931 12.1095 7.73931 12.2072L4.32356 14.2935C3.94401 14.5253 3.47339 14.1834 3.57658 13.7508L4.50527 9.85754C4.54877 9.67516 4.48659 9.48377 4.34419 9.3618L1.30446 6.75794C0.96669 6.46861 1.14645 5.91535 1.58978 5.87981L5.57948 5.55996C5.76638 5.54498 5.92918 5.42669 6.00119 5.25357L7.53827 1.55798Z" fill={'currentColor'} /></svg>;
|
|
36
36
|
};
|
|
37
37
|
Favorite.displayName = 'Favorite';
|
|
38
38
|
Favorite.isGlyph = true;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This is a generated file. Do not modify it manually.
|
|
3
|
+
*
|
|
4
|
+
* @script ./node_modules/.bin/ts-node packages/icon/scripts/prebuild.ts
|
|
5
|
+
* @checksum 14bcbe07bf135901fbbc39793e16030a
|
|
6
|
+
*/
|
|
7
|
+
import * as React from "react";
|
|
8
|
+
import { css, cx } from '@leafygreen-ui/emotion';
|
|
9
|
+
import { generateAccessibleProps, sizeMap } from '../glyphCommon';
|
|
10
|
+
import { LGGlyph } from '../types';
|
|
11
|
+
export interface FunctionProps extends LGGlyph.ComponentProps {}
|
|
12
|
+
const Function = ({
|
|
13
|
+
className,
|
|
14
|
+
size = 16,
|
|
15
|
+
title,
|
|
16
|
+
['aria-label']: ariaLabel,
|
|
17
|
+
['aria-labelledby']: ariaLabelledby,
|
|
18
|
+
fill,
|
|
19
|
+
role = 'img',
|
|
20
|
+
...props
|
|
21
|
+
}: FunctionProps) => {
|
|
22
|
+
const fillStyle = css`
|
|
23
|
+
color: ${fill};
|
|
24
|
+
`;
|
|
25
|
+
const noFlexShrink = css`
|
|
26
|
+
flex-shrink: 0;
|
|
27
|
+
`;
|
|
28
|
+
const accessibleProps = generateAccessibleProps(role, 'Function', {
|
|
29
|
+
title,
|
|
30
|
+
['aria-label']: ariaLabel,
|
|
31
|
+
['aria-labelledby']: ariaLabelledby
|
|
32
|
+
});
|
|
33
|
+
return <svg className={cx({
|
|
34
|
+
[fillStyle]: fill != null
|
|
35
|
+
}, noFlexShrink, className)} height={typeof size === 'number' ? size : sizeMap[size]} width={typeof size === 'number' ? size : sizeMap[size]} role={role} {...accessibleProps} {...props} viewBox="0 0 16 16"><path fillRule="evenodd" clipRule="evenodd" d="M8.97109 5.02989C9.32595 5.15463 9.77919 5.42309 10.0605 5.97407C10.1155 6.08185 10.368 6.46167 10.7732 7.03828C11.1598 7.58843 11.6451 8.26217 12.1217 8.91773C12.5979 9.57275 13.0637 10.2073 13.4106 10.6782C13.584 10.9136 13.7276 11.108 13.8278 11.2435L13.984 11.4545L13.9846 11.4553L12.7798 12.3489L12.6218 12.1354C12.5211 11.9992 12.3769 11.8041 12.2029 11.5678C11.8549 11.0954 11.3871 10.4582 10.9085 9.7998C10.4302 9.14196 9.93934 8.46062 9.54588 7.90065C9.17103 7.36716 8.83973 6.88184 8.72449 6.6561C8.66525 6.54006 8.57608 6.48101 8.47365 6.44501C8.42075 6.42641 8.37145 6.41719 8.33713 6.41294C8.32305 6.4112 8.31288 6.41047 8.30776 6.41018L8.30594 6.41008H3.67899V4.91008H8.30604L8.30853 4.91007L8.32622 4.91018C8.33953 4.91036 8.3559 4.91079 8.37501 4.91167C8.41313 4.91344 8.4628 4.91705 8.52139 4.9243C8.63728 4.93865 8.79534 4.96811 8.97109 5.02989Z" fill={'currentColor'} /><path fillRule="evenodd" clipRule="evenodd" d="M14.4976 5.97967L8.13926 12.348L7.07778 11.2881L13.4361 4.91984L14.4976 5.97967Z" fill={'currentColor'} /><path fillRule="evenodd" clipRule="evenodd" d="M10.0554 1.23222C10.0554 1.23222 10.0557 1.23235 9.80834 1.94037C9.56094 2.64839 9.56127 2.64851 9.56127 2.64851L9.56306 2.64913L9.54599 2.64365C9.52931 2.63843 9.50162 2.63009 9.46441 2.61998C9.38967 2.59968 9.27845 2.57277 9.14232 2.54956C8.86448 2.5022 8.51151 2.47522 8.16284 2.53192C7.8992 2.57479 7.67508 2.71385 7.5022 2.89831C7.31854 3.09427 7.24074 3.28955 7.22769 3.36378C7.18558 3.60314 6.80654 5.88451 6.43657 8.11495C6.25191 9.2282 6.06994 10.3262 5.93412 11.1459L5.70857 12.5076L5.70821 12.5097L5.70728 12.5152L5.70444 12.5312C5.70211 12.5441 5.69888 12.5612 5.69468 12.5823C5.6863 12.6242 5.67395 12.6818 5.65698 12.7511C5.62334 12.8883 5.57002 13.0776 5.49071 13.2841C5.34699 13.6583 5.05661 14.2553 4.49397 14.5819C4.02314 14.8552 3.46753 14.9621 2.96614 14.9903C2.45559 15.0189 1.93887 14.9693 1.5 14.8801L1.79887 13.4101C2.12843 13.4772 2.51574 13.5132 2.88211 13.4926C3.25763 13.4716 3.55181 13.3944 3.74092 13.2846C3.83822 13.2282 3.97349 13.0508 4.09044 12.7463C4.14146 12.6135 4.17723 12.4873 4.20009 12.394C4.21137 12.348 4.21912 12.3116 4.22378 12.2882L4.22843 12.264L4.22871 12.2626L4.96874 12.3844C4.22882 12.2619 4.22871 12.2626 4.22871 12.2626L4.22889 12.2615L4.22907 12.2604L4.4543 10.9007C4.59012 10.081 4.77211 8.98286 4.95679 7.8695C5.32549 5.64672 5.70659 3.35282 5.75037 3.10392C5.82319 2.68991 6.06482 2.23845 6.40776 1.87255C6.76148 1.49514 7.27113 1.15722 7.92207 1.05136C8.48799 0.959336 9.01795 1.00672 9.39441 1.0709C9.58542 1.10346 9.74419 1.14162 9.85765 1.17245C9.91454 1.1879 9.96051 1.20164 9.99395 1.2121C10.0107 1.21734 10.0243 1.22177 10.0347 1.22521L10.0477 1.22959L10.0524 1.23118L10.0542 1.23182L10.0554 1.23222Z" fill={'currentColor'} /></svg>;
|
|
36
|
+
};
|
|
37
|
+
Function.displayName = 'Function';
|
|
38
|
+
Function.isGlyph = true;
|
|
39
|
+
export default Function;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This is a generated file. Do not modify it manually.
|
|
3
|
+
*
|
|
4
|
+
* @script ./node_modules/.bin/ts-node packages/icon/scripts/prebuild.ts
|
|
5
|
+
* @checksum c435ce4663d07e7c5edff222e8ad9bb1
|
|
6
|
+
*/
|
|
7
|
+
import * as React from "react";
|
|
8
|
+
import { css, cx } from '@leafygreen-ui/emotion';
|
|
9
|
+
import { generateAccessibleProps, sizeMap } from '../glyphCommon';
|
|
10
|
+
import { LGGlyph } from '../types';
|
|
11
|
+
export interface HiddenSecondaryNodeProps extends LGGlyph.ComponentProps {}
|
|
12
|
+
const HiddenSecondaryNode = ({
|
|
13
|
+
className,
|
|
14
|
+
size = 16,
|
|
15
|
+
title,
|
|
16
|
+
['aria-label']: ariaLabel,
|
|
17
|
+
['aria-labelledby']: ariaLabelledby,
|
|
18
|
+
fill,
|
|
19
|
+
role = 'img',
|
|
20
|
+
...props
|
|
21
|
+
}: HiddenSecondaryNodeProps) => {
|
|
22
|
+
const fillStyle = css`
|
|
23
|
+
color: ${fill};
|
|
24
|
+
`;
|
|
25
|
+
const noFlexShrink = css`
|
|
26
|
+
flex-shrink: 0;
|
|
27
|
+
`;
|
|
28
|
+
const accessibleProps = generateAccessibleProps(role, 'HiddenSecondaryNode', {
|
|
29
|
+
title,
|
|
30
|
+
['aria-label']: ariaLabel,
|
|
31
|
+
['aria-labelledby']: ariaLabelledby
|
|
32
|
+
});
|
|
33
|
+
return <svg className={cx({
|
|
34
|
+
[fillStyle]: fill != null
|
|
35
|
+
}, noFlexShrink, className)} height={typeof size === 'number' ? size : sizeMap[size]} width={typeof size === 'number' ? size : sizeMap[size]} role={role} {...accessibleProps} {...props} viewBox="0 0 16 16"><path fillRule="evenodd" clipRule="evenodd" d="M7.51193 1.01678C7.67329 1.00565 7.83604 1 8 1C8.16396 1 8.32671 1.00565 8.48807 1.01678C8.88252 1.04399 9.18022 1.38581 9.15302 1.78025C9.12581 2.1747 8.78399 2.47241 8.38954 2.4452C8.26095 2.43633 8.13106 2.43182 8 2.43182C7.86894 2.43182 7.73905 2.43633 7.61046 2.4452C7.21601 2.47241 6.87419 2.1747 6.84698 1.78025C6.81978 1.38581 7.11748 1.04399 7.51193 1.01678ZM5.88788 2.03629C6.06146 2.39154 5.9142 2.82024 5.55896 2.99382C5.32527 3.10801 5.10067 3.23814 4.88658 3.38282C4.55899 3.60421 4.11395 3.51811 3.89257 3.19052C3.67118 2.86293 3.75727 2.41789 4.08487 2.1965C4.35387 2.0147 4.63629 1.85106 4.93035 1.70737C5.28559 1.53379 5.71429 1.68105 5.88788 2.03629ZM10.1121 2.03629C10.2857 1.68105 10.7144 1.53379 11.0696 1.70737C11.3637 1.85106 11.6461 2.01471 11.9151 2.1965C12.2427 2.41789 12.3288 2.86293 12.1074 3.19052C11.886 3.51811 11.441 3.60421 11.1134 3.38282C10.8993 3.23814 10.6747 3.10801 10.441 2.99382C10.0858 2.82024 9.93853 2.39154 10.1121 2.03629ZM3.19052 3.89257C3.51811 4.11395 3.60421 4.55899 3.38282 4.88658C3.23814 5.10067 3.10801 5.32527 2.99382 5.55896C2.82024 5.9142 2.39154 6.06146 2.03629 5.88788C1.68105 5.71429 1.53379 5.28559 1.70737 4.93035C1.85106 4.63629 2.01471 4.35387 2.1965 4.08487C2.41789 3.75727 2.86293 3.67118 3.19052 3.89257ZM12.8095 3.89257C13.1371 3.67118 13.5821 3.75727 13.8035 4.08487C13.9853 4.35387 14.1489 4.63629 14.2926 4.93035C14.4662 5.28559 14.3189 5.71429 13.9637 5.88788C13.6085 6.06146 13.1798 5.9142 13.0062 5.55896C12.892 5.32527 12.7619 5.10067 12.6172 4.88658C12.3958 4.55899 12.4819 4.11395 12.8095 3.89257ZM1.78025 6.84698C2.1747 6.87419 2.47241 7.21601 2.4452 7.61046C2.43633 7.73905 2.43182 7.86894 2.43182 8C2.43182 8.13106 2.43633 8.26095 2.4452 8.38954C2.47241 8.78399 2.1747 9.12581 1.78025 9.15302C1.38581 9.18022 1.04399 8.88252 1.01678 8.48807C1.00565 8.32671 1 8.16396 1 8C1 7.83604 1.00565 7.67329 1.01678 7.51193C1.04399 7.11748 1.38581 6.81978 1.78025 6.84698ZM14.2197 6.84698C14.6142 6.81978 14.956 7.11748 14.9832 7.51193C14.9943 7.67329 15 7.83604 15 8C15 8.16396 14.9943 8.32671 14.9832 8.48807C14.956 8.88252 14.6142 9.18022 14.2197 9.15302C13.8253 9.12581 13.5276 8.78399 13.5548 8.38954C13.5637 8.26095 13.5682 8.13106 13.5682 8C13.5682 7.86894 13.5637 7.73905 13.5548 7.61046C13.5276 7.21601 13.8253 6.87419 14.2197 6.84698ZM2.03629 10.1121C2.39154 9.93853 2.82024 10.0858 2.99382 10.441C3.10801 10.6747 3.23814 10.8993 3.38282 11.1134C3.60421 11.441 3.51811 11.886 3.19052 12.1074C2.86293 12.3288 2.41789 12.2427 2.1965 11.9151C2.0147 11.6461 1.85106 11.3637 1.70737 11.0696C1.53379 10.7144 1.68105 10.2857 2.03629 10.1121ZM13.9637 10.1121C14.3189 10.2857 14.4662 10.7144 14.2926 11.0696C14.1489 11.3637 13.9853 11.6461 13.8035 11.9151C13.5821 12.2427 13.1371 12.3288 12.8095 12.1074C12.4819 11.886 12.3958 11.441 12.6172 11.1134C12.7619 10.8993 12.892 10.6747 13.0062 10.441C13.1798 10.0858 13.6085 9.93853 13.9637 10.1121ZM3.89257 12.8095C4.11395 12.4819 4.55899 12.3958 4.88658 12.6172C5.10067 12.7619 5.32527 12.892 5.55896 13.0062C5.9142 13.1798 6.06146 13.6085 5.88788 13.9637C5.71429 14.3189 5.28559 14.4662 4.93035 14.2926C4.63629 14.1489 4.35387 13.9853 4.08487 13.8035C3.75727 13.5821 3.67118 13.1371 3.89257 12.8095ZM12.1074 12.8095C12.3288 13.1371 12.2427 13.5821 11.9151 13.8035C11.6461 13.9853 11.3637 14.1489 11.0696 14.2926C10.7144 14.4662 10.2857 14.3189 10.1121 13.9637C9.93853 13.6085 10.0858 13.1798 10.441 13.0062C10.6747 12.892 10.8993 12.7619 11.1134 12.6172C11.441 12.3958 11.886 12.4819 12.1074 12.8095ZM6.84698 14.2197C6.87419 13.8253 7.21601 13.5276 7.61046 13.5548C7.73905 13.5637 7.86894 13.5682 8 13.5682C8.13106 13.5682 8.26095 13.5637 8.38954 13.5548C8.78399 13.5276 9.12581 13.8253 9.15302 14.2197C9.18022 14.6142 8.88252 14.956 8.48807 14.9832C8.32671 14.9943 8.16396 15 8 15C7.83604 15 7.67329 14.9943 7.51193 14.9832C7.11748 14.956 6.81978 14.6142 6.84698 14.2197Z" fill={'currentColor'} /><path d="M10.8637 9.74047C10.8637 11.1729 9.65676 12.0567 7.99728 12.0567C6.22808 12.0567 4.96632 10.9596 4.89775 9.46618H6.85895C6.92753 10.1367 7.44869 10.4567 8.05213 10.4567C8.64187 10.4567 8.94359 10.2129 8.94359 9.84714C8.94359 9.45094 8.68301 9.25284 8.07956 9.08521L6.79038 8.71949C5.5972 8.38424 5.04861 7.46992 5.04861 6.35751C5.04861 5.04699 6.09093 4.10219 7.80527 4.10219C9.31389 4.10219 10.4659 4.98603 10.5756 6.50989H8.68301C8.58701 5.93083 8.18928 5.73272 7.77784 5.73272C7.29782 5.73272 6.96867 5.94606 6.96867 6.31179C6.96867 6.73847 7.33897 6.9061 7.75041 7.01277L8.95731 7.37849C10.3014 7.75946 10.8637 8.55186 10.8637 9.74047Z" fill={'currentColor'} /></svg>;
|
|
36
|
+
};
|
|
37
|
+
HiddenSecondaryNode.displayName = 'HiddenSecondaryNode';
|
|
38
|
+
HiddenSecondaryNode.isGlyph = true;
|
|
39
|
+
export default HiddenSecondaryNode;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This is a generated file. Do not modify it manually.
|
|
3
|
+
*
|
|
4
|
+
* @script ./node_modules/.bin/ts-node packages/icon/scripts/prebuild.ts
|
|
5
|
+
* @checksum 6dcff19f3439fef85a95e03db6c0a434
|
|
6
|
+
*/
|
|
7
|
+
import * as React from "react";
|
|
8
|
+
import { css, cx } from '@leafygreen-ui/emotion';
|
|
9
|
+
import { generateAccessibleProps, sizeMap } from '../glyphCommon';
|
|
10
|
+
import { LGGlyph } from '../types';
|
|
11
|
+
export interface NumberedListProps extends LGGlyph.ComponentProps {}
|
|
12
|
+
const NumberedList = ({
|
|
13
|
+
className,
|
|
14
|
+
size = 16,
|
|
15
|
+
title,
|
|
16
|
+
['aria-label']: ariaLabel,
|
|
17
|
+
['aria-labelledby']: ariaLabelledby,
|
|
18
|
+
fill,
|
|
19
|
+
role = 'img',
|
|
20
|
+
...props
|
|
21
|
+
}: NumberedListProps) => {
|
|
22
|
+
const fillStyle = css`
|
|
23
|
+
color: ${fill};
|
|
24
|
+
`;
|
|
25
|
+
const noFlexShrink = css`
|
|
26
|
+
flex-shrink: 0;
|
|
27
|
+
`;
|
|
28
|
+
const accessibleProps = generateAccessibleProps(role, 'NumberedList', {
|
|
29
|
+
title,
|
|
30
|
+
['aria-label']: ariaLabel,
|
|
31
|
+
['aria-labelledby']: ariaLabelledby
|
|
32
|
+
});
|
|
33
|
+
return <svg className={cx({
|
|
34
|
+
[fillStyle]: fill != null
|
|
35
|
+
}, noFlexShrink, className)} height={typeof size === 'number' ? size : sizeMap[size]} width={typeof size === 'number' ? size : sizeMap[size]} role={role} {...accessibleProps} {...props} viewBox="0 0 16 16"><path d="M2.64914 4.29651C2.73717 4.39255 2.86522 4.45658 3.00128 4.45658C3.08131 4.45658 3.15334 4.44057 3.25738 4.41656L3.5615 4.33653V6.48138H3.12933C2.96126 6.48138 2.8012 6.50539 2.67315 6.61743C2.56911 6.71347 2.51308 6.84952 2.51308 6.98558C2.51308 7.12163 2.56911 7.26569 2.67315 7.36173C2.8012 7.47377 2.95326 7.49778 3.12933 7.49778H5.01007C5.18614 7.49778 5.3382 7.46577 5.46625 7.36173C5.57029 7.27369 5.62632 7.12964 5.62632 6.99358C5.62632 6.85753 5.57029 6.71347 5.46625 6.61743C5.3382 6.50539 5.18614 6.48138 5.01007 6.48138H4.5779V3L2.99327 3.40816C2.84121 3.45618 2.72917 3.48819 2.62513 3.59223C2.5451 3.68827 2.51308 3.80832 2.51308 3.92036C2.51308 4.04842 2.5611 4.18447 2.64914 4.28851V4.29651Z" fill={'currentColor'} /><path d="M5.15413 11.9876C5.05809 11.9876 4.97006 12.0276 4.89002 12.0756H4.12172C4.52188 11.7315 4.80199 11.4834 4.97806 11.3153C5.25817 11.0432 5.44224 10.8431 5.53828 10.651C5.62632 10.475 5.66633 10.2829 5.66633 10.0828C5.66633 9.69065 5.51427 9.33851 5.22616 9.07441C4.93804 8.8023 4.55389 8.65824 4.12172 8.66624C3.84161 8.66624 3.5695 8.73027 3.32941 8.85032C3.08931 8.97037 2.88923 9.14644 2.75318 9.36252C2.63313 9.5626 2.5531 9.73867 2.5531 9.92274C2.5531 10.0588 2.60912 10.1868 2.70516 10.2749C2.8012 10.3709 2.92925 10.4269 3.0653 10.4269C3.16934 10.4269 3.28139 10.3949 3.36942 10.3309C3.46546 10.2589 3.52148 10.1628 3.5535 10.0508C3.59351 9.93875 3.64153 9.86672 3.68155 9.8267C3.79359 9.73067 3.92164 9.68265 4.10571 9.68265C4.28979 9.68265 4.41784 9.73067 4.50587 9.8107C4.60191 9.89873 4.63392 9.97076 4.63392 10.0668C4.63392 10.1228 4.60191 10.2109 4.50587 10.3229C4.29779 10.563 3.60952 11.1632 2.49708 12.0916L2.42505 12.1556V13.108H5.66633V12.6118C5.66633 12.4357 5.64232 12.2837 5.53028 12.1556C5.44224 12.0516 5.29018 11.9956 5.15413 11.9956V11.9876Z" fill={'currentColor'} /><path d="M12.5731 11.0912H8.25936C7.70714 11.0912 7.25896 11.5394 7.25896 12.0916C7.25896 12.6438 7.70714 13.092 8.25936 13.092H12.5731C13.1253 13.092 13.5735 12.6438 13.5735 12.0916C13.5735 11.5394 13.1253 11.0912 12.5731 11.0912Z" fill={'currentColor'} /><path d="M8.25936 5.08883H12.5731C13.1253 5.08883 13.5735 4.64065 13.5735 4.08843C13.5735 3.53621 13.1253 3.08803 12.5731 3.08803H8.25936C7.70714 3.08803 7.25896 3.53621 7.25896 4.08843C7.25896 4.64065 7.70714 5.08883 8.25936 5.08883Z" fill={'currentColor'} /><path d="M12.5731 7.15365H8.25936C7.70714 7.15365 7.25896 7.60182 7.25896 8.15404C7.25896 8.70626 7.70714 9.15444 8.25936 9.15444H12.5731C13.1253 9.15444 13.5735 8.70626 13.5735 8.15404C13.5735 7.60182 13.1253 7.15365 12.5731 7.15365Z" fill={'currentColor'} /></svg>;
|
|
36
|
+
};
|
|
37
|
+
NumberedList.displayName = 'NumberedList';
|
|
38
|
+
NumberedList.isGlyph = true;
|
|
39
|
+
export default NumberedList;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This is a generated file. Do not modify it manually.
|
|
3
|
+
*
|
|
4
|
+
* @script ./node_modules/.bin/ts-node packages/icon/scripts/prebuild.ts
|
|
5
|
+
* @checksum 16d95460f1b4b044282b395f7f7b2761
|
|
6
|
+
*/
|
|
7
|
+
import * as React from "react";
|
|
8
|
+
import { css, cx } from '@leafygreen-ui/emotion';
|
|
9
|
+
import { generateAccessibleProps, sizeMap } from '../glyphCommon';
|
|
10
|
+
import { LGGlyph } from '../types';
|
|
11
|
+
export interface OutlineFavoriteProps extends LGGlyph.ComponentProps {}
|
|
12
|
+
const OutlineFavorite = ({
|
|
13
|
+
className,
|
|
14
|
+
size = 16,
|
|
15
|
+
title,
|
|
16
|
+
['aria-label']: ariaLabel,
|
|
17
|
+
['aria-labelledby']: ariaLabelledby,
|
|
18
|
+
fill,
|
|
19
|
+
role = 'img',
|
|
20
|
+
...props
|
|
21
|
+
}: OutlineFavoriteProps) => {
|
|
22
|
+
const fillStyle = css`
|
|
23
|
+
color: ${fill};
|
|
24
|
+
`;
|
|
25
|
+
const noFlexShrink = css`
|
|
26
|
+
flex-shrink: 0;
|
|
27
|
+
`;
|
|
28
|
+
const accessibleProps = generateAccessibleProps(role, 'OutlineFavorite', {
|
|
29
|
+
title,
|
|
30
|
+
['aria-label']: ariaLabel,
|
|
31
|
+
['aria-labelledby']: ariaLabelledby
|
|
32
|
+
});
|
|
33
|
+
return <svg className={cx({
|
|
34
|
+
[fillStyle]: fill != null
|
|
35
|
+
}, noFlexShrink, className)} height={typeof size === 'number' ? size : sizeMap[size]} width={typeof size === 'number' ? size : sizeMap[size]} role={role} {...accessibleProps} {...props} viewBox="0 0 16 16"><path fillRule="evenodd" clipRule="evenodd" d="M7.76906 1.84601C7.76912 1.84614 7.76901 1.84587 7.76906 1.84601ZM7.99989 2.40099L9.30609 5.54144C9.30607 5.54139 9.30611 5.5415 9.30609 5.54144C9.48607 5.97429 9.89318 6.27011 10.3604 6.30757C10.3604 6.30757 10.3604 6.30757 10.3604 6.30757L13.751 6.57939L11.1677 8.79219C10.8115 9.09731 10.6564 9.57588 10.7651 10.0315L11.5542 13.3401L8.65146 11.5672C8.25149 11.3229 7.74839 11.3229 7.34841 11.5671L4.44554 13.3402L5.23476 10.0316C5.3435 9.57566 5.18809 9.09717 4.83207 8.79221C4.83208 8.79222 4.83206 8.7922 4.83207 8.79221L2.24883 6.57938L5.63936 6.30757C5.63936 6.30757 5.63937 6.30757 5.63936 6.30757C6.10663 6.27011 6.51363 5.97437 6.69363 5.54162L7.99989 2.40099ZM14.3501 6.62742C14.3501 6.62742 14.35 6.62741 14.3501 6.62742ZM9.15404 1.26996C8.72705 0.243319 7.27273 0.243376 6.84574 1.26996L5.3673 4.82456L1.52981 5.13221C0.421481 5.22106 -0.0279132 6.60421 0.816504 7.32754C0.816502 7.32754 0.816505 7.32754 0.816504 7.32754L3.74027 9.83206L2.84701 13.5768C2.58901 14.6584 3.76565 15.513 4.71443 14.9336L7.9999 12.9269L11.2854 14.9336C11.2854 14.9336 11.2854 14.9336 11.2854 14.9336C12.2342 15.5131 13.4107 14.6583 13.1527 13.5768C13.1527 13.5768 13.1527 13.5768 13.1527 13.5768L12.2596 9.83201L15.1833 7.32754C16.0275 6.60426 15.5784 5.22107 14.4699 5.13221C14.4699 5.13221 14.4699 5.13221 14.4699 5.13221L10.6325 4.82457L9.15404 1.26996C9.15404 1.26996 9.15404 1.26996 9.15404 1.26996ZM3.85623 9.9314C3.85627 9.93143 3.85619 9.93136 3.85623 9.9314Z" fill={'currentColor'} /></svg>;
|
|
36
|
+
};
|
|
37
|
+
OutlineFavorite.displayName = 'OutlineFavorite';
|
|
38
|
+
OutlineFavorite.isGlyph = true;
|
|
39
|
+
export default OutlineFavorite;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This is a generated file. Do not modify it manually.
|
|
3
|
+
*
|
|
4
|
+
* @script ./node_modules/.bin/ts-node packages/icon/scripts/prebuild.ts
|
|
5
|
+
* @checksum 1b5273a3e4f51ef0845ba854924ff4bf
|
|
6
|
+
*/
|
|
7
|
+
import * as React from "react";
|
|
8
|
+
import { css, cx } from '@leafygreen-ui/emotion';
|
|
9
|
+
import { generateAccessibleProps, sizeMap } from '../glyphCommon';
|
|
10
|
+
import { LGGlyph } from '../types';
|
|
11
|
+
export interface PackageProps extends LGGlyph.ComponentProps {}
|
|
12
|
+
const Package = ({
|
|
13
|
+
className,
|
|
14
|
+
size = 16,
|
|
15
|
+
title,
|
|
16
|
+
['aria-label']: ariaLabel,
|
|
17
|
+
['aria-labelledby']: ariaLabelledby,
|
|
18
|
+
fill,
|
|
19
|
+
role = 'img',
|
|
20
|
+
...props
|
|
21
|
+
}: PackageProps) => {
|
|
22
|
+
const fillStyle = css`
|
|
23
|
+
color: ${fill};
|
|
24
|
+
`;
|
|
25
|
+
const noFlexShrink = css`
|
|
26
|
+
flex-shrink: 0;
|
|
27
|
+
`;
|
|
28
|
+
const accessibleProps = generateAccessibleProps(role, 'Package', {
|
|
29
|
+
title,
|
|
30
|
+
['aria-label']: ariaLabel,
|
|
31
|
+
['aria-labelledby']: ariaLabelledby
|
|
32
|
+
});
|
|
33
|
+
return <svg className={cx({
|
|
34
|
+
[fillStyle]: fill != null
|
|
35
|
+
}, noFlexShrink, className)} height={typeof size === 'number' ? size : sizeMap[size]} width={typeof size === 'number' ? size : sizeMap[size]} role={role} {...accessibleProps} {...props} viewBox="0 0 16 16"><path d="M8.78017 1.21077L13.4652 3.92807C13.947 4.20828 14.2433 4.72229 14.2433 5.27913V10.7209C14.2433 10.9945 14.1715 11.2633 14.0349 11.5005C13.8983 11.7376 13.7019 11.9346 13.4652 12.0719L8.78017 14.7892C8.54213 14.9273 8.27184 15 7.99666 15C7.72148 15 7.45119 14.9273 7.21315 14.7892L2.52816 12.0719C2.29145 11.9346 2.09498 11.7376 1.95841 11.5005C1.82184 11.2633 1.74997 10.9945 1.75 10.7209V5.27913C1.75 4.72229 2.04627 4.20738 2.52816 3.92807L7.21315 1.21077C7.45119 1.07271 7.72148 1 7.99666 1C8.27184 1 8.54213 1.07271 8.78017 1.21077ZM7.88511 2.36908L3.75339 4.76512L7.99666 7.22631L12.2399 4.76512L8.10821 2.36908C8.07435 2.34932 8.03586 2.33891 7.99666 2.33891C7.95746 2.33891 7.91897 2.34932 7.88511 2.36908ZM3.08857 5.927V10.7209C3.08857 10.8012 3.13051 10.8735 3.20012 10.9136L7.32737 13.3079V8.38551L3.08857 5.927ZM8.66594 13.3079L12.7932 10.9136C12.8271 10.8941 12.8552 10.866 12.8747 10.8322C12.8943 10.7983 12.9047 10.76 12.9047 10.7209V5.927L8.66594 8.38551V13.3079Z" fill={'currentColor'} /></svg>;
|
|
36
|
+
};
|
|
37
|
+
Package.displayName = 'Package';
|
|
38
|
+
Package.isGlyph = true;
|
|
39
|
+
export default Package;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This is a generated file. Do not modify it manually.
|
|
3
|
+
*
|
|
4
|
+
* @script ./node_modules/.bin/ts-node packages/icon/scripts/prebuild.ts
|
|
5
|
+
* @checksum ab9106e500c6bce729b4f841d82ee503
|
|
6
|
+
*/
|
|
7
|
+
import * as React from "react";
|
|
8
|
+
import { css, cx } from '@leafygreen-ui/emotion';
|
|
9
|
+
import { generateAccessibleProps, sizeMap } from '../glyphCommon';
|
|
10
|
+
import { LGGlyph } from '../types';
|
|
11
|
+
export interface RouterProps extends LGGlyph.ComponentProps {}
|
|
12
|
+
const Router = ({
|
|
13
|
+
className,
|
|
14
|
+
size = 16,
|
|
15
|
+
title,
|
|
16
|
+
['aria-label']: ariaLabel,
|
|
17
|
+
['aria-labelledby']: ariaLabelledby,
|
|
18
|
+
fill,
|
|
19
|
+
role = 'img',
|
|
20
|
+
...props
|
|
21
|
+
}: RouterProps) => {
|
|
22
|
+
const fillStyle = css`
|
|
23
|
+
color: ${fill};
|
|
24
|
+
`;
|
|
25
|
+
const noFlexShrink = css`
|
|
26
|
+
flex-shrink: 0;
|
|
27
|
+
`;
|
|
28
|
+
const accessibleProps = generateAccessibleProps(role, 'Router', {
|
|
29
|
+
title,
|
|
30
|
+
['aria-label']: ariaLabel,
|
|
31
|
+
['aria-labelledby']: ariaLabelledby
|
|
32
|
+
});
|
|
33
|
+
return <svg className={cx({
|
|
34
|
+
[fillStyle]: fill != null
|
|
35
|
+
}, noFlexShrink, className)} height={typeof size === 'number' ? size : sizeMap[size]} width={typeof size === 'number' ? size : sizeMap[size]} role={role} {...accessibleProps} {...props} viewBox="0 0 16 16"><path d="M13.89 4.89001C13.61 4.77001 13.29 4.89001 13.16 5.17001L12.6 6.41001C12.56 6.31001 12.53 6.21001 12.49 6.12001C12.33 5.70001 12.17 5.27001 12.04 4.93001C11.91 4.59001 11.82 4.35001 11.78 4.25001C11.54 3.70001 11.2 3.38001 11.12 3.31001C11.12 3.31001 11.11 3.30001 11.1 3.30001C11.01 3.21001 10.41 2.66001 9.34003 2.53001C9.22003 2.52001 9.11003 2.51001 8.99003 2.51001C7.95003 2.51001 7.27003 3.03001 7.14003 3.12001C7.14003 3.12001 7.12003 3.13001 7.12003 3.14001C7.05003 3.19001 6.81003 3.38001 6.55003 3.71001C6.26003 4.08001 5.94003 4.64001 5.88003 5.37001V5.60001C5.88003 6.72001 6.47003 7.42001 6.61003 7.58001C6.61003 7.58001 7.80003 9.08001 8.48003 9.91001C8.70003 10.18 8.77003 10.51 8.77003 10.81C8.77003 10.97 8.75003 11.11 8.73003 11.21L8.70003 11.32V11.34V11.36V11.37C8.70003 11.39 8.62003 11.62 8.43003 11.85C8.23003 12.07 7.94003 12.3 7.37003 12.38C7.28003 12.39 7.19003 12.4 7.11003 12.4C6.64003 12.4 6.36003 12.23 6.17003 12.05C6.08003 11.96 6.01003 11.87 5.97003 11.81L5.93003 11.74V11.72L5.34003 10.61C5.76003 10.22 6.02003 9.67001 6.02003 9.06001C6.02003 7.89001 5.07003 6.94001 3.90003 6.94001C2.73003 6.94001 1.78003 7.89001 1.78003 9.06001C1.78003 10.23 2.73003 11.18 3.90003 11.18C4.06003 11.18 4.22003 11.16 4.37003 11.12L4.95003 12.21C4.99003 12.29 5.13003 12.56 5.44003 12.85C5.78003 13.17 6.35003 13.49 7.13003 13.49C7.26003 13.49 7.39003 13.49 7.52003 13.46C8.41003 13.35 9.01003 12.9 9.34003 12.47C9.64003 12.09 9.74003 11.76 9.77003 11.66C9.77003 11.66 9.89003 11.28 9.89003 10.79C9.89003 10.33 9.79003 9.73001 9.36003 9.19001C8.69003 8.37001 7.50003 6.87001 7.50003 6.87001V6.85001L7.47003 6.84001C7.44003 6.81001 6.99003 6.28001 7.00003 5.58001V5.44001C7.04003 5.00001 7.24003 4.63001 7.45003 4.37001C7.55003 4.24001 7.65003 4.14001 7.72003 4.08001L7.80003 4.01001H7.82003L7.83003 3.99001H7.84003C7.84003 3.99001 8.38003 3.59001 9.03003 3.59001H9.25003C9.63003 3.65001 9.92003 3.78001 10.12 3.89001C10.22 3.95001 10.29 4.00001 10.34 4.04001L10.39 4.08001V4.09001C10.39 4.09001 10.65 4.35001 10.79 4.68001C10.8 4.71001 10.91 4.97001 11.03 5.31001C11.19 5.72001 11.39 6.27001 11.58 6.77001L10.26 6.17001C9.98003 6.04001 9.66003 6.17001 9.53003 6.44001C9.40003 6.72001 9.53003 7.04001 9.80003 7.17001L12.35 8.33001C12.48 8.39001 12.63 8.40001 12.77 8.34001C12.91 8.29001 13.02 8.18001 13.08 8.05001L14.18 5.60001C14.3 5.32001 14.18 5.00001 13.9 4.87001L13.89 4.89001ZM2.85003 9.07001C2.85003 8.51001 3.31003 8.05001 3.87003 8.05001C4.43003 8.05001 4.89003 8.51001 4.89003 9.07001C4.89003 9.64001 4.43003 10.09 3.87003 10.09C3.30003 10.09 2.85003 9.63001 2.85003 9.07001Z" fill={'currentColor'} /></svg>;
|
|
36
|
+
};
|
|
37
|
+
Router.displayName = 'Router';
|
|
38
|
+
Router.isGlyph = true;
|
|
39
|
+
export default Router;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This is a generated file. Do not modify it manually.
|
|
3
|
+
*
|
|
4
|
+
* @script ./node_modules/.bin/ts-node packages/icon/scripts/prebuild.ts
|
|
5
|
+
* @checksum d11a14d7271f45787e8bf8daf7b9ccfa
|
|
6
|
+
*/
|
|
7
|
+
import * as React from "react";
|
|
8
|
+
import { css, cx } from '@leafygreen-ui/emotion';
|
|
9
|
+
import { generateAccessibleProps, sizeMap } from '../glyphCommon';
|
|
10
|
+
import { LGGlyph } from '../types';
|
|
11
|
+
export interface ShirtProps extends LGGlyph.ComponentProps {}
|
|
12
|
+
const Shirt = ({
|
|
13
|
+
className,
|
|
14
|
+
size = 16,
|
|
15
|
+
title,
|
|
16
|
+
['aria-label']: ariaLabel,
|
|
17
|
+
['aria-labelledby']: ariaLabelledby,
|
|
18
|
+
fill,
|
|
19
|
+
role = 'img',
|
|
20
|
+
...props
|
|
21
|
+
}: ShirtProps) => {
|
|
22
|
+
const fillStyle = css`
|
|
23
|
+
color: ${fill};
|
|
24
|
+
`;
|
|
25
|
+
const noFlexShrink = css`
|
|
26
|
+
flex-shrink: 0;
|
|
27
|
+
`;
|
|
28
|
+
const accessibleProps = generateAccessibleProps(role, 'Shirt', {
|
|
29
|
+
title,
|
|
30
|
+
['aria-label']: ariaLabel,
|
|
31
|
+
['aria-labelledby']: ariaLabelledby
|
|
32
|
+
});
|
|
33
|
+
return <svg className={cx({
|
|
34
|
+
[fillStyle]: fill != null
|
|
35
|
+
}, noFlexShrink, className)} height={typeof size === 'number' ? size : sizeMap[size]} width={typeof size === 'number' ? size : sizeMap[size]} role={role} {...accessibleProps} {...props} viewBox="0 0 16 16"><path d="M2.08868 4.24432C2.03629 4.02602 2.13581 3.79957 2.33205 3.69055L5.37504 2C8.00004 4.5 10.625 2 10.625 2L13.668 3.69055C13.8643 3.79957 13.9638 4.02602 13.9114 4.24432L13.388 6.42503C13.3071 6.76224 13.0055 7 12.6587 7H11V12.4271C11 12.7782 10.8017 13.0992 10.4876 13.2562C8.92164 14.0392 7.07844 14.0392 5.5125 13.2562C5.19843 13.0992 5.00004 12.7782 5.00004 12.4271V7H3.34134C2.99455 7 2.69298 6.76224 2.61205 6.42503L2.08868 4.24432Z" fill={'currentColor'} /></svg>;
|
|
36
|
+
};
|
|
37
|
+
Shirt.displayName = 'Shirt';
|
|
38
|
+
Shirt.isGlyph = true;
|
|
39
|
+
export default Shirt;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This is a generated file. Do not modify it manually.
|
|
3
|
+
*
|
|
4
|
+
* @script ./node_modules/.bin/ts-node packages/icon/scripts/prebuild.ts
|
|
5
|
+
* @checksum bd2c0c9c3c96ed9843991233febdde64
|
|
6
|
+
*/
|
|
7
|
+
import * as React from "react";
|
|
8
|
+
import { css, cx } from '@leafygreen-ui/emotion';
|
|
9
|
+
import { generateAccessibleProps, sizeMap } from '../glyphCommon';
|
|
10
|
+
import { LGGlyph } from '../types';
|
|
11
|
+
export interface TemporaryTableProps extends LGGlyph.ComponentProps {}
|
|
12
|
+
const TemporaryTable = ({
|
|
13
|
+
className,
|
|
14
|
+
size = 16,
|
|
15
|
+
title,
|
|
16
|
+
['aria-label']: ariaLabel,
|
|
17
|
+
['aria-labelledby']: ariaLabelledby,
|
|
18
|
+
fill,
|
|
19
|
+
role = 'img',
|
|
20
|
+
...props
|
|
21
|
+
}: TemporaryTableProps) => {
|
|
22
|
+
const fillStyle = css`
|
|
23
|
+
color: ${fill};
|
|
24
|
+
`;
|
|
25
|
+
const noFlexShrink = css`
|
|
26
|
+
flex-shrink: 0;
|
|
27
|
+
`;
|
|
28
|
+
const accessibleProps = generateAccessibleProps(role, 'TemporaryTable', {
|
|
29
|
+
title,
|
|
30
|
+
['aria-label']: ariaLabel,
|
|
31
|
+
['aria-labelledby']: ariaLabelledby
|
|
32
|
+
});
|
|
33
|
+
return <svg className={cx({
|
|
34
|
+
[fillStyle]: fill != null
|
|
35
|
+
}, noFlexShrink, className)} height={typeof size === 'number' ? size : sizeMap[size]} width={typeof size === 'number' ? size : sizeMap[size]} role={role} {...accessibleProps} {...props} viewBox="0 0 16 16"><path fillRule="evenodd" clipRule="evenodd" d="M2.25 2C1.55965 2 1 2.55963 1 3.25V12.75C1 13.4404 1.55965 14 2.25 14H8.62012L8.62 8.62L15 8.62012V3.25C15 2.55963 14.4404 2 13.75 2H2.25ZM3 4V7.37H7.37V4H3ZM3 12V8.62H7.37V12H3ZM13 4V7.37H8.62V4H13Z" fill={'currentColor'} /><path fillRule="evenodd" clipRule="evenodd" d="M13 16C14.6569 16 16 14.6569 16 13C16 11.3431 14.6569 10 13 10C11.3431 10 10 11.3431 10 13C10 14.6569 11.3431 16 13 16ZM12.625 11.375C12.625 11.1679 12.7929 11 13 11C13.2071 11 13.375 11.1679 13.375 11.375V12.9548L14.2469 13.7178C14.4028 13.8542 14.4186 14.0911 14.2822 14.2469C14.1458 14.4028 13.9089 14.4186 13.7531 14.2822L12.7553 13.4092C12.7507 13.4052 12.7462 13.4011 12.7418 13.397C12.7069 13.3639 12.6798 13.3256 12.6604 13.2843C12.6377 13.236 12.625 13.182 12.625 13.125V11.375Z" fill={'currentColor'} /></svg>;
|
|
36
|
+
};
|
|
37
|
+
TemporaryTable.displayName = 'TemporaryTable';
|
|
38
|
+
TemporaryTable.isGlyph = true;
|
|
39
|
+
export default TemporaryTable;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This is a generated file. Do not modify it manually.
|
|
3
|
+
*
|
|
4
|
+
* @script ./node_modules/.bin/ts-node packages/icon/scripts/prebuild.ts
|
|
5
|
+
* @checksum 268a77ab59d6d623d78298876d36d444
|
|
6
|
+
*/
|
|
7
|
+
import * as React from "react";
|
|
8
|
+
import { css, cx } from '@leafygreen-ui/emotion';
|
|
9
|
+
import { generateAccessibleProps, sizeMap } from '../glyphCommon';
|
|
10
|
+
import { LGGlyph } from '../types';
|
|
11
|
+
export interface ViewProps extends LGGlyph.ComponentProps {}
|
|
12
|
+
const View = ({
|
|
13
|
+
className,
|
|
14
|
+
size = 16,
|
|
15
|
+
title,
|
|
16
|
+
['aria-label']: ariaLabel,
|
|
17
|
+
['aria-labelledby']: ariaLabelledby,
|
|
18
|
+
fill,
|
|
19
|
+
role = 'img',
|
|
20
|
+
...props
|
|
21
|
+
}: ViewProps) => {
|
|
22
|
+
const fillStyle = css`
|
|
23
|
+
color: ${fill};
|
|
24
|
+
`;
|
|
25
|
+
const noFlexShrink = css`
|
|
26
|
+
flex-shrink: 0;
|
|
27
|
+
`;
|
|
28
|
+
const accessibleProps = generateAccessibleProps(role, 'View', {
|
|
29
|
+
title,
|
|
30
|
+
['aria-label']: ariaLabel,
|
|
31
|
+
['aria-labelledby']: ariaLabelledby
|
|
32
|
+
});
|
|
33
|
+
return <svg className={cx({
|
|
34
|
+
[fillStyle]: fill != null
|
|
35
|
+
}, noFlexShrink, className)} height={typeof size === 'number' ? size : sizeMap[size]} width={typeof size === 'number' ? size : sizeMap[size]} role={role} {...accessibleProps} {...props} viewBox="0 0 16 16"><path fillRule="evenodd" clipRule="evenodd" d="M3 4H4.05V2H2.5C1.67157 2 1 2.67157 1 3.5V4.95H3V4ZM6.45 2H9.55V4H6.45V2ZM11.95 2H13.5C14.3284 2 15 2.67157 15 3.5V4.95H13V4H11.95V2ZM15 6.55V9.45H13V6.55H15ZM3 6.55V9.45H1V6.55H3ZM15 11.05V12.5C15 13.3284 14.3284 14 13.5 14H11.95V12H13V11.05H15ZM3 12V11.05H1V12.5C1 13.3284 1.67157 14 2.5 14H4.05V12H3ZM6.45 12H9.55V14H6.45V12Z" fill={'currentColor'} /><path fillRule="evenodd" clipRule="evenodd" d="M4.5 8C4.5 7.72386 4.72386 7.5 5 7.5H11C11.2761 7.5 11.5 7.72386 11.5 8C11.5 8.27614 11.2761 8.5 11 8.5H5C4.72386 8.5 4.5 8.27614 4.5 8Z" fill={'currentColor'} /><path fillRule="evenodd" clipRule="evenodd" d="M8 5.5C8.27614 5.5 8.5 5.72386 8.5 6L8.5 10C8.5 10.2761 8.27614 10.5 8 10.5C7.72386 10.5 7.5 10.2761 7.5 10L7.5 6C7.5 5.72386 7.72386 5.5 8 5.5Z" fill={'currentColor'} /></svg>;
|
|
36
|
+
};
|
|
37
|
+
View.displayName = 'View';
|
|
38
|
+
View.isGlyph = true;
|
|
39
|
+
export default View;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
|
2
|
+
<path d="M4.23999 11.1535L7.27999 4.05352H8.71999L11.76 11.1535H10.1L9.46999 9.65352H6.52999L5.89999 11.1535H4.23999ZM7.10999 8.27352H8.88999L7.99999 6.13352L7.10999 8.27352Z" fill="#000"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 13.5C11.0376 13.5 13.5 11.0376 13.5 8C13.5 4.96243 11.0376 2.5 8 2.5C4.96243 2.5 2.5 4.96243 2.5 8C2.5 11.0376 4.96243 13.5 8 13.5ZM8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15Z" fill="#000"/>
|
|
4
|
+
</svg>
|
package/src/glyphs/Circle.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none"
|
|
2
|
-
<circle cx="8" cy="8" r="7" fill="
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
|
2
|
+
<circle cx="8" cy="8" r="7" fill="#000"/>
|
|
3
3
|
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
|
2
|
+
<path d="M12.7 2.56989C12.41 2.56989 12.17 2.80989 12.17 3.09989V4.34989L11.32 3.49989C9.21 1.39989 5.75 1.51989 3.78 3.75989C2.65 5.03989 2.23 6.82989 2.68 8.48989C3.24 10.5299 4.98 12.0099 7.08 12.2299L8.1 12.3399C8.42 13.2799 9.3 13.9499 10.34 13.9499C11.65 13.9499 12.71 12.8899 12.71 11.5799C12.71 10.2699 11.65 9.20989 10.34 9.20989C9.14 9.20989 8.16 10.0999 8 11.2599L7.19 11.1799C5.53 11.0099 4.14 9.82989 3.7 8.21989C3.34 6.90989 3.67 5.48989 4.58 4.46989C6.15 2.68989 8.9 2.59989 10.57 4.26989L11.42 5.11989H10.17C9.88 5.11989 9.64 5.35989 9.64 5.64989C9.64 5.93989 9.88 6.17989 10.17 6.17989H12.71C13 6.17989 13.24 5.93989 13.24 5.64989V3.09989C13.24 2.80989 13 2.56989 12.71 2.56989H12.7ZM10.34 10.3099C11.04 10.3099 11.6 10.8799 11.6 11.5699C11.6 12.2599 11.03 12.8299 10.34 12.8299C9.65 12.8299 9.08 12.2599 9.08 11.5699C9.08 10.8799 9.65 10.3099 10.34 10.3099Z" fill="#000"/>
|
|
3
|
+
</svg>
|
package/src/glyphs/Download.svg
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none"
|
|
2
|
-
<path
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
|
2
|
+
<path d="M8.86193 2.74973L8.86193 7.95618L10.0128 6.80534C10.3056 6.51255 10.7803 6.51255 11.0731 6.80534L11.2522 6.98446C11.545 7.27725 11.545 7.75195 11.2522 8.04474L8.71611 10.5808C8.70969 10.5877 8.70311 10.5946 8.69638 10.6013L8.51726 10.7804C8.22447 11.0732 7.74976 11.0732 7.45698 10.7804L4.71959 8.04302C4.4268 7.75024 4.4268 7.27553 4.71959 6.98274L4.89871 6.80362C5.1915 6.51083 5.66621 6.51083 5.95899 6.80362L7.10914 7.95377V2.74973C7.10914 2.33567 7.44481 2 7.85888 2L8.1122 2C8.52626 2 8.86193 2.33567 8.86193 2.74973Z" fill="#000"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3 10.25C3.41421 10.25 3.75 10.5858 3.75 11V12C3.75 12.1381 3.86193 12.25 4 12.25H12C12.1381 12.25 12.25 12.1381 12.25 12V11C12.25 10.5858 12.5858 10.25 13 10.25C13.4142 10.25 13.75 10.5858 13.75 11V12C13.75 12.9665 12.9665 13.75 12 13.75H4C3.0335 13.75 2.25 12.9665 2.25 12V11C2.25 10.5858 2.58579 10.25 3 10.25Z" fill="#000"/>
|
|
3
4
|
</svg>
|