@croquiscom/pds 4.1.3 → 4.1.4

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
+ ## 4.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - be52bc4: ColoredRobot icon 추가
8
+
3
9
  ## 4.1.3
4
10
 
5
11
  ### Patch Changes
@@ -0,0 +1,11 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.8276 5.48438H11.1724V7H6C3.79086 7 2 8.79086 2 11V19C2 21.2091 3.79086 23 6 23H18C20.2091 23 22 21.2091 22 19V11C22 8.79086 20.2091 7 18 7H12.8276V5.48438Z" fill="#D9D9D9"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M22 17V13C23.1046 13 24 13.8954 24 15C24 16.1046 23.1046 17 22 17Z" fill="black" fill-opacity="0.5"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2 13L2 17C0.89543 17 -9.65645e-08 16.1046 0 15C9.65645e-08 13.8954 0.895431 13 2 13Z" fill="black" fill-opacity="0.5"/>
5
+ <path d="M7.42626 17.9303C7.45376 18.0397 8.14004 20.6063 12.0004 20.6063C15.8614 20.6063 16.5471 18.0397 16.5746 17.9303C16.6082 17.7977 16.5483 17.6602 16.4298 17.5917C16.3106 17.5239 16.1615 17.5441 16.0631 17.6388C16.0515 17.6504 14.869 18.773 12.0004 18.773C9.13187 18.773 7.94876 17.6504 7.93776 17.6394C7.87909 17.5813 7.80087 17.5508 7.72265 17.5508C7.67131 17.5508 7.61937 17.5636 7.57231 17.5899C7.45254 17.6583 7.39265 17.7971 7.42626 17.9303Z" fill="#AE5353"/>
6
+ <circle cx="8" cy="13" r="3" fill="white"/>
7
+ <circle cx="8" cy="13" r="2" fill="#131313"/>
8
+ <circle cx="16" cy="13" r="3" fill="white"/>
9
+ <circle cx="16" cy="13" r="2" fill="#131313"/>
10
+ <circle cx="11.9999" cy="3.4828" r="2.4828" fill="#F05046"/>
11
+ </svg>
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '.';
3
+ declare const SvgColoredRobot: ({ size, color, secondaryColor, ...props }: IconProps) => JSX.Element;
4
+ export default SvgColoredRobot;
@@ -111,6 +111,7 @@ export { default as IconColoredPerson } from './ColoredPerson';
111
111
  export { default as IconColoredPulse } from './ColoredPulse';
112
112
  export { default as IconColoredRanking } from './ColoredRanking';
113
113
  export { default as IconColoredReturn } from './ColoredReturn';
114
+ export { default as IconColoredRobot } from './ColoredRobot';
114
115
  export { default as IconColoredShoppingBag } from './ColoredShoppingBag';
115
116
  export { default as IconColoredSiren } from './ColoredSiren';
116
117
  export { default as IconColoredStar } from './ColoredStar';