google-material-icons
Version:
A google material icon library package for React applications
26 lines (22 loc) • 1 kB
JavaScript
/**
* @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 QrCode = createIcon("QrCode", [
["path", { d: "M3 11H11V3H3V11ZM5 5H9V9H5V5Z", key: "1w78ug" }],
["path", { d: "M3 21H11V13H3V21ZM5 15H9V19H5V15Z", key: "3xlfiv" }],
["path", { d: "M13 3V11H21V3H13ZM19 9H15V5H19V9Z", key: "tprguu" }],
["path", { d: "M21 19H19V21H21V19Z", key: "wy541k" }],
["path", { d: "M15 13H13V15H15V13Z", key: "16bppr" }],
["path", { d: "M17 15H15V17H17V15Z", key: "1rq2ee" }],
["path", { d: "M15 17H13V19H15V17Z", key: "1updph" }],
["path", { d: "M17 19H15V21H17V19Z", key: "1cumhy" }],
["path", { d: "M19 17H17V19H19V17Z", key: "1ombub" }],
["path", { d: "M19 13H17V15H19V13Z", key: "1j8ksk" }],
["path", { d: "M21 15H19V17H21V15Z", key: "1984fp" }]
]);
export { QrCode as default };
//# sourceMappingURL=qr_code.js.map