@croquiscom/pds 8.14.1 → 8.15.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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @croquiscom/pds
2
2
 
3
+ ## 8.15.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 8a1e3b1: ColoredMegaphone, ColoredRocket 아이콘 추가
8
+
3
9
  ## 8.14.1
4
10
 
5
11
  ### Patch Changes
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M18.3493 16.1832L9.25293 12.7169L9.28691 6.44116L18.4173 3.07674C19.2216 2.78221 20.0598 3.37127 20.0598 4.2322L20.0032 15.0618C20.0032 15.9114 19.1423 16.5004 18.3493 16.1946V16.1832Z" fill="#91D6A7"/>
3
+ <path d="M6.14919 6.42991H9.28704L9.25306 12.7283H6.1152C4.39334 12.6943 3 11.2783 3 9.54511C3 7.81192 4.416 6.41858 6.14919 6.41858V6.42991Z" fill="#5AC27C"/>
4
+ <path d="M9.86509 19.8989H8.13191C7.7241 19.8989 7.3616 19.6043 7.27098 19.2078L5.68506 12.7056L9.27604 12.7282L10.76 18.8C10.8733 19.2758 10.5788 19.7629 10.103 19.8875C10.035 19.9102 9.95572 19.9102 9.88775 19.9102L9.86509 19.8989Z" fill="#23AE50"/>
5
+ </svg>
@@ -0,0 +1,17 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_6060_21717)">
3
+ <path d="M6.80521 13.8723L10.1277 17.1948C10.1277 17.1948 5.74461 19.9005 4.91127 19.0563C4.07794 18.2121 6.80521 13.8723 6.80521 13.8723Z" fill="#FBD05E"/>
4
+ <path d="M7.50862 14.5758L9.42421 16.4913C9.42421 16.4913 6.89174 18.0498 6.40473 17.5628C5.91772 17.0758 7.4978 14.5649 7.4978 14.5649L7.50862 14.5758Z" fill="#F9B75F"/>
5
+ <path d="M8.51515 9.17529L2 11.4588L7.34632 14.5541L8.51515 9.17529Z" fill="#E15244"/>
6
+ <path d="M14.8138 15.4849L12.541 22L9.4458 16.6429L14.8138 15.4849Z" fill="#E15244"/>
7
+ <path d="M16.3183 2.16235C14.3486 2.59525 12.065 3.94807 9.52175 6.87015C6.61049 10.2035 6.0369 12.8442 6.69707 14.2295C7.16244 15.2143 8.80746 16.7836 9.77067 17.303C11.1235 18.0282 13.7966 17.3896 17.13 14.4784C20.0521 11.9351 21.4049 9.65153 21.8378 7.68183L16.3183 2.16235Z" fill="#E0E0E4"/>
8
+ <path d="M21.1236 3.0065C21.1236 3.0065 21.0262 2.89827 20.9937 2.87663C19.7166 2.16234 18.1474 1.76191 16.3184 2.16234L21.8378 7.68182C22.2383 5.85282 21.8378 4.28355 21.1236 3.01732V3.0065Z" fill="#5A6175"/>
9
+ <path d="M15.4848 11.3181C17.0388 11.3181 18.2986 10.0583 18.2986 8.50428C18.2986 6.95023 17.0388 5.69043 15.4848 5.69043C13.9307 5.69043 12.6709 6.95023 12.6709 8.50428C12.6709 10.0583 13.9307 11.3181 15.4848 11.3181Z" fill="#5A6175"/>
10
+ <path d="M15.5 10C16.3284 10 17 9.32843 17 8.5C17 7.67157 16.3284 7 15.5 7C14.6716 7 14 7.67157 14 8.5C14 9.32843 14.6716 10 15.5 10Z" fill="white"/>
11
+ </g>
12
+ <defs>
13
+ <clipPath id="clip0_6060_21717">
14
+ <rect width="20" height="20" fill="white" transform="translate(2 2)"/>
15
+ </clipPath>
16
+ </defs>
17
+ </svg>
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '.';
3
+ declare const SvgColoredMegaphone: ({ size, color, secondaryColor, ...props }: IconProps) => JSX.Element;
4
+ export default SvgColoredMegaphone;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '.';
3
+ declare const SvgColoredRocket: ({ size, color, secondaryColor, ...props }: IconProps) => JSX.Element;
4
+ export default SvgColoredRocket;
@@ -118,6 +118,7 @@ export { default as IconColoredHeart } from './ColoredHeart';
118
118
  export { default as IconColoredHomeSet } from './ColoredHomeSet';
119
119
  export { default as IconColoredKeyword } from './ColoredKeyword';
120
120
  export { default as IconColoredMedal } from './ColoredMedal';
121
+ export { default as IconColoredMegaphone } from './ColoredMegaphone';
121
122
  export { default as IconColoredMoneyBag } from './ColoredMoneyBag';
122
123
  export { default as IconColoredMoneyFly } from './ColoredMoneyFly';
123
124
  export { default as IconColoredPenalty } from './ColoredPenalty';
@@ -126,6 +127,7 @@ export { default as IconColoredPulse } from './ColoredPulse';
126
127
  export { default as IconColoredRanking } from './ColoredRanking';
127
128
  export { default as IconColoredReturn } from './ColoredReturn';
128
129
  export { default as IconColoredRobot } from './ColoredRobot';
130
+ export { default as IconColoredRocket } from './ColoredRocket';
129
131
  export { default as IconColoredShoppingBag } from './ColoredShoppingBag';
130
132
  export { default as IconColoredSiren } from './ColoredSiren';
131
133
  export { default as IconColoredStar } from './ColoredStar';