Skip to content

Commit

Permalink
Merge pull request #121 from yourssu/feat/#120-handy-icon
Browse files Browse the repository at this point in the history
feat: handy icon 적용
  • Loading branch information
fecapark authored Jul 11, 2024
2 parents 4e82628 + 25a4d20 commit 9d2a292
Show file tree
Hide file tree
Showing 689 changed files with 7,419 additions and 6,561 deletions.
4 changes: 2 additions & 2 deletions iconsAsset/convert.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ type Story = StoryObj<typeof IconBase>;
const Container = styled.div\`
display: grid;
grid-template-columns: repeat(6, 1fr);
grid-template-columns: repeat(4, 1fr);
gap: 2rem;
\`;
Expand All @@ -138,7 +138,7 @@ const Render = (args: any) => {
export const Primary: Story = {
args: {
size: 24,
size: '24px',
},
render: Render,
};
Expand Down
6 changes: 6 additions & 0 deletions iconsAsset/static/IcArrowLeftDownFilled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions iconsAsset/static/IcArrowLeftDownLine.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions iconsAsset/static/IcArrowRightDownFilled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions iconsAsset/static/IcArrowRightDownLine.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions iconsAsset/static/IcArrowRotateFilled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions iconsAsset/static/IcArrowRotateLine.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions iconsAsset/static/IcArrowSquareDownLeftFilled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions iconsAsset/static/IcArrowSquareDownLeftLine.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions iconsAsset/static/IcArrowSquareDownRightFilled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions iconsAsset/static/IcArrowSquareDownRightLine.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions iconsAsset/static/IcArrowSquareUpLeftFilled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions iconsAsset/static/IcArrowSquareUpLeftLine.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions iconsAsset/static/icAddFilled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions iconsAsset/static/icAddLine.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions iconsAsset/static/icAlarmFilled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions iconsAsset/static/icAlarmLine.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions iconsAsset/static/icAlertTriangleFilled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions iconsAsset/static/icAlertTriangleLine.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9d2a292

Please sign in to comment.