UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 702 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 Php = createIcon("Php", [ [ "path", { d: "M12.75 9H14.25V15H12.75V12.5H10.75V15H9.25V9H10.75V11H12.75V9ZM7.75 10.5V11.5C7.75 12.3 7.05 13 6.25 13H4.25V15H2.75V9H6.25C7.05 9 7.75 9.7 7.75 10.5ZM6.25 10.5H4.25V11.5H6.25V10.5ZM21.25 10.5V11.5C21.25 12.3 20.55 13 19.75 13H17.75V15H16.25V9H19.75C20.55 9 21.25 9.7 21.25 10.5ZM19.75 10.5H17.75V11.5H19.75V10.5Z", key: "1r2cby" } ] ]); export { Php as default }; //# sourceMappingURL=php.js.map