Created
February 26, 2018 11:54
-
-
Save tyoshikawa1106/2fecc34a4619608b4d3d18a7620ae5e8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<apex:page showHeader="true"> | |
<apex:slds /> | |
<div xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> | |
<div class="slds-m-around--Large"> | |
<a class="slds-button slds-button--brand" > | |
<svg class="slds-button__icon slds-button__icon--left" aria-hidden="true"> | |
<use xlink:href="{!URLFOR($Asset.SLDS, '/assets/icons/utility-sprite/svg/symbols.svg#edit')}"></use> | |
</svg>編集 | |
</a> | |
</div> | |
</div> | |
</apex:page> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment