@croquiscom/pds 0.31.0 → 0.31.1

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,13 @@
1
1
  # @croquiscom/pds
2
2
 
3
+ ## 0.31.1
4
+
5
+ ### Patch Changes
6
+
7
+ - a619b73: IconMinus20 아이콘 추가
8
+
9
+ - IconButton 아이콘 사이즈 16 고정이 추가되었습니다.
10
+
3
11
  ## 0.31.0
4
12
 
5
13
  ### Minor Changes
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M0 9H20V11H0V9Z" fill="#363644"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '.';
3
+ declare const SvgMinus20: ({ size, color, secondaryColor, ...props }: IconProps) => JSX.Element;
4
+ export default SvgMinus20;
@@ -105,6 +105,7 @@ export { default as IconMarketing24 } from './Marketing24';
105
105
  export { default as IconMegaphone14 } from './Megaphone14';
106
106
  export { default as IconMemoAttention20 } from './MemoAttention20';
107
107
  export { default as IconMemoDefault20 } from './MemoDefault20';
108
+ export { default as IconMinus20 } from './Minus20';
108
109
  export { default as IconMove10 } from './Move10';
109
110
  export { default as IconNew10 } from './New10';
110
111
  export { default as IconNotExposed16 } from './NotExposed16';