google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 601 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 Scanner = createIcon("Scanner", [
[
"path",
{
d: "M19.8 10.2L4.2 4.5L3.5 6.4L17.6 11.5H5C3.9 11.5 3 12.4 3 13.5V17.5C3 18.6 3.9 19.5 5 19.5H19C20.1 19.5 21 18.6 21 17.5V12C21 11.2 20.5 10.4 19.8 10.2ZM7 16.5H5V14.5H7V16.5ZM19 16.5H9V14.5H19V16.5Z",
key: "f44azp"
}
]
]);
export { Scanner as default };
//# sourceMappingURL=scanner.js.map