UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 1.45 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function HelpCircleFilledIcon(props) { return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", "aria-label": "help circle filled icon", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M2 12C2 6.48 6.48 2 12 2s10 4.48 10 10-4.48 10-10 10S2 17.52 2 12Zm7.42-1.59h.93a.476.476 0 0 0 .471-.411c.013-.094.031-.185.054-.273.054-.212.137-.397.25-.555.113-.158.257-.285.433-.38a1.31 1.31 0 0 1 .63-.142c.36 0 .643.1.846.298.203.199.304.506.304.92.01.244-.033.447-.128.61a1.814 1.814 0 0 1-.372.447 8.15 8.15 0 0 1-.501.406 3.4 3.4 0 0 0-.515.48 2.797 2.797 0 0 0-.426.67c-.019.04-.041.083-.066.13-.1.191-.236.449-.297.886a.442.442 0 0 0 .438.504h1.094c.236 0 .431-.182.447-.417.03-.441.113-.541.21-.658l.042-.052c.14-.18.3-.34.48-.48.181-.14.373-.28.576-.42a2.636 2.636 0 0 0 .975-1.225c.112-.28.169-.637.169-1.07a2.43 2.43 0 0 0-.731-1.692c-.262-.262-.607-.48-1.036-.656-.428-.176-.963-.264-1.604-.264-.496 0-.945.083-1.347.25a5.403 5.403 0 0 1-.164.065c-.23.087-.266.1-.865.632-.556.494-.676 1.37-.705 1.966a.41.41 0 0 0 .409.43ZM11.5 15h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5Z", clipRule: "evenodd" }) }); } exports.default = HelpCircleFilledIcon;