Skip to content
Snippets Groups Projects
Unverified Commit 054a2d4b authored by Oisin Coveney's avatar Oisin Coveney Committed by GitHub
Browse files

Add verified_filled icon (#34463)

parent 066e41cf
Branches
Tags
No related merge requests found
......@@ -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,
......
<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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment