Skip to content

Commit

Permalink
chore: add icon
Browse files Browse the repository at this point in the history
Signed-off-by: yuda <[email protected]>
  • Loading branch information
yuda110 committed Sep 2, 2024
1 parent b6873f6 commit 116a9a7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/* eslint-disable */
/* tslint:disable */
// @ts-ignore
import icon from 'vue-svgicon'
icon.register({
'ic_chart-heatmap-table': {
width: 24,
height: 24,
viewBox: '0 0 24 24',
data: '<path pid="0" d="M20.25 2.25H3.75a1.5 1.5 0 00-1.5 1.5v16.5a1.5 1.5 0 001.5 1.5h16.5a1.5 1.5 0 001.5-1.5V3.75a1.5 1.5 0 00-1.5-1.5zm-13.5 13.5h-3v-3h3v3zm1.5 1.5h3v3h-3v-3zm4.5 0h3v3h-3v-3zm0-6v-3h3v3h-3zm3-4.5h-3v-3h3v3zm1.5 1.5h3v3h-3v-3zm-6-4.5v7.5h-7.5v-7.5h7.5zm6 16.5v-7.5h3v7.5h-3z" _fill="#232533"/>'
}
})
1 change: 1 addition & 0 deletions packages/mirinae/src/foundation/icons/p-icons/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ import './ic_chart-column'
import './ic_chart-donut'
import './ic_chart-gauge'
import './ic_chart-geomap'
import './ic_chart-heatmap-table'
import './ic_chart-heatmap'
import './ic_chart-line'
import './ic_chart-number-card'
Expand Down

0 comments on commit 116a9a7

Please sign in to comment.