UNPKG

@icongo/li

Version:
18 lines 726 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var LIGuiFormCheckboxChecked = props => /*#__PURE__*/_jsxs("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", viewBox: "0 0 14 14" }, props, { children: [/*#__PURE__*/_jsx("path", { fill: "green", d: "m4.267 5.733-.934.934 3 3L13 3l-.933-.933L6.333 7.8 4.267 5.733z" }), /*#__PURE__*/_jsx("path", { d: "M11.667 11.667H2.333V2.333H9V1H2.333C1.6 1 1 1.6 1 2.333v9.334C1 12.4 1.6 13 2.333 13h9.334C12.4 13 13 12.4 13 11.667V6.333h-1.333v5.334z" })] })); export { LIGuiFormCheckboxChecked };