20 lines
355 B
JavaScript
20 lines
355 B
JavaScript
/**
|
|
* lucide v0.244.0 - ISC
|
|
*/
|
|
|
|
import defaultAttributes from '../defaultAttributes.js';
|
|
|
|
const TextQuote = [
|
|
"svg",
|
|
defaultAttributes,
|
|
[
|
|
["path", { d: "M17 6H3" }],
|
|
["path", { d: "M21 12H8" }],
|
|
["path", { d: "M21 18H8" }],
|
|
["path", { d: "M3 12v6" }]
|
|
]
|
|
];
|
|
|
|
export { TextQuote as default };
|
|
//# sourceMappingURL=text-quote.js.map
|