UNPKG

nice-ui

Version:

React design system, components, and utilities

13 lines (12 loc) 591 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const React = require("react"); const IconSvgClose = ({ size = 16 }) => (React.createElement("span", { style: { width: size, height: size, display: 'inline-block', textAlign: 'center', } }, React.createElement("svg", { width: (size * 12) / 16, height: size, viewBox: "0 0 12 16" }, React.createElement("path", { d: "M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z" })))); exports.default = IconSvgClose;