UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 999 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function ObjectiveIcon(props) { return (0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", "aria-label": "objective icon", ...props, children: [(0, jsx_runtime_1.jsx)("path", { d: "M23.23 1.827c.101.1.101.266 0 .367l-4.023 4.024L21.56 8.57c.16.16.05.44-.174.44H15.25a.253.253 0 0 1-.25-.257V2.618c0-.226.266-.341.425-.183l2.368 2.369L21.825.77a.246.246 0 0 1 .35 0l1.056 1.056ZM12 13.01a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M9 12.01c0-1.654 1.346-3 3-3v-2c-2.757 0-5 2.243-5 5s2.243 5 5 5 5-2.243 5-5h-2c0 1.654-1.346 3-3 3s-3-1.346-3-3Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M5 12.01c0 3.86 3.14 7 7 7s7-3.14 7-7h2c0 4.963-4.037 9-9 9s-9-4.037-9-9 4.037-9 9-9v2c-3.86 0-7 3.14-7 7Z" })] }); } exports.default = ObjectiveIcon;