google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.02 kB
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 Unpublished = createIcon("Unpublished", [
[
"path",
{
d: "M21.4953 20.8848L3.11531 2.50482L1.69531 3.91482L3.96531 6.18482C2.91531 7.76482 2.30531 9.65482 2.30531 11.6948C2.30531 17.2148 6.78531 21.6948 12.3053 21.6948C14.3453 21.6948 16.2353 21.0848 17.8153 20.0348L20.0853 22.3048L21.4953 20.8848ZM10.8953 16.2948L6.65531 12.0548L8.06531 10.6448L10.8953 13.4748L11.0753 13.2948L12.4853 14.7048L10.8953 16.2948ZM13.8953 10.4548L6.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.2048L15.3053 11.8648L17.9553 9.21482L16.5453 7.80482L13.8953 10.4548Z",
key: "1vgep2"
}
]
]);
export { Unpublished as default };
//# sourceMappingURL=unpublished.js.map