UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 753 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 NewReleases = createIcon("NewReleases", [ [ "path", { d: "M23 11.9952L20.56 9.21516L20.9 5.53516L17.29 4.71516L15.4 1.53516L12 2.99516L8.6 1.53516L6.71 4.71516L3.1 5.52516L3.44 9.20516L1 11.9952L3.44 14.7752L3.1 18.4652L6.71 19.2852L8.6 22.4652L12 20.9952L15.4 22.4552L17.29 19.2752L20.9 18.4552L20.56 14.7752L23 11.9952ZM13 16.9952H11V14.9952H13V16.9952ZM13 12.9952H11V6.99516H13V12.9952Z", key: "4tlmrr" } ] ]); export { NewReleases as default }; //# sourceMappingURL=new_releases.js.map