.icon(@name, @char) {
    .icon--@{name}:before {
        content: @char;
    }
}
