UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 627 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function DropboxIcon(props) { return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "dropbox logo", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M7 4 2 7.125l5 3.125-5 3.125L7 16.5l5-3.125-5-3.125 5-3.125L7 4ZM17 4l-5 3.125 5 3.125-5 3.125 5 3.125 5-3.125-5-3.125 5-3.125L17 4ZM12 20.667l-5-3.125 5-3.125 5 3.125-5 3.125Z" }) }); } exports.default = DropboxIcon;