19 lines
394 B
JavaScript
19 lines
394 B
JavaScript
/**
|
|
* lucide v0.244.0 - ISC
|
|
*/
|
|
|
|
import defaultAttributes from '../defaultAttributes.js';
|
|
|
|
const ArrowUpFromDot = [
|
|
"svg",
|
|
defaultAttributes,
|
|
[
|
|
["line", { x1: "12", x2: "12", y1: "16", y2: "2" }],
|
|
["polyline", { points: "5,9 12,2 19,9" }],
|
|
["circle", { cx: "12", cy: "21", r: "1" }]
|
|
]
|
|
];
|
|
|
|
export { ArrowUpFromDot as default };
|
|
//# sourceMappingURL=arrow-up-from-dot.js.map
|