UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 604 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 Html = createIcon("Html", [ [ "path", { d: "M3.5 9H5V15H3.5V12.5H1.5V15H0V9H1.5V11H3.5V9ZM17.5 9H13C12.45 9 12 9.45 12 10V15H13.5V10.5H14.5V14H16V10.49H17V15H18.5V10C18.5 9.45 18.05 9 17.5 9ZM11 9H6V10.5H7.75V15H9.25V10.5H11V9ZM24 15V13.5H21.5V9H20V15H24Z", key: "1j8w5q" } ] ]); export { Html as default }; //# sourceMappingURL=html.js.map