google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 587 B
JavaScript
/**
* @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: "M20 8H4V6H20V8ZM18 2H6V4H18V2ZM22 12V20C22 21.1 21.1 22 20 22H4C2.9 22 2 21.1 2 20V12C2 10.9 2.9 10 4 10H20C21.1 10 22 10.9 22 12ZM16 16L10 12.73V19.26L16 16Z",
key: "1szdq1"
}
]
]);
export { Subscriptions as default };
//# sourceMappingURL=subscriptions.js.map