@croquiscom/pds 0.32.0 → 0.33.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
+ ## 0.33.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 26a2374: Vvip18 icon 추가
8
+
3
9
  ## 0.32.0
4
10
 
5
11
  ### Minor Changes
@@ -0,0 +1,10 @@
1
+ <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="9" cy="11" r="6.4" stroke="#363644" stroke-width="1.2"/>
3
+ <path d="M5.2 5.12023V1.2H12.8V5.12023C13.2358 5.40244 13.6382 5.73177 14 6.10102V1C14 0.447715 13.5523 0 13 0H5C4.44772 0 4 0.447715 4 1V6.10102C4.36183 5.73177 4.76424 5.40244 5.2 5.12023Z" fill="#363644"/>
4
+ <path d="M5.08594 9.67188H4.42969L5.41016 12.5H6.16406L7.14062 9.67188H6.49219L5.80078 11.8281H5.77344L5.08594 9.67188Z" fill="#363644"/>
5
+ <path d="M7.95703 9.67188H7.30078L8.28125 12.5H9.03516L10.0117 9.67188H9.36328L8.67188 11.8281H8.64453L7.95703 9.67188Z" fill="#363644"/>
6
+ <path d="M10.918 9.67188H10.332V12.5H10.918V9.67188Z" fill="#363644"/>
7
+ <path d="M11.3945 12.5H11.9805V11.5781H12.4883C13.1406 11.5781 13.5156 11.1895 13.5156 10.625C13.5156 10.0684 13.1465 9.67188 12.5039 9.67188H11.3945V12.5ZM11.9805 11.1055V10.1523H12.3945C12.7422 10.1543 12.9121 10.3438 12.9102 10.625C12.9121 10.9102 12.7422 11.1055 12.3945 11.1055H11.9805Z" fill="#363644"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.15902 9.5719L5.78735 11.5426L6.41924 9.5719H8.03011L8.65844 11.5426L9.29034 9.5719H10.152L9.10642 12.6H8.21008L7.22074 9.74629L6.23533 12.6H5.33899L4.28918 9.5719H5.15902ZM8.67188 11.8281H8.64454L7.95704 9.6719H7.30079L8.28125 12.5H9.03516L10.0117 9.6719H9.36329L8.67188 11.8281ZM5.80079 11.8281H5.77344L5.08594 9.6719H4.42969L5.41016 12.5H6.16407L7.14063 9.6719H6.49219L5.80079 11.8281ZM11.018 9.5719V12.6H10.232V9.5719H11.018ZM10.332 9.6719H10.918V12.5H10.332V9.6719ZM11.2945 12.6V9.5719H12.5039C12.846 9.5719 13.1259 9.67785 13.3206 9.86821C13.5154 10.0586 13.6156 10.3242 13.6156 10.625C13.6156 10.93 13.5138 11.196 13.3157 11.3855C13.118 11.5747 12.8343 11.6781 12.4883 11.6781H12.0805V12.6H11.2945ZM11.9805 12.5H11.3945V9.6719H12.5039C13.1465 9.6719 13.5156 10.0684 13.5156 10.625C13.5156 11.1895 13.1406 11.5781 12.4883 11.5781H11.9805V12.5ZM12.8102 10.6257L12.8102 10.6243C12.811 10.5041 12.7755 10.4153 12.714 10.3559C12.652 10.296 12.5504 10.2533 12.3942 10.2524H12.0805V11.0055H12.3945C12.5499 11.0055 12.6512 10.9622 12.7133 10.901C12.7752 10.8399 12.811 10.7484 12.8102 10.6257ZM12.3945 10.1524C12.7422 10.1543 12.9121 10.3438 12.9102 10.625C12.9121 10.9102 12.7422 11.1055 12.3945 11.1055H11.9805V10.1524H12.3945Z" fill="#363644"/>
9
+ <rect x="8.33002" y="1" width="1.3" height="4" fill="#363644"/>
10
+ </svg>
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '.';
3
+ declare const SvgVvip18: ({ size, color, secondaryColor, ...props }: IconProps) => JSX.Element;
4
+ export default SvgVvip18;
@@ -157,6 +157,7 @@ export { default as IconTwo18 } from './Two18';
157
157
  export { default as IconUpload50 } from './Upload50';
158
158
  export { default as IconUser18 } from './User18';
159
159
  export { default as IconVideo16 } from './Video16';
160
+ export { default as IconVvip18 } from './Vvip18';
160
161
  export { default as IconWarning24 } from './Warning24';
161
162
  export { default as IconWon16 } from './Won16';
162
163
  export { default as IconZigzag16 } from './Zigzag16';