UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 704 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 DomainVerification = createIcon("DomainVerification", [ [ "path", { d: "M16.6 10.88L15.18 9.46L10.94 13.71L8.82 11.58L7.4 13L10.94 16.54L16.6 10.88Z", key: "1uojuw" } ], [ "path", { d: "M19 4H5C3.89 4 3 4.9 3 6V18C3 19.1 3.89 20 5 20H19C20.1 20 21 19.1 21 18V6C21 4.9 20.11 4 19 4ZM19 18H5V8H19V18Z", key: "1yqsft" } ] ]); export { DomainVerification as default }; //# sourceMappingURL=domain_verification.js.map