UNPKG

google-material-icons

Version:

A google material icon library package for React applications

26 lines (22 loc) 766 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 Outbox = createIcon("Outbox", [ [ "path", { d: "M11 9.83V14H13V9.83L14.59 11.41L16 10L12 6L8 10L9.41 11.41L11 9.83Z", key: "bkakpr" } ], [ "path", { d: "M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3ZM19 19H5V16H8.02C8.93 17.21 10.37 18 12 18C13.63 18 15.06 17.21 15.98 16H19V19ZM19 14H14.82C14.41 15.16 13.31 16 12 16C10.69 16 9.6 15.16 9.18 14H5V5H19V14Z", key: "ap5205" } ] ]); export { Outbox as default }; //# sourceMappingURL=outbox.js.map