google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 545 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 SsidChart = createIcon("SsidChart", [
[
"path",
{
d: "M21 5.47L12 12L7.62 7.62L3 11V8.52L7.83 5L12.21 9.38L21 3V5.47ZM21 15H16.3L12.13 18.34L6 12.41L3 14.54V17L5.8 15L12 21L17 17H21V15Z",
key: "4sqcb7"
}
]
]);
export { SsidChart as default };
//# sourceMappingURL=ssid_chart.js.map