google-material-icons
Version:
A google material icon library package for React applications
24 lines (20 loc) • 695 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 DynamicFeed = createIcon("DynamicFeed", [
["path", { d: "M8 8H6V15C6 16.1 6.9 17 8 17H17V15H8V8Z", key: "1oem5v" }],
[
"path",
{
d: "M20 3H12C10.9 3 10 3.9 10 5V11C10 12.1 10.9 13 12 13H20C21.1 13 22 12.1 22 11V5C22 3.9 21.1 3 20 3ZM20 11H12V7H20V11Z",
key: "zg0z2p"
}
],
["path", { d: "M4 12H2V19C2 20.1 2.9 21 4 21H13V19H4V12Z", key: "y0h334" }]
]);
export { DynamicFeed as default };
//# sourceMappingURL=dynamic_feed.js.map