UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 490 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 Publish = createIcon("Publish", [ [ "path", { d: "M5 4H19V6H5V4ZM5 14H9V20H15V14H19L12 7L5 14ZM13 12V18H11V12H9.83L12 9.83L14.17 12H13Z", key: "9282y7" } ] ]); export { Publish as default }; //# sourceMappingURL=publish.js.map