Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Metabase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Engineering Digital Service
Metabase
Commits
054a2d4b
Unverified
Commit
054a2d4b
authored
1 year ago
by
Oisin Coveney
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Add verified_filled icon (#34463)
parent
066e41cf
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
frontend/src/metabase/core/components/Icon/icons/index.ts
+6
-0
6 additions, 0 deletions
frontend/src/metabase/core/components/Icon/icons/index.ts
frontend/src/metabase/core/components/Icon/icons/verified_filled.svg
+3
-0
3 additions, 0 deletions
...c/metabase/core/components/Icon/icons/verified_filled.svg
with
9 additions
and
0 deletions
frontend/src/metabase/core/components/Icon/icons/index.ts
+
6
−
0
View file @
054a2d4b
...
...
@@ -335,6 +335,8 @@ import variable_component from "./variable.svg?component";
import
variable_source
from
"
./variable.svg?source
"
;
import
verified_component
from
"
./verified.svg?component
"
;
import
verified_source
from
"
./verified.svg?source
"
;
import
verified_filled_component
from
"
./verified_filled.svg?component
"
;
import
verified_filled_source
from
"
./verified_filled.svg?source
"
;
import
view_archive_component
from
"
./view_archive.svg?component
"
;
import
view_archive_source
from
"
./view_archive.svg?source
"
;
import
warning_component
from
"
./warning.svg?component
"
;
...
...
@@ -1023,6 +1025,10 @@ export const Icons = {
component
:
verified_component
,
source
:
verified_source
,
},
verified_filled
:
{
component
:
verified_filled_component
,
source
:
verified_filled_source
,
},
view_archive
:
{
component
:
view_archive_component
,
source
:
view_archive_source
,
...
...
This diff is collapsed.
Click to expand it.
frontend/src/metabase/core/components/Icon/icons/verified_filled.svg
0 → 100644
+
3
−
0
View file @
054a2d4b
<svg
width=
"14"
height=
"14"
viewBox=
"0 0 14 14"
fill=
"currentcolor"
xmlns=
"http://www.w3.org/2000/svg"
>
<path
fill-rule=
"evenodd"
clip-rule=
"evenodd"
d=
"M7.4915 0.433488C7.2095 0.188837 6.7905 0.188837 6.5085 0.433488L5.47968 1.32609L4.1424 1.06749C3.77585 0.996608 3.41298 1.20611 3.2911 1.55899L2.84641 2.84641L1.55899 3.2911C1.20611 3.41298 0.996608 3.77585 1.06749 4.1424L1.32609 5.47968L0.433488 6.5085C0.188837 6.7905 0.188837 7.2095 0.433488 7.4915L1.32609 8.52032L1.06749 9.8576C0.996608 10.2241 1.20611 10.587 1.55899 10.7089L2.84641 11.1536L3.2911 12.441C3.41298 12.7939 3.77585 13.0034 4.1424 12.9325L5.47968 12.6739L6.5085 13.5665C6.7905 13.8112 7.2095 13.8112 7.4915 13.5665L8.52032 12.6739L9.8576 12.9325C10.2241 13.0034 10.587 12.7939 10.7089 12.441L11.1536 11.1536L12.441 10.7089C12.7939 10.587 13.0034 10.2241 12.9325 9.8576L12.6739 8.52032L13.5665 7.4915C13.8112 7.2095 13.8112 6.7905 13.5665 6.5085L12.6739 5.47968L12.9325 4.1424C13.0034 3.77585 12.7939 3.41298 12.441 3.2911L11.1536 2.84641L10.7089 1.55899C10.587 1.20611 10.2241 0.996608 9.8576 1.06749L8.52032 1.32609L7.4915 0.433488ZM10.5303 4.46967C10.8232 4.76256 10.8232 5.23744 10.5303 5.53033L6.53033 9.5303C6.23744 9.8232 5.76256 9.8232 5.46967 9.5303L3.46967 7.53033C3.17678 7.23744 3.17678 6.76256 3.46967 6.46967C3.76256 6.17678 4.23744 6.17678 4.53033 6.46967L6 7.93934L9.4697 4.46967C9.7626 4.17678 10.2374 4.17678 10.5303 4.46967Z"
/>
</svg>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment