#### 12.25.3

- Add VerticalArrowsIcon

#### 12.25.0

- Add FlexibleListIcon

#### v12.18.2

- Add AutomationRuleIcon 

#### v12.6.0

- Rename UnionIcon to AutoPushIcon, add FunctionIcon

#### v12.4.4

- Add UnionIcon, FilterIcon

#### v7.20.0

- US#221681 Add Jira icon

#### v7.18.3

- BUG#220094 Fix position path in svg pipeline icon

#### v7.6.3

- Add RequestIcon

#### v7.4.6

- Add HierarchyIcon

#### v7.4.3

- Add NewFieldIcon, CopyIcon

#### v7.3.6

- Add ApproximatelyEqualIcon

#### v7.2.3

- Add AllocationsIcon, DescriptionIcon, QAIcon, QAStatusIcon, MessageErrorIcon, MessageNoDataIcon, MessageManyFacetsIcon
- Update view of RecentIcon, SettingsIcon

#### v7.1.0

- Rewritten in Typescript, type definitions included

#### v4.1.0

- US#198780 Add SolutionIcon, PlayIcon, KeyboardShortcutsIcon

#### v4.0.0

- Removed dependency on `lodash-es`.

#### 3.2.0

(Masha bumped minor version here for some reason?..)

- `<MenuUservoiceIcon />` is renamed to `<MenuFeedbackIcon />`
- `<MenuSettingsNewIcon />` is removed

#### 3.0.5

- Update box shadow colors to use transparency in `@targetprocess/global-constants`.

#### v3.0.2

- Fix rotation animation of `CaretIcon` after `direction` change. Caret is rotating counter-clockwise in direction `bottom` -> `right` -> `top` -> `left` and clockwise in direction `left` -> `top` -> `right` -> `bottom`.

#### v3.0.0

Breaking changes:

- `<DirectionIcon />` is joined with `<CaretIcon />`
- `<UnshareIcon />` is joined with `<ShareIcon />`. Use `<ShareIcon type="off" />` instead.

- `size="big"` is removed from `<ShowMoreIcon />`
- `size="big"` is removed from `<ArrowIcon />`
- `size="big"` is removed from `<PlusIcon />`
- `size="big"` is removed from `<CloseIcon />`. Use css transform instead.
- `size="big"` is removed from `<SettingIcon />`. Use `<MenuSettingsIcon />` instead.
- `<ArrowGorizontalSwitchtIcon />` is removed. Use `<SwapIcon direction="vertical" />`
- `<BackArrowIcon />` is renamed to `<ReplyIcon />`
- `<TestStepIcon />` is renamed to `<ReturnIcon />`
- `<ReportAreaIcon />` is renamed to `<ChartAreaIcon />`
- `<UpdatedItemsIcon />` is renamed to `<RecentIcon />` and `<LastModifiedIcon />`
- `<PencilIcon />` is renamed to `<EditIcon />`
- `<AimIcon />` is renamed to `<FocusIcon />`
- `<HideShowIcon />` is renamed to `<VisibilityIcon />`
- `<FollowIcon />` is renamed to `<NotificationIcon />`
- `<ListColsIcon />` is renamed to `<ListColumnsIcon />`
- `<StarIcon />` is renamed to `<FaforiteIcon />`
- `<TagsIcon />` is renamed to `<TagsCloudIcon />`
- `<QuestionMenuIcon />` is renamed to `<MenuHelpIcon />`
- `<TimesheetMenuIcon />` is renamed to `<MenuTimesheetIcon />`
- `<UservoiceMenuIcon />` is renamed to `<MenuUservoiceIcon />`
- `<ReportsMenuIcon />` is renamed to `<MenuReportsIcon />`
- `<BatchSelectIcon />` is renamed to `<MultiSelectIcon />`
- `<BrowsedIcon />` is renamed to `<LastViewedIcon />`

* `<JumpIcon />` is removed. Use `<ArrowIcon direction="right" />` instead.
* `<ImportantIcon />` is removed. Use `<WarningIcon />` instead.
* `<UserOutlineIcon />` is removed. Use `<UserIcon />` instead.
* `<MarkerIcon />` is removed. Use `<CircleIcon />` instead.
* `<MarkerPenIcon />` is removed. Use `<EditIcon />` instead.
