UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 603 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 PausePresentation = createIcon("PausePresentation", [ [ "path", { d: "M21 3H3C1.9 3 1 3.85 1 4.95V18.95C1 20.05 1.9 21 3 21H21C22.1 21 23 20.05 23 18.95V4.95C23 3.85 22.1 3 21 3ZM21 19H3V5H21V19ZM9 8H11V16H9V8ZM13 8H15V16H13V8Z", key: "1llune" } ] ]); export { PausePresentation as default }; //# sourceMappingURL=pause_presentation.js.map