UNPKG

google-material-icons

Version:

A google material icon library package for React applications

24 lines (20 loc) 809 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 EighteenUpRating = createIcon("EighteenUpRating", [ ["path", { d: "M14.5 12.5H13V14H14.5V12.5Z", key: "1kk7uj" }], ["path", { d: "M14.5 10H13V11.5H14.5V10Z", key: "1mff2o" }], [ "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 3ZM10 15H8.5V10.5H7V9H10V15ZM16 14C16 14.55 15.55 15 15 15H12.5C11.95 15 11.5 14.55 11.5 14V10C11.5 9.45 11.95 9 12.5 9H15C15.55 9 16 9.45 16 10V14Z", key: "qzz98i" } ] ]); export { EighteenUpRating as default }; //# sourceMappingURL=eighteen_up_rating.js.map