google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 655 B
JavaScript
/**
* @license google-material-icons v2.1.4 - 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: "M12 3L4 9V21H20V9L12 3ZM12 17.5C11.45 17.5 11 17.05 11 16.5H13C13 17.05 12.55 17.5 12 17.5ZM16 16H8V15H9V12.66C9 11.12 9.82 9.84 11.25 9.5V9.25C11.25 8.84 11.59 8.5 12 8.5C12.41 8.5 12.75 8.84 12.75 9.25V9.5C14.19 9.84 15 11.12 15 12.66V15H16V16Z",
key: "1ysb8u"
}
]
]);
export { Doorbell as default };
//# sourceMappingURL=doorbell.js.map