google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 611 B
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 AdfScanner = createIcon("AdfScanner", [
[
"path",
{
d: "M19 12H18V4H6V12H5C3.34 12 2 13.34 2 15V20H22V15C22 13.34 20.66 12 19 12ZM16 12H8V6H16V12ZM18 17C17.45 17 17 16.55 17 16C17 15.45 17.45 15 18 15C18.55 15 19 15.45 19 16C19 16.55 18.55 17 18 17Z",
key: "e9v19z"
}
]
]);
export { AdfScanner as default };
//# sourceMappingURL=adf_scanner.js.map