google-material-icons
Version:
A google material icon library package for React applications
16 lines (12 loc) • 421 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 Publish = createIcon("Publish", [
["path", { d: "M5 4V6H19V4H5ZM5 14H9V20H15V14H19L12 7L5 14Z", key: "wre9o4" }]
]);
export { Publish as default };
//# sourceMappingURL=publish.js.map