Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit 1890dd0

Browse files
author
Alan
authored
Merge pull request #68 from Ultimaker/release-fixes
fix typo
2 parents a2f1d76 + 10ab86d commit 1890dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/icons/move_up_icon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as React from 'react';
22
import { IconWrapper, IconProps } from './icon_wrapper';
33

44
const MoveUpIcon: React.StatelessComponent<IconProps> = ({ className }): JSX.Element => (
5-
<div className={`${className} icon--multiply`}>
5+
<div className={`${className} icon--move-up`}>
66
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22">
77
<rect width="22" height="2" rx="1" ry="1" />
88
<path d="M11,5l9,5.29H16.25V20H5.45V10.29H2L11,5m0-2a1.93,1.93,0,0,0-1,.28L1,8.57a2,2,0,0,0,1,3.72H3.45V20a2,2,0,0,0,2,2h10.8a2,2,0,0,0,2-2V12.29H20a2,2,0,0,0,1-3.72L12,3.28A1.93,1.93,0,0,0,11,3Z" />

0 commit comments

Comments
 (0)