@brizy/ui
Version:
React elements in Brizy style
5 lines (4 loc) • 603 B
JavaScript
import React from "react";
export const Close = () => (React.createElement("svg", { width: "1em", height: "1em", id: "close", fill: "currentColor", viewBox: "0 0 16 16" },
React.createElement("g", null,
React.createElement("path", { d: "M12.786 3.214a.69.69 0 0 0-1 0L8 7 4.214 3.214a.69.69 0 0 0-1 0 .69.69 0 0 0 0 1L7 8l-3.786 3.786a.69.69 0 0 0 0 1 .648.648 0 0 0 .5.214.648.648 0 0 0 .5-.214L8 9l3.786 3.786a.772.772 0 0 0 .5.214.772.772 0 0 0 .5-.214.69.69 0 0 0 0-1L9 8l3.786-3.786a.69.69 0 0 0 0-1z", fillRule: "nonzero", fill: "currentColor", stroke: "none", strokeWidth: "1" }))));