UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 776 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function ProjectIcon(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": "project icon", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M2 12c0 5.523 4.477 10 10 10s10-4.477 10-10S17.523 2 12 2 2 6.477 2 12Zm10-5a5 5 0 0 0-4.656 6.827l-2.236 2.237a8 8 0 1 1 2.828 2.828l2.237-2.236a5 5 0 0 0 6.605-6.133c-.05-.163-.258-.207-.379-.086l-2.98 2.98-2.829-2.828 2.99-2.99c.118-.119.075-.321-.084-.371A4.995 4.995 0 0 0 12 7Z", clipRule: "evenodd" }) }); } exports.default = ProjectIcon;