UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 684 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 Doorbell = createIcon("Doorbell", [ [ "path", { d: "M11 16.5H13C13 17.05 12.55 17.5 12 17.5C11.45 17.5 11 17.05 11 16.5ZM15 15V12.66C15 11.12 14.19 9.84 12.75 9.5V9.25C12.75 8.84 12.41 8.5 12 8.5C11.59 8.5 11.25 8.84 11.25 9.25V9.5C9.82 9.84 9 11.12 9 12.66V15H8V16H16V15H15ZM12 5.5L6 10V19H18V10L12 5.5ZM12 3L20 9V21H4V9L12 3Z", key: "mlm186" } ] ]); export { Doorbell as default }; //# sourceMappingURL=doorbell.js.map