UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 612 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function GoogleDriveIcon(props) { return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "google-drive", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "m15.42 3 6.86 12h-6.85L8.57 3h6.85ZM7.71 4.5 1.15 16l3.43 6 6.55-11.5-3.42-6ZM9.73 16 6.3 22h13.12l3.43-6H9.73Z", clipRule: "evenodd" }) }); } exports.default = GoogleDriveIcon;