Genesis Simple Share via function
<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.
if ( function_exists( 'genesis_share_icon_output' ) ) {
global $Genesis_Simple_Share;
genesis_share_icon_output( 'work', $Genesis_Simple_Share->icons );
}
<!-- the 'work' thing changes the name... so the div class will be share-work in this case -->