google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 582 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 Dvr = createIcon("Dvr", [
[
"path",
{
d: "M21 3H3C1.9 3 1 3.9 1 5V17C1 18.1 1.9 19 3 19H8V21H16V19H21C22.1 19 22.99 18.1 22.99 17L23 5C23 3.9 22.1 3 21 3ZM21 17H3V5H21V17ZM19 8H8V10H19V8ZM19 12H8V14H19V12ZM7 8H5V10H7V8ZM7 12H5V14H7V12Z",
key: "fzv9h2"
}
]
]);
export { Dvr as default };
//# sourceMappingURL=dvr.js.map