@brizy/ui
Version:
React elements in Brizy style
12 lines (11 loc) • 859 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.CheckCircleOn = void 0;
const react_1 = __importDefault(require("react"));
const CheckCircleOn = () => (react_1.default.createElement("svg", { width: "1em", height: "1em", id: "check-circle-on", fill: "currentColor", viewBox: "0 0 16 16" },
react_1.default.createElement("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
react_1.default.createElement("path", { d: "M8,0 C3.6,0 0,3.6 0,8 C0,12.4 3.6,16 8,16 C12.4,16 16,12.4 16,8 C16,3.6 12.4,0 8,0 Z M7,11.4 L3.6,8 L5,6.6 L7,8.6 L11,4.6 L12.4,6 L7,11.4 Z", fill: "currentColor", fillRule: "nonzero" }))));
exports.CheckCircleOn = CheckCircleOn;