UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 667 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 AudioFile = createIcon("AudioFile", [ [ "path", { d: "M14 2H6C4.9 2 4.01 2.9 4.01 4L4 20C4 21.1 4.89 22 5.99 22H18C19.1 22 20 21.1 20 20V8L14 2ZM16 13H13V16.75C13 17.99 11.99 19 10.75 19C9.51 19 8.5 17.99 8.5 16.75C8.5 15.51 9.51 14.5 10.75 14.5C11.21 14.5 11.64 14.64 12 14.88V11H16V13ZM13 9V3.5L18.5 9H13Z", key: "1oqa06" } ] ]); export { AudioFile as default }; //# sourceMappingURL=audio_file.js.map