@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 1.36 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function BoxIcon(props) {
return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "box logo", 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.745 17.027a3.887 3.887 0 0 0 3.891-3.882 3.895 3.895 0 0 0-3.89-3.89 3.886 3.886 0 0 0-3.428 2.063 3.885 3.885 0 0 0-3.427-2.063c-.873 0-1.682.29-2.336.781v-3.29A.773.773 0 0 0 2.782 6C2.355 6 2 6.345 2 6.745v6.464a3.887 3.887 0 0 0 7.318 1.755 3.885 3.885 0 0 0 3.427 2.063Zm0-6.218a2.336 2.336 0 0 1 2.337 2.336 2.332 2.332 0 1 1-2.337-2.336Zm-4.527 2.336a2.334 2.334 0 0 0-2.327-2.336 2.336 2.336 0 0 0-1.653 3.985 2.332 2.332 0 0 0 3.98-1.649ZM22 16.264a.818.818 0 0 0-.145-.464l-1.982-2.655 1.982-2.663a.7.7 0 0 0 .145-.437c0-.245-.1-.481-.31-.636-.335-.254-.817-.19-1.054.146l-1.736 2.29-1.718-2.29a.787.787 0 0 0-1.091-.146.797.797 0 0 0-.3.618c0 .164.045.318.145.455l1.973 2.663-1.973 2.655a.841.841 0 0 0-.145.454c0 .237.109.491.3.628.154.1.318.154.482.154.227 0 .454-.1.609-.29l1.718-2.3 1.736 2.3c.137.19.364.29.591.29a.81.81 0 0 0 .464-.154.755.755 0 0 0 .309-.618Z", clipRule: "evenodd" }) });
}
exports.default = BoxIcon;