UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 557 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: "M11.5 3V12.28C11.03 12.11 10.53 12 10 12C7.51 12 5.5 14.01 5.5 16.5C5.5 18.99 7.51 21 10 21C12.31 21 14.2 19.25 14.45 17H14.5V6H18.5V3H11.5Z", key: "1eiw3e" } ] ]); export { Audiotrack as default }; //# sourceMappingURL=audiotrack.js.map