vinyl-component-blocks
Version:
Modular, Reusable, and Styled UI Component Library. Stop repeating work, install, call, use, modify.
4 lines • 381 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
const SvgCross = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props, children: _jsx("path", { d: "m28.71 4.71-1.42-1.42L16 14.59 4.71 3.29 3.29 4.71 14.59 16 3.29 27.29l1.42 1.42L16 17.41l11.29 11.3 1.42-1.42L17.41 16z" }) }));
export default SvgCross;
//# sourceMappingURL=Cross.js.map