UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 606 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 ArtTrack = createIcon("ArtTrack", [ [ "path", { d: "M22 13H14V11H22V13ZM22 7H14V9H22V7ZM14 17H22V15H14V17ZM12 9V15C12 16.1 11.1 17 10 17H4C2.9 17 2 16.1 2 15V9C2 7.9 2.9 7 4 7H10C11.1 7 12 7.9 12 9ZM10.5 15L8.25 12L6.5 14.26L5.25 12.75L3.5 15H10.5Z", key: "oh2n07" } ] ]); export { ArtTrack as default }; //# sourceMappingURL=art_track.js.map