@epilot360/icons 1.16.10 → 1.16.13
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/build/index.js +444 -9
- package/build/index.js.map +1 -1
- package/build/react/Apartment/index.d.ts +4 -0
- package/build/react/Apartment/index.js +209 -0
- package/build/react/Apartment/index.js.map +1 -0
- package/build/react/Dangerous/index.d.ts +4 -0
- package/build/react/Dangerous/index.js +209 -0
- package/build/react/Dangerous/index.js.map +1 -0
- package/build/react/EpilotIcon.d.ts +6 -0
- package/build/react/EpilotIcon.js +334 -1
- package/build/react/EpilotIcon.js.map +1 -1
- package/build/react/PlayCircle/index.d.ts +4 -0
- package/build/react/PlayCircle/index.js +209 -0
- package/build/react/PlayCircle/index.js.map +1 -0
- package/build/react/index.d.ts +3 -0
- package/build/react/index.js +346 -4
- package/build/react/index.js.map +1 -1
- package/build/svg/Apartment/icon-fill.svg +1 -0
- package/build/svg/Apartment/icon.svg +1 -0
- package/build/svg/Apartment/index.d.ts +3 -0
- package/build/svg/Apartment/index.js +159 -0
- package/build/svg/Apartment/index.js.map +1 -0
- package/build/svg/Dangerous/icon-fill.svg +1 -0
- package/build/svg/Dangerous/icon.svg +1 -0
- package/build/svg/Dangerous/index.d.ts +3 -0
- package/build/svg/Dangerous/index.js +159 -0
- package/build/svg/Dangerous/index.js.map +1 -0
- package/build/svg/PlayCircle/icon-fill.svg +1 -0
- package/build/svg/PlayCircle/icon.svg +1 -0
- package/build/svg/PlayCircle/index.d.ts +3 -0
- package/build/svg/PlayCircle/index.js +159 -0
- package/build/svg/PlayCircle/index.js.map +1 -0
- package/build/svg/index.d.ts +3 -0
- package/build/svg/index.js +247 -4
- package/build/svg/index.js.map +1 -1
- package/build/svg/svgIcon.d.ts +3 -0
- package/build/svg/svgIcon.js +235 -1
- package/build/svg/svgIcon.js.map +1 -1
- package/build/version.json +2 -2
- package/dist/bundle.js +1 -1
- package/dist/bundle.js.map +1 -1
- package/dist/version.json +2 -2
- package/icons.config.yaml +12 -0
- package/index.js +444 -9
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/react/Apartment/index.d.ts +4 -0
- package/react/Apartment/index.js +209 -0
- package/react/Apartment/index.js.map +1 -0
- package/react/Dangerous/index.d.ts +4 -0
- package/react/Dangerous/index.js +209 -0
- package/react/Dangerous/index.js.map +1 -0
- package/react/EpilotIcon.d.ts +6 -0
- package/react/EpilotIcon.js +334 -1
- package/react/EpilotIcon.js.map +1 -1
- package/react/PlayCircle/index.d.ts +4 -0
- package/react/PlayCircle/index.js +209 -0
- package/react/PlayCircle/index.js.map +1 -0
- package/react/index.d.ts +3 -0
- package/react/index.js +346 -4
- package/react/index.js.map +1 -1
- package/src/react/Apartment/index.tsx +22 -0
- package/src/react/Apartment/story.stories.tsx +13 -0
- package/src/react/Dangerous/index.tsx +22 -0
- package/src/react/Dangerous/story.stories.tsx +13 -0
- package/src/react/EpilotIcon.tsx +6 -0
- package/src/react/PlayCircle/index.tsx +22 -0
- package/src/react/PlayCircle/story.stories.tsx +13 -0
- package/src/react/index.ts +3 -0
- package/src/svg/Apartment/icon-fill.svg +1 -0
- package/src/svg/Apartment/icon.svg +1 -0
- package/src/svg/Apartment/index.ts +12 -0
- package/src/svg/Dangerous/icon-fill.svg +1 -0
- package/src/svg/Dangerous/icon.svg +1 -0
- package/src/svg/Dangerous/index.ts +12 -0
- package/src/svg/PlayCircle/icon-fill.svg +1 -0
- package/src/svg/PlayCircle/icon.svg +1 -0
- package/src/svg/PlayCircle/index.ts +12 -0
- package/src/svg/index.ts +3 -0
- package/src/svg/svgIcon.ts +6 -0
- package/svg/Apartment/icon-fill.svg +1 -0
- package/svg/Apartment/icon.svg +1 -0
- package/svg/Apartment/index.d.ts +3 -0
- package/svg/Apartment/index.js +159 -0
- package/svg/Apartment/index.js.map +1 -0
- package/svg/Dangerous/icon-fill.svg +1 -0
- package/svg/Dangerous/icon.svg +1 -0
- package/svg/Dangerous/index.d.ts +3 -0
- package/svg/Dangerous/index.js +159 -0
- package/svg/Dangerous/index.js.map +1 -0
- package/svg/PlayCircle/icon-fill.svg +1 -0
- package/svg/PlayCircle/icon.svg +1 -0
- package/svg/PlayCircle/index.d.ts +3 -0
- package/svg/PlayCircle/index.js +159 -0
- package/svg/PlayCircle/index.js.map +1 -0
- package/svg/index.d.ts +3 -0
- package/svg/index.js +247 -4
- package/svg/index.js.map +1 -1
- package/svg/svgIcon.d.ts +3 -0
- package/svg/svgIcon.js +235 -1
- package/svg/svgIcon.js.map +1 -1
- package/version.json +2 -2
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
import { ReactComponent as Filled } from '../../svg/Apartment/icon-fill.svg';
|
|
4
|
+
import { ReactComponent as Outlined } from '../../svg/Apartment/icon.svg';
|
|
5
|
+
import { defaultIconProps } from '../common';
|
|
6
|
+
import type { IconPropsReact } from '../types';
|
|
7
|
+
|
|
8
|
+
const name = 'apartment';
|
|
9
|
+
|
|
10
|
+
export function Apartment(props: IconPropsReact) {
|
|
11
|
+
const { variant, ...restProps } = {
|
|
12
|
+
...defaultIconProps,
|
|
13
|
+
...props,
|
|
14
|
+
};
|
|
15
|
+
const IconComponent = variant === 'outlined' ? Outlined : Filled;
|
|
16
|
+
|
|
17
|
+
const overrides = props.size ? { width: props.size, height: props.size } : {};
|
|
18
|
+
|
|
19
|
+
return <IconComponent aria-label={name} {...restProps} {...overrides} />;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Apartment;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { generateStory } from '../../stories/util';
|
|
2
|
+
|
|
3
|
+
import { Apartment } from '.';
|
|
4
|
+
|
|
5
|
+
const story = generateStory(Apartment);
|
|
6
|
+
|
|
7
|
+
export default {
|
|
8
|
+
title: 'Icons/Apartment',
|
|
9
|
+
tags: ['autodocs'],
|
|
10
|
+
...story.meta,
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
export const Icon = story.story;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
import { ReactComponent as Filled } from '../../svg/Dangerous/icon-fill.svg';
|
|
4
|
+
import { ReactComponent as Outlined } from '../../svg/Dangerous/icon.svg';
|
|
5
|
+
import { defaultIconProps } from '../common';
|
|
6
|
+
import type { IconPropsReact } from '../types';
|
|
7
|
+
|
|
8
|
+
const name = 'dangerous';
|
|
9
|
+
|
|
10
|
+
export function Dangerous(props: IconPropsReact) {
|
|
11
|
+
const { variant, ...restProps } = {
|
|
12
|
+
...defaultIconProps,
|
|
13
|
+
...props,
|
|
14
|
+
};
|
|
15
|
+
const IconComponent = variant === 'outlined' ? Outlined : Filled;
|
|
16
|
+
|
|
17
|
+
const overrides = props.size ? { width: props.size, height: props.size } : {};
|
|
18
|
+
|
|
19
|
+
return <IconComponent aria-label={name} {...restProps} {...overrides} />;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Dangerous;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { generateStory } from '../../stories/util';
|
|
2
|
+
|
|
3
|
+
import { Dangerous } from '.';
|
|
4
|
+
|
|
5
|
+
const story = generateStory(Dangerous);
|
|
6
|
+
|
|
7
|
+
export default {
|
|
8
|
+
title: 'Icons/Dangerous',
|
|
9
|
+
tags: ['autodocs'],
|
|
10
|
+
...story.meta,
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
export const Icon = story.story;
|
package/src/react/EpilotIcon.tsx
CHANGED
|
@@ -168,6 +168,9 @@ import { Restore } from './Restore';
|
|
|
168
168
|
import { Forest } from './Forest';
|
|
169
169
|
import { Fuel } from './Fuel';
|
|
170
170
|
import { Recycling } from './Recycling';
|
|
171
|
+
import { Dangerous } from './Dangerous';
|
|
172
|
+
import { Apartment } from './Apartment';
|
|
173
|
+
import { PlayCircle } from './PlayCircle';
|
|
171
174
|
|
|
172
175
|
import type { IconPropsReact } from './types';
|
|
173
176
|
|
|
@@ -339,6 +342,9 @@ export const IconComponentsMap = {
|
|
|
339
342
|
forest: Forest,
|
|
340
343
|
fuel: Fuel,
|
|
341
344
|
recycling: Recycling,
|
|
345
|
+
dangerous: Dangerous,
|
|
346
|
+
apartment: Apartment,
|
|
347
|
+
play_circle: PlayCircle,
|
|
342
348
|
};
|
|
343
349
|
|
|
344
350
|
export type IconName = keyof typeof IconComponentsMap;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
import { ReactComponent as Filled } from '../../svg/PlayCircle/icon-fill.svg';
|
|
4
|
+
import { ReactComponent as Outlined } from '../../svg/PlayCircle/icon.svg';
|
|
5
|
+
import { defaultIconProps } from '../common';
|
|
6
|
+
import type { IconPropsReact } from '../types';
|
|
7
|
+
|
|
8
|
+
const name = 'play_circle';
|
|
9
|
+
|
|
10
|
+
export function PlayCircle(props: IconPropsReact) {
|
|
11
|
+
const { variant, ...restProps } = {
|
|
12
|
+
...defaultIconProps,
|
|
13
|
+
...props,
|
|
14
|
+
};
|
|
15
|
+
const IconComponent = variant === 'outlined' ? Outlined : Filled;
|
|
16
|
+
|
|
17
|
+
const overrides = props.size ? { width: props.size, height: props.size } : {};
|
|
18
|
+
|
|
19
|
+
return <IconComponent aria-label={name} {...restProps} {...overrides} />;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default PlayCircle;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { generateStory } from '../../stories/util';
|
|
2
|
+
|
|
3
|
+
import { PlayCircle } from '.';
|
|
4
|
+
|
|
5
|
+
const story = generateStory(PlayCircle);
|
|
6
|
+
|
|
7
|
+
export default {
|
|
8
|
+
title: 'Icons/PlayCircle',
|
|
9
|
+
tags: ['autodocs'],
|
|
10
|
+
...story.meta,
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
export const Icon = story.story;
|
package/src/react/index.ts
CHANGED
|
@@ -165,5 +165,8 @@ export * from './Restore';
|
|
|
165
165
|
export * from './Forest';
|
|
166
166
|
export * from './Fuel';
|
|
167
167
|
export * from './Recycling';
|
|
168
|
+
export * from './Dangerous';
|
|
169
|
+
export * from './Apartment';
|
|
170
|
+
export * from './PlayCircle';
|
|
168
171
|
|
|
169
172
|
export * from './EpilotIcon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M180-100.782q-33.257 0-56.238-22.98-22.98-22.981-22.98-56.238v-435q0-33.49 22.98-56.637 22.981-23.147 56.238-23.147h85.782V-780q0-33.49 22.98-56.637 22.981-23.147 56.238-23.147h270q33.49 0 56.637 23.147T694.784-780v250.216H780q33.49 0 56.637 23.147T859.784-450v270q0 33.257-23.147 56.238-23.147 22.98-56.637 22.98H533V-285H427v184.218H180ZM180-180h105v-105H180v105Zm0-165h105v-105H180v105Zm0-165h105v-105H180v105Zm165 165h105v-105H345v105Zm0-165h105v-105H345v105Zm0-165h105v-105H345v105Zm165 330h105v-105H510v105Zm0-165h105v-105H510v105Zm0-165h105v-105H510v105Zm165 495h105v-105H675v105Zm0-165h105v-105H675v105Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M180-100.782q-33.257 0-56.238-22.98-22.98-22.981-22.98-56.238v-435q0-33.49 22.98-56.637 22.981-23.147 56.238-23.147h85.782V-780q0-33.49 22.98-56.637 22.981-23.147 56.238-23.147h270q33.49 0 56.637 23.147T694.784-780v250.216H780q33.49 0 56.637 23.147T859.784-450v270q0 33.257-23.147 56.238-23.147 22.98-56.637 22.98H533V-285H427v184.218H180ZM180-180h105v-105H180v105Zm0-165h105v-105H180v105Zm0-165h105v-105H180v105Zm165 165h105v-105H345v105Zm0-165h105v-105H345v105Zm0-165h105v-105H345v105Zm165 330h105v-105H510v105Zm0-165h105v-105H510v105Zm0-165h105v-105H510v105Zm165 495h105v-105H675v105Zm0-165h105v-105H675v105Z"/></svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { IconProps } from '../../types';
|
|
2
|
+
|
|
3
|
+
import FilledSVG from './icon-fill.svg';
|
|
4
|
+
import OutlinedSVG from './icon.svg';
|
|
5
|
+
|
|
6
|
+
export const ApartmentSVG = (opts?: IconProps): string => {
|
|
7
|
+
const variant = opts?.variant ?? 'filled';
|
|
8
|
+
|
|
9
|
+
return variant === 'outlined' ? OutlinedSVG : FilledSVG;
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
export default ApartmentSVG;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M357.261-105.869q-15.957 0-31.131-6.413t-26-17.239L129.521-300.13q-10.826-10.826-17.239-26t-6.413-31.131v-245.478q0-15.957 6.413-31.131t17.239-26L300.13-830.479q10.826-10.826 26-17.522 15.174-6.695 31.131-6.695h245.478q15.957 0 31.131 6.695 15.174 6.696 26 17.522L830.479-659.87q10.826 10.826 17.522 26 6.695 15.174 6.695 31.131v245.478q0 15.957-6.695 31.131-6.696 15.174-17.522 26L659.87-129.521q-10.826 10.826-26 17.239t-31.131 6.413H357.261ZM480-433.478l98.043 98.043q9.566 10.131 22.696 9.848 13.131-.283 23.826-10.413 10.131-10.13 10.131-23.261 0-13.13-10.131-23.261L526.522-480l98.043-98.043q10.131-9.566 10.131-22.696 0-13.131-10.131-23.826-10.695-10.131-23.543-10.131-12.848 0-22.979 10.131L480-526.522l-97.478-98.043q-10.131-10.131-23.261-10.131-13.131 0-23.261 10.131-10.13 10.695-10.13 23.543 0 12.848 10.13 22.979L433.478-480l-98.043 97.478q-10.131 10.131-9.848 23.261Q325.87-346.13 336-336q10.13 10.13 23.261 10.13 13.13 0 23.261-10.13L480-433.478Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M357.261-105.869q-15.957 0-31.131-6.413t-26-17.239L129.521-300.13q-10.826-10.826-17.239-26t-6.413-31.131v-245.478q0-15.957 6.413-31.131t17.239-26L300.13-830.479q10.826-10.826 26-17.522 15.174-6.695 31.131-6.695h245.478q15.957 0 31.131 6.695 15.174 6.696 26 17.522L830.479-659.87q10.826 10.826 17.522 26 6.695 15.174 6.695 31.131v245.478q0 15.957-6.695 31.131-6.696 15.174-17.522 26L659.87-129.521q-10.826 10.826-26 17.239t-31.131 6.413H357.261Zm0-79.218h245.478l172.174-172.174v-245.478L602.739-774.913H357.261L185.087-602.739v245.478l172.174 172.174ZM480-433.478l98.043 98.043q9.566 10.131 22.696 9.848 13.131-.283 23.826-10.413 10.131-10.13 10.131-23.261 0-13.13-10.131-23.261L526.522-480l98.043-98.043q10.131-9.566 10.131-22.696 0-13.131-10.131-23.826-10.695-10.131-23.543-10.131-12.848 0-22.979 10.131L480-526.522l-97.478-98.043q-10.131-10.131-23.261-10.131-13.131 0-23.261 10.131-10.13 10.695-10.13 23.543 0 12.848 10.13 22.979L433.478-480l-98.043 97.478q-10.131 10.131-9.848 23.261Q325.87-346.13 336-336q10.13 10.13 23.261 10.13 13.13 0 23.261-10.13L480-433.478ZM480-480Z"/></svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { IconProps } from '../../types';
|
|
2
|
+
|
|
3
|
+
import FilledSVG from './icon-fill.svg';
|
|
4
|
+
import OutlinedSVG from './icon.svg';
|
|
5
|
+
|
|
6
|
+
export const DangerousSVG = (opts?: IconProps): string => {
|
|
7
|
+
const variant = opts?.variant ?? 'filled';
|
|
8
|
+
|
|
9
|
+
return variant === 'outlined' ? OutlinedSVG : FilledSVG;
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
export default DangerousSVG;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="m425.913-333.13 190.13-121.652q14.392-9.537 14.392-25.356t-14.392-25.08L425.913-626.87q-14.391-9.695-30.348-1.015-15.956 8.68-15.956 26.233v242.739q0 18.36 15.956 26.919 15.957 8.559 30.348-1.136Zm54.165 267.261q-85.469 0-161.006-32.395-75.536-32.395-131.975-88.833-56.438-56.439-88.833-131.897-32.395-75.459-32.395-160.928 0-86.469 32.395-162.006 32.395-75.536 88.745-131.504 56.349-55.968 131.849-88.616 75.5-32.648 161.017-32.648 86.516 0 162.12 32.604 75.603 32.604 131.529 88.497t88.549 131.452Q894.696-566.584 894.696-480q0 85.547-32.648 161.075-32.648 75.527-88.616 131.896-55.968 56.37-131.426 88.765-75.459 32.395-161.928 32.395Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="m425.913-333.13 190.13-121.652q14.392-9.537 14.392-25.356t-14.392-25.08L425.913-626.87q-14.391-9.695-30.348-1.015-15.956 8.68-15.956 26.233v242.739q0 18.36 15.956 26.919 15.957 8.559 30.348-1.136Zm54.165 267.261q-85.469 0-161.006-32.395-75.536-32.395-131.975-88.833-56.438-56.439-88.833-131.897-32.395-75.459-32.395-160.928 0-86.469 32.395-162.006 32.395-75.536 88.745-131.504 56.349-55.968 131.849-88.616 75.5-32.648 161.017-32.648 86.516 0 162.12 32.604 75.603 32.604 131.529 88.497t88.549 131.452Q894.696-566.584 894.696-480q0 85.547-32.648 161.075-32.648 75.527-88.616 131.896-55.968 56.37-131.426 88.765-75.459 32.395-161.928 32.395ZM480-145.087q139.739 0 237.326-97.732Q814.913-340.551 814.913-480q0-139.739-97.587-237.326-97.587-97.587-237.609-97.587-139.021 0-236.826 97.587-97.804 97.587-97.804 237.609 0 139.021 97.732 236.826Q340.551-145.087 480-145.087ZM480-480Z"/></svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { IconProps } from '../../types';
|
|
2
|
+
|
|
3
|
+
import FilledSVG from './icon-fill.svg';
|
|
4
|
+
import OutlinedSVG from './icon.svg';
|
|
5
|
+
|
|
6
|
+
export const PlayCircleSVG = (opts?: IconProps): string => {
|
|
7
|
+
const variant = opts?.variant ?? 'filled';
|
|
8
|
+
|
|
9
|
+
return variant === 'outlined' ? OutlinedSVG : FilledSVG;
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
export default PlayCircleSVG;
|
package/src/svg/index.ts
CHANGED
package/src/svg/svgIcon.ts
CHANGED
|
@@ -166,6 +166,9 @@ import { RestoreSVG } from './Restore';
|
|
|
166
166
|
import { ForestSVG } from './Forest';
|
|
167
167
|
import { FuelSVG } from './Fuel';
|
|
168
168
|
import { RecyclingSVG } from './Recycling';
|
|
169
|
+
import { DangerousSVG } from './Dangerous';
|
|
170
|
+
import { ApartmentSVG } from './Apartment';
|
|
171
|
+
import { PlayCircleSVG } from './PlayCircle';
|
|
169
172
|
|
|
170
173
|
import type { IconProps } from '../types';
|
|
171
174
|
|
|
@@ -337,6 +340,9 @@ export const svgMap = {
|
|
|
337
340
|
forest: ForestSVG,
|
|
338
341
|
fuel: FuelSVG,
|
|
339
342
|
recycling: RecyclingSVG,
|
|
343
|
+
dangerous: DangerousSVG,
|
|
344
|
+
apartment: ApartmentSVG,
|
|
345
|
+
play_circle: PlayCircleSVG,
|
|
340
346
|
};
|
|
341
347
|
|
|
342
348
|
export type IconSVGName = keyof typeof svgMap;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M180-100.782q-33.257 0-56.238-22.98-22.98-22.981-22.98-56.238v-435q0-33.49 22.98-56.637 22.981-23.147 56.238-23.147h85.782V-780q0-33.49 22.98-56.637 22.981-23.147 56.238-23.147h270q33.49 0 56.637 23.147T694.784-780v250.216H780q33.49 0 56.637 23.147T859.784-450v270q0 33.257-23.147 56.238-23.147 22.98-56.637 22.98H533V-285H427v184.218H180ZM180-180h105v-105H180v105Zm0-165h105v-105H180v105Zm0-165h105v-105H180v105Zm165 165h105v-105H345v105Zm0-165h105v-105H345v105Zm0-165h105v-105H345v105Zm165 330h105v-105H510v105Zm0-165h105v-105H510v105Zm0-165h105v-105H510v105Zm165 495h105v-105H675v105Zm0-165h105v-105H675v105Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M180-100.782q-33.257 0-56.238-22.98-22.98-22.981-22.98-56.238v-435q0-33.49 22.98-56.637 22.981-23.147 56.238-23.147h85.782V-780q0-33.49 22.98-56.637 22.981-23.147 56.238-23.147h270q33.49 0 56.637 23.147T694.784-780v250.216H780q33.49 0 56.637 23.147T859.784-450v270q0 33.257-23.147 56.238-23.147 22.98-56.637 22.98H533V-285H427v184.218H180ZM180-180h105v-105H180v105Zm0-165h105v-105H180v105Zm0-165h105v-105H180v105Zm165 165h105v-105H345v105Zm0-165h105v-105H345v105Zm0-165h105v-105H345v105Zm165 330h105v-105H510v105Zm0-165h105v-105H510v105Zm0-165h105v-105H510v105Zm165 495h105v-105H675v105Zm0-165h105v-105H675v105Z"/></svg>
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
/******/ (() => { // webpackBootstrap
|
|
2
|
+
/******/ "use strict";
|
|
3
|
+
/******/ var __webpack_modules__ = ({
|
|
4
|
+
|
|
5
|
+
/***/ 78156:
|
|
6
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7
|
+
|
|
8
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
|
+
/* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
10
|
+
/* harmony export */ });
|
|
11
|
+
/* unused harmony export ReactComponent */
|
|
12
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
13
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
14
|
+
var _path;
|
|
15
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
16
|
+
|
|
17
|
+
var SvgIconFill = function SvgIconFill(props) {
|
|
18
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
20
|
+
width: 48,
|
|
21
|
+
height: 48,
|
|
22
|
+
viewBox: "0 -960 960 960"
|
|
23
|
+
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "M180-100.782q-33.257 0-56.238-22.98-22.98-22.981-22.98-56.238v-435q0-33.49 22.98-56.637 22.981-23.147 56.238-23.147h85.782V-780q0-33.49 22.98-56.637 22.981-23.147 56.238-23.147h270q33.49 0 56.637 23.147T694.784-780v250.216H780q33.49 0 56.637 23.147T859.784-450v270q0 33.257-23.147 56.238-23.147 22.98-56.637 22.98H533V-285H427v184.218H180ZM180-180h105v-105H180v105Zm0-165h105v-105H180v105Zm0-165h105v-105H180v105Zm165 165h105v-105H345v105Zm0-165h105v-105H345v105Zm0-165h105v-105H345v105Zm165 330h105v-105H510v105Zm0-165h105v-105H510v105Zm0-165h105v-105H510v105Zm165 495h105v-105H675v105Zm0-165h105v-105H675v105Z"
|
|
25
|
+
})));
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M180-100.782q-33.257 0-56.238-22.98-22.98-22.981-22.98-56.238v-435q0-33.49 22.98-56.637 22.981-23.147 56.238-23.147h85.782V-780q0-33.49 22.98-56.637 22.981-23.147 56.238-23.147h270q33.49 0 56.637 23.147T694.784-780v250.216H780q33.49 0 56.637 23.147T859.784-450v270q0 33.257-23.147 56.238-23.147 22.98-56.637 22.98H533V-285H427v184.218H180ZM180-180h105v-105H180v105Zm0-165h105v-105H180v105Zm0-165h105v-105H180v105Zm165 165h105v-105H345v105Zm0-165h105v-105H345v105Zm0-165h105v-105H345v105Zm165 330h105v-105H510v105Zm0-165h105v-105H510v105Zm0-165h105v-105H510v105Zm165 495h105v-105H675v105Zm0-165h105v-105H675v105Z\"/></svg>");
|
|
29
|
+
|
|
30
|
+
/***/ }),
|
|
31
|
+
|
|
32
|
+
/***/ 84875:
|
|
33
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
34
|
+
|
|
35
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
36
|
+
/* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
37
|
+
/* harmony export */ });
|
|
38
|
+
/* unused harmony export ReactComponent */
|
|
39
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
40
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
41
|
+
var _path;
|
|
42
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
43
|
+
|
|
44
|
+
var SvgIcon = function SvgIcon(props) {
|
|
45
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
46
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
47
|
+
width: 48,
|
|
48
|
+
height: 48,
|
|
49
|
+
viewBox: "0 -960 960 960"
|
|
50
|
+
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
51
|
+
d: "M180-100.782q-33.257 0-56.238-22.98-22.98-22.981-22.98-56.238v-435q0-33.49 22.98-56.637 22.981-23.147 56.238-23.147h85.782V-780q0-33.49 22.98-56.637 22.981-23.147 56.238-23.147h270q33.49 0 56.637 23.147T694.784-780v250.216H780q33.49 0 56.637 23.147T859.784-450v270q0 33.257-23.147 56.238-23.147 22.98-56.637 22.98H533V-285H427v184.218H180ZM180-180h105v-105H180v105Zm0-165h105v-105H180v105Zm0-165h105v-105H180v105Zm165 165h105v-105H345v105Zm0-165h105v-105H345v105Zm0-165h105v-105H345v105Zm165 330h105v-105H510v105Zm0-165h105v-105H510v105Zm0-165h105v-105H510v105Zm165 495h105v-105H675v105Zm0-165h105v-105H675v105Z"
|
|
52
|
+
})));
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M180-100.782q-33.257 0-56.238-22.98-22.98-22.981-22.98-56.238v-435q0-33.49 22.98-56.637 22.981-23.147 56.238-23.147h85.782V-780q0-33.49 22.98-56.637 22.981-23.147 56.238-23.147h270q33.49 0 56.637 23.147T694.784-780v250.216H780q33.49 0 56.637 23.147T859.784-450v270q0 33.257-23.147 56.238-23.147 22.98-56.637 22.98H533V-285H427v184.218H180ZM180-180h105v-105H180v105Zm0-165h105v-105H180v105Zm0-165h105v-105H180v105Zm165 165h105v-105H345v105Zm0-165h105v-105H345v105Zm0-165h105v-105H345v105Zm165 330h105v-105H510v105Zm0-165h105v-105H510v105Zm0-165h105v-105H510v105Zm165 495h105v-105H675v105Zm0-165h105v-105H675v105Z\"/></svg>");
|
|
56
|
+
|
|
57
|
+
/***/ }),
|
|
58
|
+
|
|
59
|
+
/***/ 99497:
|
|
60
|
+
/***/ ((module) => {
|
|
61
|
+
|
|
62
|
+
module.exports = require("react");
|
|
63
|
+
|
|
64
|
+
/***/ })
|
|
65
|
+
|
|
66
|
+
/******/ });
|
|
67
|
+
/************************************************************************/
|
|
68
|
+
/******/ // The module cache
|
|
69
|
+
/******/ var __webpack_module_cache__ = {};
|
|
70
|
+
/******/
|
|
71
|
+
/******/ // The require function
|
|
72
|
+
/******/ function __webpack_require__(moduleId) {
|
|
73
|
+
/******/ // Check if module is in cache
|
|
74
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
75
|
+
/******/ if (cachedModule !== undefined) {
|
|
76
|
+
/******/ return cachedModule.exports;
|
|
77
|
+
/******/ }
|
|
78
|
+
/******/ // Create a new module (and put it into the cache)
|
|
79
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
80
|
+
/******/ // no module.id needed
|
|
81
|
+
/******/ // no module.loaded needed
|
|
82
|
+
/******/ exports: {}
|
|
83
|
+
/******/ };
|
|
84
|
+
/******/
|
|
85
|
+
/******/ // Execute the module function
|
|
86
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
87
|
+
/******/
|
|
88
|
+
/******/ // Return the exports of the module
|
|
89
|
+
/******/ return module.exports;
|
|
90
|
+
/******/ }
|
|
91
|
+
/******/
|
|
92
|
+
/************************************************************************/
|
|
93
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
94
|
+
/******/ (() => {
|
|
95
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
96
|
+
/******/ __webpack_require__.n = (module) => {
|
|
97
|
+
/******/ var getter = module && module.__esModule ?
|
|
98
|
+
/******/ () => (module['default']) :
|
|
99
|
+
/******/ () => (module);
|
|
100
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
101
|
+
/******/ return getter;
|
|
102
|
+
/******/ };
|
|
103
|
+
/******/ })();
|
|
104
|
+
/******/
|
|
105
|
+
/******/ /* webpack/runtime/define property getters */
|
|
106
|
+
/******/ (() => {
|
|
107
|
+
/******/ // define getter functions for harmony exports
|
|
108
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
109
|
+
/******/ for(var key in definition) {
|
|
110
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
111
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
112
|
+
/******/ }
|
|
113
|
+
/******/ }
|
|
114
|
+
/******/ };
|
|
115
|
+
/******/ })();
|
|
116
|
+
/******/
|
|
117
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
118
|
+
/******/ (() => {
|
|
119
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
120
|
+
/******/ })();
|
|
121
|
+
/******/
|
|
122
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
123
|
+
/******/ (() => {
|
|
124
|
+
/******/ // define __esModule on exports
|
|
125
|
+
/******/ __webpack_require__.r = (exports) => {
|
|
126
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
127
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
128
|
+
/******/ }
|
|
129
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
130
|
+
/******/ };
|
|
131
|
+
/******/ })();
|
|
132
|
+
/******/
|
|
133
|
+
/************************************************************************/
|
|
134
|
+
var __webpack_exports__ = {};
|
|
135
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
136
|
+
(() => {
|
|
137
|
+
__webpack_require__.r(__webpack_exports__);
|
|
138
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
139
|
+
/* harmony export */ ApartmentSVG: () => (/* binding */ ApartmentSVG),
|
|
140
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
141
|
+
/* harmony export */ });
|
|
142
|
+
/* harmony import */ var _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(78156);
|
|
143
|
+
/* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(84875);
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
const ApartmentSVG = (opts) => {
|
|
148
|
+
var _a;
|
|
149
|
+
const variant = (_a = opts == null ? void 0 : opts.variant) != null ? _a : "filled";
|
|
150
|
+
return variant === "outlined" ? _icon_svg__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z : _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z;
|
|
151
|
+
};
|
|
152
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ApartmentSVG);
|
|
153
|
+
|
|
154
|
+
})();
|
|
155
|
+
|
|
156
|
+
module.exports = __webpack_exports__;
|
|
157
|
+
/******/ })()
|
|
158
|
+
;
|
|
159
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"svg/Apartment/index.js","mappings":";;;;;;;;;;;;;AAAA;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACyC;AACzC,iEAAe,ytBAAytB;;;;;;;;;;;;;ACdxuB;AACA,sBAAsB,sEAAsE,gBAAgB,sBAAsB,OAAO,2BAA2B,0BAA0B,yDAAyD,iCAAiC,kBAAkB;AAC3Q;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACqC;AACrC,iEAAe,ytBAAytB;;;;;;;ACdxuB;;;;;;UCAA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;;;;WCtBA;WACA;WACA;WACA;WACA;WACA,iCAAiC,WAAW;WAC5C;WACA;;;;;WCPA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA;;;;;WCPA;;;;;WCAA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D;;;;;;;;;;;;;;;ACJsB;AACE;AAEjB,MAAM,eAAe,CAAC,SAA6B;AAL1D;AAME,QAAM,WAAU,kCAAM,YAAN,YAAiB;AAEjC,SAAO,YAAY,aAAa,0DAAW,GAAG,+DAAS;AACzD;AAEA,iEAAe,YAAY,EAAC","sources":["webpack://icons/./src/svg/Apartment/icon-fill.svg","webpack://icons/./src/svg/Apartment/icon.svg","webpack://icons/external commonjs2 \"react\"","webpack://icons/webpack/bootstrap","webpack://icons/webpack/runtime/compat get default export","webpack://icons/webpack/runtime/define property getters","webpack://icons/webpack/runtime/hasOwnProperty shorthand","webpack://icons/webpack/runtime/make namespace object","webpack://icons/./src/svg/Apartment/index.ts"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M180-100.782q-33.257 0-56.238-22.98-22.98-22.981-22.98-56.238v-435q0-33.49 22.98-56.637 22.981-23.147 56.238-23.147h85.782V-780q0-33.49 22.98-56.637 22.981-23.147 56.238-23.147h270q33.49 0 56.637 23.147T694.784-780v250.216H780q33.49 0 56.637 23.147T859.784-450v270q0 33.257-23.147 56.238-23.147 22.98-56.637 22.98H533V-285H427v184.218H180ZM180-180h105v-105H180v105Zm0-165h105v-105H180v105Zm0-165h105v-105H180v105Zm165 165h105v-105H345v105Zm0-165h105v-105H345v105Zm0-165h105v-105H345v105Zm165 330h105v-105H510v105Zm0-165h105v-105H510v105Zm0-165h105v-105H510v105Zm165 495h105v-105H675v105Zm0-165h105v-105H675v105Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M180-100.782q-33.257 0-56.238-22.98-22.98-22.981-22.98-56.238v-435q0-33.49 22.98-56.637 22.981-23.147 56.238-23.147h85.782V-780q0-33.49 22.98-56.637 22.981-23.147 56.238-23.147h270q33.49 0 56.637 23.147T694.784-780v250.216H780q33.49 0 56.637 23.147T859.784-450v270q0 33.257-23.147 56.238-23.147 22.98-56.637 22.98H533V-285H427v184.218H180ZM180-180h105v-105H180v105Zm0-165h105v-105H180v105Zm0-165h105v-105H180v105Zm165 165h105v-105H345v105Zm0-165h105v-105H345v105Zm0-165h105v-105H345v105Zm165 330h105v-105H510v105Zm0-165h105v-105H510v105Zm0-165h105v-105H510v105Zm165 495h105v-105H675v105Zm0-165h105v-105H675v105Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M180-100.782q-33.257 0-56.238-22.98-22.98-22.981-22.98-56.238v-435q0-33.49 22.98-56.637 22.981-23.147 56.238-23.147h85.782V-780q0-33.49 22.98-56.637 22.981-23.147 56.238-23.147h270q33.49 0 56.637 23.147T694.784-780v250.216H780q33.49 0 56.637 23.147T859.784-450v270q0 33.257-23.147 56.238-23.147 22.98-56.637 22.98H533V-285H427v184.218H180ZM180-180h105v-105H180v105Zm0-165h105v-105H180v105Zm0-165h105v-105H180v105Zm165 165h105v-105H345v105Zm0-165h105v-105H345v105Zm0-165h105v-105H345v105Zm165 330h105v-105H510v105Zm0-165h105v-105H510v105Zm0-165h105v-105H510v105Zm165 495h105v-105H675v105Zm0-165h105v-105H675v105Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M180-100.782q-33.257 0-56.238-22.98-22.98-22.981-22.98-56.238v-435q0-33.49 22.98-56.637 22.981-23.147 56.238-23.147h85.782V-780q0-33.49 22.98-56.637 22.981-23.147 56.238-23.147h270q33.49 0 56.637 23.147T694.784-780v250.216H780q33.49 0 56.637 23.147T859.784-450v270q0 33.257-23.147 56.238-23.147 22.98-56.637 22.98H533V-285H427v184.218H180ZM180-180h105v-105H180v105Zm0-165h105v-105H180v105Zm0-165h105v-105H180v105Zm165 165h105v-105H345v105Zm0-165h105v-105H345v105Zm0-165h105v-105H345v105Zm165 330h105v-105H510v105Zm0-165h105v-105H510v105Zm0-165h105v-105H510v105Zm165 495h105v-105H675v105Zm0-165h105v-105H675v105Z\\\"/></svg>\";","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import type { IconProps } from '../../types';\n\nimport FilledSVG from './icon-fill.svg';\nimport OutlinedSVG from './icon.svg';\n\nexport const ApartmentSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default ApartmentSVG;\n"],"names":[],"sourceRoot":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M357.261-105.869q-15.957 0-31.131-6.413t-26-17.239L129.521-300.13q-10.826-10.826-17.239-26t-6.413-31.131v-245.478q0-15.957 6.413-31.131t17.239-26L300.13-830.479q10.826-10.826 26-17.522 15.174-6.695 31.131-6.695h245.478q15.957 0 31.131 6.695 15.174 6.696 26 17.522L830.479-659.87q10.826 10.826 17.522 26 6.695 15.174 6.695 31.131v245.478q0 15.957-6.695 31.131-6.696 15.174-17.522 26L659.87-129.521q-10.826 10.826-26 17.239t-31.131 6.413H357.261ZM480-433.478l98.043 98.043q9.566 10.131 22.696 9.848 13.131-.283 23.826-10.413 10.131-10.13 10.131-23.261 0-13.13-10.131-23.261L526.522-480l98.043-98.043q10.131-9.566 10.131-22.696 0-13.131-10.131-23.826-10.695-10.131-23.543-10.131-12.848 0-22.979 10.131L480-526.522l-97.478-98.043q-10.131-10.131-23.261-10.131-13.131 0-23.261 10.131-10.13 10.695-10.13 23.543 0 12.848 10.13 22.979L433.478-480l-98.043 97.478q-10.131 10.131-9.848 23.261Q325.87-346.13 336-336q10.13 10.13 23.261 10.13 13.13 0 23.261-10.13L480-433.478Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M357.261-105.869q-15.957 0-31.131-6.413t-26-17.239L129.521-300.13q-10.826-10.826-17.239-26t-6.413-31.131v-245.478q0-15.957 6.413-31.131t17.239-26L300.13-830.479q10.826-10.826 26-17.522 15.174-6.695 31.131-6.695h245.478q15.957 0 31.131 6.695 15.174 6.696 26 17.522L830.479-659.87q10.826 10.826 17.522 26 6.695 15.174 6.695 31.131v245.478q0 15.957-6.695 31.131-6.696 15.174-17.522 26L659.87-129.521q-10.826 10.826-26 17.239t-31.131 6.413H357.261Zm0-79.218h245.478l172.174-172.174v-245.478L602.739-774.913H357.261L185.087-602.739v245.478l172.174 172.174ZM480-433.478l98.043 98.043q9.566 10.131 22.696 9.848 13.131-.283 23.826-10.413 10.131-10.13 10.131-23.261 0-13.13-10.131-23.261L526.522-480l98.043-98.043q10.131-9.566 10.131-22.696 0-13.131-10.131-23.826-10.695-10.131-23.543-10.131-12.848 0-22.979 10.131L480-526.522l-97.478-98.043q-10.131-10.131-23.261-10.131-13.131 0-23.261 10.131-10.13 10.695-10.13 23.543 0 12.848 10.13 22.979L433.478-480l-98.043 97.478q-10.131 10.131-9.848 23.261Q325.87-346.13 336-336q10.13 10.13 23.261 10.13 13.13 0 23.261-10.13L480-433.478ZM480-480Z"/></svg>
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
/******/ (() => { // webpackBootstrap
|
|
2
|
+
/******/ "use strict";
|
|
3
|
+
/******/ var __webpack_modules__ = ({
|
|
4
|
+
|
|
5
|
+
/***/ 41723:
|
|
6
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7
|
+
|
|
8
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
|
+
/* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
10
|
+
/* harmony export */ });
|
|
11
|
+
/* unused harmony export ReactComponent */
|
|
12
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
13
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
14
|
+
var _path;
|
|
15
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
16
|
+
|
|
17
|
+
var SvgIconFill = function SvgIconFill(props) {
|
|
18
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
20
|
+
width: 48,
|
|
21
|
+
height: 48,
|
|
22
|
+
viewBox: "0 -960 960 960"
|
|
23
|
+
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "M357.261-105.869q-15.957 0-31.131-6.413t-26-17.239L129.521-300.13q-10.826-10.826-17.239-26t-6.413-31.131v-245.478q0-15.957 6.413-31.131t17.239-26L300.13-830.479q10.826-10.826 26-17.522 15.174-6.695 31.131-6.695h245.478q15.957 0 31.131 6.695 15.174 6.696 26 17.522L830.479-659.87q10.826 10.826 17.522 26 6.695 15.174 6.695 31.131v245.478q0 15.957-6.695 31.131-6.696 15.174-17.522 26L659.87-129.521q-10.826 10.826-26 17.239t-31.131 6.413H357.261ZM480-433.478l98.043 98.043q9.566 10.131 22.696 9.848 13.131-.283 23.826-10.413 10.131-10.13 10.131-23.261 0-13.13-10.131-23.261L526.522-480l98.043-98.043q10.131-9.566 10.131-22.696 0-13.131-10.131-23.826-10.695-10.131-23.543-10.131-12.848 0-22.979 10.131L480-526.522l-97.478-98.043q-10.131-10.131-23.261-10.131-13.131 0-23.261 10.131-10.13 10.695-10.13 23.543 0 12.848 10.13 22.979L433.478-480l-98.043 97.478q-10.131 10.131-9.848 23.261Q325.87-346.13 336-336q10.13 10.13 23.261 10.13 13.13 0 23.261-10.13L480-433.478Z"
|
|
25
|
+
})));
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M357.261-105.869q-15.957 0-31.131-6.413t-26-17.239L129.521-300.13q-10.826-10.826-17.239-26t-6.413-31.131v-245.478q0-15.957 6.413-31.131t17.239-26L300.13-830.479q10.826-10.826 26-17.522 15.174-6.695 31.131-6.695h245.478q15.957 0 31.131 6.695 15.174 6.696 26 17.522L830.479-659.87q10.826 10.826 17.522 26 6.695 15.174 6.695 31.131v245.478q0 15.957-6.695 31.131-6.696 15.174-17.522 26L659.87-129.521q-10.826 10.826-26 17.239t-31.131 6.413H357.261ZM480-433.478l98.043 98.043q9.566 10.131 22.696 9.848 13.131-.283 23.826-10.413 10.131-10.13 10.131-23.261 0-13.13-10.131-23.261L526.522-480l98.043-98.043q10.131-9.566 10.131-22.696 0-13.131-10.131-23.826-10.695-10.131-23.543-10.131-12.848 0-22.979 10.131L480-526.522l-97.478-98.043q-10.131-10.131-23.261-10.131-13.131 0-23.261 10.131-10.13 10.695-10.13 23.543 0 12.848 10.13 22.979L433.478-480l-98.043 97.478q-10.131 10.131-9.848 23.261Q325.87-346.13 336-336q10.13 10.13 23.261 10.13 13.13 0 23.261-10.13L480-433.478Z\"/></svg>");
|
|
29
|
+
|
|
30
|
+
/***/ }),
|
|
31
|
+
|
|
32
|
+
/***/ 89976:
|
|
33
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
34
|
+
|
|
35
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
36
|
+
/* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
37
|
+
/* harmony export */ });
|
|
38
|
+
/* unused harmony export ReactComponent */
|
|
39
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
40
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
41
|
+
var _path;
|
|
42
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
43
|
+
|
|
44
|
+
var SvgIcon = function SvgIcon(props) {
|
|
45
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
46
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
47
|
+
width: 48,
|
|
48
|
+
height: 48,
|
|
49
|
+
viewBox: "0 -960 960 960"
|
|
50
|
+
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
51
|
+
d: "M357.261-105.869q-15.957 0-31.131-6.413t-26-17.239L129.521-300.13q-10.826-10.826-17.239-26t-6.413-31.131v-245.478q0-15.957 6.413-31.131t17.239-26L300.13-830.479q10.826-10.826 26-17.522 15.174-6.695 31.131-6.695h245.478q15.957 0 31.131 6.695 15.174 6.696 26 17.522L830.479-659.87q10.826 10.826 17.522 26 6.695 15.174 6.695 31.131v245.478q0 15.957-6.695 31.131-6.696 15.174-17.522 26L659.87-129.521q-10.826 10.826-26 17.239t-31.131 6.413H357.261Zm0-79.218h245.478l172.174-172.174v-245.478L602.739-774.913H357.261L185.087-602.739v245.478l172.174 172.174ZM480-433.478l98.043 98.043q9.566 10.131 22.696 9.848 13.131-.283 23.826-10.413 10.131-10.13 10.131-23.261 0-13.13-10.131-23.261L526.522-480l98.043-98.043q10.131-9.566 10.131-22.696 0-13.131-10.131-23.826-10.695-10.131-23.543-10.131-12.848 0-22.979 10.131L480-526.522l-97.478-98.043q-10.131-10.131-23.261-10.131-13.131 0-23.261 10.131-10.13 10.695-10.13 23.543 0 12.848 10.13 22.979L433.478-480l-98.043 97.478q-10.131 10.131-9.848 23.261Q325.87-346.13 336-336q10.13 10.13 23.261 10.13 13.13 0 23.261-10.13L480-433.478ZM480-480Z"
|
|
52
|
+
})));
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M357.261-105.869q-15.957 0-31.131-6.413t-26-17.239L129.521-300.13q-10.826-10.826-17.239-26t-6.413-31.131v-245.478q0-15.957 6.413-31.131t17.239-26L300.13-830.479q10.826-10.826 26-17.522 15.174-6.695 31.131-6.695h245.478q15.957 0 31.131 6.695 15.174 6.696 26 17.522L830.479-659.87q10.826 10.826 17.522 26 6.695 15.174 6.695 31.131v245.478q0 15.957-6.695 31.131-6.696 15.174-17.522 26L659.87-129.521q-10.826 10.826-26 17.239t-31.131 6.413H357.261Zm0-79.218h245.478l172.174-172.174v-245.478L602.739-774.913H357.261L185.087-602.739v245.478l172.174 172.174ZM480-433.478l98.043 98.043q9.566 10.131 22.696 9.848 13.131-.283 23.826-10.413 10.131-10.13 10.131-23.261 0-13.13-10.131-23.261L526.522-480l98.043-98.043q10.131-9.566 10.131-22.696 0-13.131-10.131-23.826-10.695-10.131-23.543-10.131-12.848 0-22.979 10.131L480-526.522l-97.478-98.043q-10.131-10.131-23.261-10.131-13.131 0-23.261 10.131-10.13 10.695-10.13 23.543 0 12.848 10.13 22.979L433.478-480l-98.043 97.478q-10.131 10.131-9.848 23.261Q325.87-346.13 336-336q10.13 10.13 23.261 10.13 13.13 0 23.261-10.13L480-433.478ZM480-480Z\"/></svg>");
|
|
56
|
+
|
|
57
|
+
/***/ }),
|
|
58
|
+
|
|
59
|
+
/***/ 99497:
|
|
60
|
+
/***/ ((module) => {
|
|
61
|
+
|
|
62
|
+
module.exports = require("react");
|
|
63
|
+
|
|
64
|
+
/***/ })
|
|
65
|
+
|
|
66
|
+
/******/ });
|
|
67
|
+
/************************************************************************/
|
|
68
|
+
/******/ // The module cache
|
|
69
|
+
/******/ var __webpack_module_cache__ = {};
|
|
70
|
+
/******/
|
|
71
|
+
/******/ // The require function
|
|
72
|
+
/******/ function __webpack_require__(moduleId) {
|
|
73
|
+
/******/ // Check if module is in cache
|
|
74
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
75
|
+
/******/ if (cachedModule !== undefined) {
|
|
76
|
+
/******/ return cachedModule.exports;
|
|
77
|
+
/******/ }
|
|
78
|
+
/******/ // Create a new module (and put it into the cache)
|
|
79
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
80
|
+
/******/ // no module.id needed
|
|
81
|
+
/******/ // no module.loaded needed
|
|
82
|
+
/******/ exports: {}
|
|
83
|
+
/******/ };
|
|
84
|
+
/******/
|
|
85
|
+
/******/ // Execute the module function
|
|
86
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
87
|
+
/******/
|
|
88
|
+
/******/ // Return the exports of the module
|
|
89
|
+
/******/ return module.exports;
|
|
90
|
+
/******/ }
|
|
91
|
+
/******/
|
|
92
|
+
/************************************************************************/
|
|
93
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
94
|
+
/******/ (() => {
|
|
95
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
96
|
+
/******/ __webpack_require__.n = (module) => {
|
|
97
|
+
/******/ var getter = module && module.__esModule ?
|
|
98
|
+
/******/ () => (module['default']) :
|
|
99
|
+
/******/ () => (module);
|
|
100
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
101
|
+
/******/ return getter;
|
|
102
|
+
/******/ };
|
|
103
|
+
/******/ })();
|
|
104
|
+
/******/
|
|
105
|
+
/******/ /* webpack/runtime/define property getters */
|
|
106
|
+
/******/ (() => {
|
|
107
|
+
/******/ // define getter functions for harmony exports
|
|
108
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
109
|
+
/******/ for(var key in definition) {
|
|
110
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
111
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
112
|
+
/******/ }
|
|
113
|
+
/******/ }
|
|
114
|
+
/******/ };
|
|
115
|
+
/******/ })();
|
|
116
|
+
/******/
|
|
117
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
118
|
+
/******/ (() => {
|
|
119
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
120
|
+
/******/ })();
|
|
121
|
+
/******/
|
|
122
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
123
|
+
/******/ (() => {
|
|
124
|
+
/******/ // define __esModule on exports
|
|
125
|
+
/******/ __webpack_require__.r = (exports) => {
|
|
126
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
127
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
128
|
+
/******/ }
|
|
129
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
130
|
+
/******/ };
|
|
131
|
+
/******/ })();
|
|
132
|
+
/******/
|
|
133
|
+
/************************************************************************/
|
|
134
|
+
var __webpack_exports__ = {};
|
|
135
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
136
|
+
(() => {
|
|
137
|
+
__webpack_require__.r(__webpack_exports__);
|
|
138
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
139
|
+
/* harmony export */ DangerousSVG: () => (/* binding */ DangerousSVG),
|
|
140
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
141
|
+
/* harmony export */ });
|
|
142
|
+
/* harmony import */ var _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(41723);
|
|
143
|
+
/* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(89976);
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
const DangerousSVG = (opts) => {
|
|
148
|
+
var _a;
|
|
149
|
+
const variant = (_a = opts == null ? void 0 : opts.variant) != null ? _a : "filled";
|
|
150
|
+
return variant === "outlined" ? _icon_svg__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z : _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z;
|
|
151
|
+
};
|
|
152
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (DangerousSVG);
|
|
153
|
+
|
|
154
|
+
})();
|
|
155
|
+
|
|
156
|
+
module.exports = __webpack_exports__;
|
|
157
|
+
/******/ })()
|
|
158
|
+
;
|
|
159
|
+
//# sourceMappingURL=index.js.map
|