google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 606 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const ViewStream = createIcon("ViewStream", [
[
"path",
{
d: "M3 17V15C3 13.9 3.9 13 5 13H19C20.1 13 21 13.9 21 15V17C21 18.1 20.1 19 19 19H5C3.9 19 3 18.1 3 17ZM3 7V9C3 10.1 3.9 11 5 11H19C20.1 11 21 10.1 21 9V7C21 5.9 20.1 5 19 5H5C3.9 5 3 5.9 3 7Z",
key: "1ce8p0"
}
]
]);
export { ViewStream as default };
//# sourceMappingURL=view_stream.js.map