google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 523 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 Tune = createIcon("Tune", [
[
"path",
{
d: "M3 17V19H9V17H3ZM3 5V7H13V5H3ZM13 21V19H21V17H13V15H11V21H13ZM7 9V11H3V13H7V15H9V9H7ZM21 13V11H11V13H21ZM15 9H17V7H21V5H17V3H15V9Z",
key: "14ft49"
}
]
]);
export { Tune as default };
//# sourceMappingURL=tune.js.map