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