UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 543 B
/** * @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 7V17C3 18.1 3.9 19 5 19H19C20.1 19 21 18.1 21 17V7C21 5.9 20.1 5 19 5H5C3.9 5 3 5.9 3 7ZM19 17H5V13H19V17ZM5 11V7H19V11H5Z", key: "1l4a7s" } ] ]); export { ViewStream as default }; //# sourceMappingURL=view_stream.js.map