google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 518 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 LegendToggle = createIcon("LegendToggle", [
[
"path",
{
d: "M20 15H4V13H20V15ZM20 17H4V19H20V17ZM15 11L20 7.45V5L15 8.55L10 5L4 8.66V11L9.92 7.39L15 11Z",
key: "12aze4"
}
]
]);
export { LegendToggle as default };
//# sourceMappingURL=legend_toggle.js.map