google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 754 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 12ZM8 6H16V12H8V6ZM20 18H4V15C4 14.45 4.45 14 5 14H19C19.55 14 20 14.45 20 15V18Z",
key: "tjd7g9"
}
],
[
"path",
{
d: "M18 17C18.5523 17 19 16.5523 19 16C19 15.4477 18.5523 15 18 15C17.4477 15 17 15.4477 17 16C17 16.5523 17.4477 17 18 17Z",
key: "1cp5kg"
}
]
]);
export { AdfScanner as default };
//# sourceMappingURL=adf_scanner.js.map