@legion-ui-kit/react-core
Version:
To install the package into your project:
3 lines (2 loc) • 706 B
JavaScript
import{jsx as e}from"react/jsx-runtime";const o=()=>e("svg",{className:"icon-check",viewBox:"0 0 13 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e("path",{d:"M1.33333 5L4.66667 8.33333L11.3333 1.66667",className:"legion-checkbox_path",stroke:"white",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),t=()=>e("svg",{className:"icon-indeterminate",viewBox:"0 0 12 2",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e("path",{d:"M1.33333 1H10.6667",className:"legion-checkbox_path",stroke:"white",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});export{o as CheckboxIconCheck,t as CheckboxIconIndeterminate};
//# sourceMappingURL=CheckboxIcons.js.map