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 Subscriptions = createIcon("Subscriptions", [ [ "path", { d: "M4 6H20V8H4V6ZM6 2H18V4H6V2ZM20 10H4C2.9 10 2 10.9 2 12V20C2 21.1 2.9 22 4 22H20C21.1 22 22 21.1 22 20V12C22 10.9 21.1 10 20 10ZM20 20H4V12H20V20ZM10 12.73V19.26L16 16L10 12.73Z", key: "qg2lwn" } ] ]); export { Subscriptions as default }; //# sourceMappingURL=subscriptions.js.map