UNPKG

quantumai-design-system

Version:

퀀텀에이아이의 디자인 시스템

7 lines (6 loc) 759 B
import { jsx as _jsx } from "@emotion/react/jsx-runtime"; var CheckIcon = function (_a) { var _b = _a.fill, fill = _b === void 0 ? 'current' : _b, _c = _a.size, size = _c === void 0 ? 20 : _c; return (_jsx("svg", { width: size, height: size, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.73513 13.2649C9.32913 13.6709 8.67086 13.6709 8.26486 13.2649L5.49249 10.4925C5.08649 10.0865 5.08649 9.42823 5.49249 9.02222C5.8985 8.61622 6.55676 8.61622 6.96277 9.02222L9 11.0595L13.8096 6.24985C14.2156 5.84385 14.8739 5.84385 15.2799 6.24985C15.6859 6.65586 15.6859 7.31412 15.2799 7.72013L9.73513 13.2649Z", fill: fill }) })); }; export default CheckIcon;