hrnet-modal-p14
Version:
A package for the project 14 of OpenClassrooms called HrNet
4 lines • 455 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
const XSVG = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, viewBox: "0 0 256 256", ...props, children: _jsx("path", { d: "M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z" }) }));
export default XSVG;
//# sourceMappingURL=x.js.map