import { src, dest } from "gulp"; // SVG `use` has no way of allowing cross-origin, so we need to keep them with the HTML files. export const svg = () => src("src/*.svg").pipe(dest("dist/"));