Files
hyper-theme/assets/vendor/lucide/esm/icons/scissors-line-dashed.js
2025-11-20 23:10:06 -06:00

26 lines
669 B
JavaScript

/**
* @license lucide v0.424.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import defaultAttributes from '../defaultAttributes.js';
const ScissorsLineDashed = [
"svg",
defaultAttributes,
[
["path", { d: "M5.42 9.42 8 12" }],
["circle", { cx: "4", cy: "8", r: "2" }],
["path", { d: "m14 6-8.58 8.58" }],
["circle", { cx: "4", cy: "16", r: "2" }],
["path", { d: "M10.8 14.8 14 18" }],
["path", { d: "M16 12h-2" }],
["path", { d: "M22 12h-2" }]
]
];
export { ScissorsLineDashed as default };
//# sourceMappingURL=scissors-line-dashed.js.map