google-material-icons
Version:
A google material icon library package for React applications
26 lines (22 loc) • 884 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 ReceiptLong = createIcon("ReceiptLong", [
[
"path",
{
d: "M19.5 3.5L18 2L16.5 3.5L15 2L13.5 3.5L12 2L10.5 3.5L9 2L7.5 3.5L6 2V16H3V19C3 20.66 4.34 22 6 22H18C19.66 22 21 20.66 21 19V2L19.5 3.5ZM15 20H6C5.45 20 5 19.55 5 19V18H15V20ZM19 19C19 19.55 18.55 20 18 20C17.45 20 17 19.55 17 19V16H8V5H19V19Z",
key: "wf2ajr"
}
],
["path", { d: "M15 7H9V9H15V7Z", key: "488wsz" }],
["path", { d: "M18 7H16V9H18V7Z", key: "1nuwr4" }],
["path", { d: "M15 10H9V12H15V10Z", key: "gejxhl" }],
["path", { d: "M18 10H16V12H18V10Z", key: "1539r4" }]
]);
export { ReceiptLong as default };
//# sourceMappingURL=receipt_long.js.map