import { createUtil } from "../util"; const strokeCurrent = createUtil({ stroke: "currentColor" }); export { strokeCurrent };