open-icon
Version:
Open Icon
27 lines (26 loc) • 544 B
JavaScript
// lib/meta/icon_on-target.svg.ts
var meta = {
"description": "The 'on-target' icon represents hitting the mark or achieving a goal. It can be used to signify successful completion or accuracy.",
"category": [
"Interface",
"Symbol"
],
"tag": [
"success",
"achievement",
"goal",
"accuracy",
"completion",
"bullseye",
"aim",
"hit",
"performance",
"accomplish"
],
"title": "On Target"
};
var icon_on_target_svg_default = meta;
export {
icon_on_target_svg_default as default,
meta
};