UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.35 kB
/** * @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 Unpublished = createIcon("Unpublished", [ [ "path", { d: "M8.24531 4.81482L6.79531 3.35482C8.37531 2.30482 10.2653 1.69482 12.3053 1.69482C17.8253 1.69482 22.3053 6.17482 22.3053 11.6948C22.3053 13.7348 21.6953 15.6248 20.6453 17.2048L19.1853 15.7448C19.8953 14.5548 20.3053 13.1748 20.3053 11.6948C20.3053 7.28482 16.7153 3.69482 12.3053 3.69482C10.8253 3.69482 9.44531 4.10482 8.24531 4.81482ZM17.9653 9.22482L16.5553 7.81482L13.9053 10.4648L15.3153 11.8748L17.9653 9.22482ZM20.0853 22.3048L17.8153 20.0348C16.2353 21.0848 14.3453 21.6948 12.3053 21.6948C6.78531 21.6948 2.30531 17.2148 2.30531 11.6948C2.30531 9.65482 2.91531 7.76482 3.96531 6.18482L1.69531 3.91482L3.10531 2.50482L21.4853 20.8848L20.0853 22.3048ZM16.3653 18.5748L12.4853 14.6948L10.8953 16.2848L6.65531 12.0448L8.06531 10.6348L10.8953 13.4648L11.0753 13.2848L5.42531 7.63482C4.71531 8.83482 4.30531 10.2148 4.30531 11.6948C4.30531 16.1048 7.89531 19.6948 12.3053 19.6948C13.7853 19.6948 15.1653 19.2848 16.3653 18.5748Z", key: "1hxjzh" } ] ]); export { Unpublished as default }; //# sourceMappingURL=unpublished.js.map