UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 751 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function CheckCircleFilledIcon(props) { return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "checkmark in filled circle", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2ZM6.646 12.354l.708-.707a.5.5 0 0 1 .707 0L10 13.585l5.94-5.94a.5.5 0 0 1 .706 0l.708.708a.5.5 0 0 1 0 .707l-7 7a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.707Z", clipRule: "evenodd" }) }); } exports.default = CheckCircleFilledIcon;