UNPKG

@jjordy/swr-devtools

Version:

Devtools for SWR

6 lines (5 loc) 559 B
import React from 'react'; export default function CloseIcon({ fill = "white", height = 16, width = 16 }) { return (React.createElement("svg", { id: "Capa_1", enableBackground: "new 0 0 386.667 386.667", height: height, viewBox: "0 0 386.667 386.667", width: width, fill: fill, xmlns: "http://www.w3.org/2000/svg" }, React.createElement("path", { d: "m386.667 45.564-45.564-45.564-147.77 147.769-147.769-147.769-45.564 45.564 147.769 147.769-147.769 147.77 45.564 45.564 147.769-147.769 147.769 147.769 45.564-45.564-147.768-147.77z" }))); }