# stream/3.2.0/ui/stream-icons/style.css

Stream – Activity Log &amp; Audit Trail, version 3.2.0. 15 lines.

- Page: https://pluginprobe.com/plugins/stream/3.2.0/code/ui/stream-icons/style.css
- Raw: https://pluginprobe.com/plugins/stream/3.2.0/raw/ui/stream-icons/style.css
- Modified: 2017-03-15T01:11:20+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/stream/3.2.0/code/ui/stream-icons/style.css#L10-L20`.

```css
@font-face {
	font-family: 'WP Stream';
	src:url('font/stream.eot');
	src:url('font/stream.eot?#iefix') format('embedded-opentype'),
		url('font/stream.ttf') format('truetype'),
		url('font/stream.woff') format('woff'),
		url('font/stream.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon-stream:before {
	content: "\73";
}

```
