Skip to content

Commit

Permalink
feat: TimeTable 관련 아이콘 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
m2na7 committed Jan 15, 2025
1 parent b5186a3 commit fc037f5
Show file tree
Hide file tree
Showing 11 changed files with 123 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions packages/design-system/src/icons/assets/ic_float_edit_24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions packages/design-system/src/icons/src/IcFloatDelete24.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import type { SVGProps } from 'react';
const SvgIcFloatDelete24 = (props: SVGProps<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width="1em"
height="1em"
fill="none"
viewBox="0 0 24 24"
{...props}
>
<path
fill="#121212"
d="M8.333 11.667c0 .366.3.666.667.666h5.333c.367 0 .667-.3.667-.666S14.7 11 14.333 11H9c-.367 0-.667.3-.667.667M11.667 5A6.67 6.67 0 0 0 5 11.667a6.67 6.67 0 0 0 6.667 6.666 6.67 6.67 0 0 0 6.666-6.666A6.67 6.67 0 0 0 11.667 5m0 12a5.34 5.34 0 0 1-5.334-5.333 5.34 5.34 0 0 1 5.334-5.334A5.34 5.34 0 0 1 17 11.667 5.34 5.34 0 0 1 11.667 17"
/>
</svg>
);
export default SvgIcFloatDelete24;
17 changes: 17 additions & 0 deletions packages/design-system/src/icons/src/IcFloatEdit24.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import type { SVGProps } from 'react';
const SvgIcFloatEdit24 = (props: SVGProps<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width="1em"
height="1em"
fill="none"
viewBox="0 0 25 24"
{...props}
>
<path
fill="#121212"
d="M6.5 15.64v2.027a.33.33 0 0 0 .333.333H8.86a.31.31 0 0 0 .233-.1l7.279-7.272-2.5-2.5L6.6 15.4a.33.33 0 0 0-.1.24m11.805-6.945c.26-.26.26-.68 0-.94l-1.56-1.56a.664.664 0 0 0-.94 0l-1.22 1.22 2.5 2.5z"
/>
</svg>
);
export default SvgIcFloatEdit24;
17 changes: 17 additions & 0 deletions packages/design-system/src/icons/src/IcFloatEditLime24.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import type { SVGProps } from 'react';
const SvgIcFloatEditLime24 = (props: SVGProps<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width="1em"
height="1em"
fill="none"
viewBox="0 0 24 24"
{...props}
>
<path
fill="#E9FFAC"
d="M6 15.64v2.027a.33.33 0 0 0 .333.333H8.36a.31.31 0 0 0 .233-.1l7.279-7.272-2.5-2.5L6.1 15.4a.33.33 0 0 0-.1.24m11.805-6.945c.26-.26.26-.68 0-.94l-1.56-1.56a.664.664 0 0 0-.94 0l-1.22 1.22 2.5 2.5z"
/>
</svg>
);
export default SvgIcFloatEditLime24;
17 changes: 17 additions & 0 deletions packages/design-system/src/icons/src/IcTimetableFloatClose.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import type { SVGProps } from 'react';
const SvgIcTimetableFloatClose = (props: SVGProps<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width="1em"
height="1em"
fill="none"
viewBox="0 0 24 24"
{...props}
>
<path
fill="#E9FFAC"
d="m12 13.803-3.803 3.804q-.36.36-.918.36t-.918-.36Q6 17.247 6 16.689q0-.558.36-.918l3.804-3.804-3.803-3.77Q6 7.837 6 7.279q0-.558.36-.918Q6.722 6 7.28 6q.556 0 .918.36L12 10.165l3.77-3.803Q16.13 6 16.69 6q.556 0 .918.36.393.394.393.935 0 .54-.393.902l-3.804 3.77 3.804 3.803q.36.36.36.919 0 .556-.36.918a1.28 1.28 0 0 1-.935.393q-.54 0-.902-.393z"
/>
</svg>
);
export default SvgIcTimetableFloatClose;
24 changes: 24 additions & 0 deletions packages/design-system/src/icons/src/IcTimetableFloatFinish.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
import type { SVGProps } from 'react';
const SvgIcTimetableFloatFinish = (props: SVGProps<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width="1em"
height="1em"
fill="none"
viewBox="0 0 24 24"
{...props}
>
<g clipPath="url(#ic_timetable_float_finish_svg__a)">
<path
fill="#E9FFAC"
d="M12 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8m0 14.4A6.41 6.41 0 0 1 5.6 12c0-3.528 2.872-6.4 6.4-6.4s6.4 2.872 6.4 6.4-2.872 6.4-6.4 6.4m3.104-9.368L10.4 13.736l-1.504-1.504a.797.797 0 1 0-1.128 1.128l2.072 2.072a.797.797 0 0 0 1.128 0l5.272-5.272a.797.797 0 0 0 0-1.128.806.806 0 0 0-1.136 0"
/>
</g>
<defs>
<clipPath id="ic_timetable_float_finish_svg__a">
<path fill="#fff" d="M0 0h24v24H0z" />
</clipPath>
</defs>
</svg>
);
export default SvgIcTimetableFloatFinish;
5 changes: 5 additions & 0 deletions packages/design-system/src/icons/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,18 @@ export { default as IcArrowGray16 } from './IcArrowGray16';
export { default as IcArrowUpBlack30 } from './IcArrowUpBlack30';
export { default as IcArrowWhite12 } from './IcArrowWhite12';
export { default as IcFestivalGray } from './IcFestivalGray';
export { default as IcFloatDelete24 } from './IcFloatDelete24';
export { default as IcFloatEdit24 } from './IcFloatEdit24';
export { default as IcFloatEditLime24 } from './IcFloatEditLime24';
export { default as IcIndicatorActive } from './IcIndicatorActive';
export { default as IcIndicatorDefault } from './IcIndicatorDefault';
export { default as IcLink } from './IcLink';
export { default as IcPlaceGray14 } from './IcPlaceGray14';
export { default as IcSelect } from './IcSelect';
export { default as IcSicGray18 } from './IcSicGray18';
export { default as IcTimeGray14 } from './IcTimeGray14';
export { default as IcTimetableFloatClose } from './IcTimetableFloatClose';
export { default as IcTimetableFloatFinish } from './IcTimetableFloatFinish';
export { default as IcToastInfo24 } from './IcToastInfo24';
export { default as LogoFooter } from './LogoFooter';
export { default as LogoMain } from './LogoMain';
Expand Down

0 comments on commit fc037f5

Please sign in to comment.