20 lines
362 B
JavaScript
20 lines
362 B
JavaScript
/**
|
|
* lucide v0.244.0 - ISC
|
|
*/
|
|
|
|
import defaultAttributes from '../defaultAttributes.js';
|
|
|
|
const SignalHigh = [
|
|
"svg",
|
|
defaultAttributes,
|
|
[
|
|
["path", { d: "M2 20h.01" }],
|
|
["path", { d: "M7 20v-4" }],
|
|
["path", { d: "M12 20v-8" }],
|
|
["path", { d: "M17 20V8" }]
|
|
]
|
|
];
|
|
|
|
export { SignalHigh as default };
|
|
//# sourceMappingURL=signal-high.js.map
|