UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 634 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 Assistant = createIcon("Assistant", [ [ "path", { d: "M19 1.5H5C3.9 1.5 3 2.4 3 3.5V17.5C3 18.6 3.9 19.5 5 19.5H9L12 22.5L15 19.5H19C20.1 19.5 21 18.6 21 17.5V3.5C21 2.4 20.1 1.5 19 1.5ZM13.88 12.38L12 16.5L10.12 12.38L6 10.5L10.12 8.62L12 4.5L13.88 8.62L18 10.5L13.88 12.38Z", key: "r9phtj" } ] ]); export { Assistant as default }; //# sourceMappingURL=assistant.js.map