Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 225 Bytes

File metadata and controls

15 lines (12 loc) · 225 Bytes

Dashicon

Usage

import { Dashicon } from '@wordpress/components';

const MyDashicon = () => (
	<div>
		<Dashicon icon="admin-home" />
		<Dashicon icon="products" />
		<Dashicon icon="wordpress" />
	</div>
);