Skip to content

Commit

Permalink
fix(plasma-icons): add size m for old icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakutoc committed Jun 19, 2024
1 parent 26d7555 commit d9464cd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/plasma-icons/src/old/IconRoot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ import styled, { css } from 'styled-components';
const sizeMap = {
xs: 1, // 16px
s: 1.5, // 24px
// m: 2.25, // 36px
// l: 3, // 48px
// xl: 3.5, // 56px
// xxl: 4, // 64px
m: 2.25, // 36px
};

export type IconSize = keyof typeof sizeMap;
Expand Down

0 comments on commit d9464cd

Please sign in to comment.