@croquiscom/pds 2.0.0 → 2.1.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
+ ## 2.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 8802ce0: IconCheckBold 아이콘 추가
8
+
3
9
  ## 2.0.0
4
10
 
5
11
  ### Major Changes
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M22.5353 7.08541L8.84013 20.1481L1.38797 11.9157L3.61206 9.90241L8.99773 15.8519L20.4647 4.91455L22.5353 7.08541Z" fill="#363644"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '.';
3
+ declare const SvgCheckBold: ({ size, color, secondaryColor, ...props }: IconProps) => JSX.Element;
4
+ export default SvgCheckBold;
@@ -50,6 +50,7 @@ export { default as IconCategoryLife } from './CategoryLife';
50
50
  export { default as IconCategoryShop } from './CategoryShop';
51
51
  export { default as IconCategoryZDelivery } from './CategoryZDelivery';
52
52
  export { default as IconCheck } from './Check';
53
+ export { default as IconCheckBold } from './CheckBold';
53
54
  export { default as IconChecklist } from './Checklist';
54
55
  export { default as IconCircle } from './Circle';
55
56
  export { default as IconCircleAutoCharge } from './CircleAutoCharge';