UNPKG

@brizy/ui

Version:
5 lines (4 loc) 1.14 kB
import React from "react"; export const CmsClose = () => (React.createElement("svg", { id: "cms-close", width: "1em", height: "1em", viewBox: "0 0 16 16", version: "1.1", fill: "currentColor" }, React.createElement("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" }, React.createElement("path", { d: "M15.6571429,0.342857143 C15.2,-0.114285714 14.5142857,-0.114285714 14.0571429,0.342857143 L8,6.4 L1.94285714,0.342857143 C1.48571429,-0.114285714 0.8,-0.114285714 0.342857143,0.342857143 C-0.114285714,0.8 -0.114285714,1.48571429 0.342857143,1.94285714 L6.4,8 L0.342857143,14.0571429 C-0.114285714,14.5142857 -0.114285714,15.2 0.342857143,15.6571429 C0.571428571,15.8857143 0.8,16 1.14285714,16 C1.48571429,16 1.71428571,15.8857143 1.94285714,15.6571429 L8,9.6 L14.0571429,15.6571429 C14.2857143,15.8857143 14.6285714,16 14.8571429,16 C15.0857143,16 15.4285714,15.8857143 15.6571429,15.6571429 C16.1142857,15.2 16.1142857,14.5142857 15.6571429,14.0571429 L9.6,8 L15.6571429,1.94285714 C16.1142857,1.48571429 16.1142857,0.8 15.6571429,0.342857143 Z", fill: "currentColor", fillRule: "nonzero" }))));