google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.27 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 DirtyLens = createIcon("DirtyLens", [
[
"path",
{
d: "M12.95 19H20V7H4V19H11.24C11.38 18.02 11.66 16.95 11.08 16.57C10.19 15.98 9.81 18.63 8.28 17.92C6.89 16.8 9.33 16.63 8.78 14.65C8.56 13.86 6.5 15.01 6.38 13.41C6.3 12.41 7.87 12.67 7.89 11.92C7.92 11.17 6.86 10.87 7.64 10.01C7.86 9.77 8.35 9.75 8.55 9.82C9.34 10.09 10.1 11.64 11.06 11.01C12.09 10.35 9.18 8.66 11.06 8.15C12.7 7.71 12.37 10.23 13.71 10.59C15.65 11.11 16.36 6.04 18.12 8.26C19.97 10.59 14.69 10.53 15.27 12.27C15.61 13.28 17.42 11.07 18.03 12.8C18.67 14.63 14.94 13.62 14.99 14.46C15.05 15.29 17.4 15.01 16.63 16.58C15.49 18.44 13.63 15.55 12.82 16.67C12.43 17.24 12.73 18.16 12.95 19ZM20 5C21.1 5 22 5.9 22 7V19C22 20.1 21.1 21 20 21H4C2.9 21 2 20.1 2 19V7C2 5.9 2.9 5 4 5H7.17L9 3H15L16.83 5H20ZM18.14 18.01C17.67 18.01 17.28 17.63 17.28 17.15C17.28 16.67 17.66 16.29 18.14 16.29C18.61 16.29 19 16.67 19 17.15C19 17.63 18.62 18.01 18.14 18.01Z",
key: "12is82"
}
]
]);
export { DirtyLens as default };
//# sourceMappingURL=dirty_lens.js.map