UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 623 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 Audiotrack = createIcon("Audiotrack", [ [ "path", { d: "M12 3V13.55C11.41 13.21 10.73 13 10 13C7.79 13 6 14.79 6 17C6 19.21 7.79 21 10 21C12.21 21 14 19.21 14 17V7H18V3H12ZM10 19C8.9 19 8 18.1 8 17C8 15.9 8.9 15 10 15C11.1 15 12 15.9 12 17C12 18.1 11.1 19 10 19Z", key: "1n5dgg" } ] ]); export { Audiotrack as default }; //# sourceMappingURL=audiotrack.js.map