UNPKG

atom-nuclide

Version:

A unified developer experience for web and mobile development, built as a suite of features on top of Atom to provide hackability and the support of an active community.

40 lines (36 loc) 1.17 kB
Object.defineProperty(exports, '__esModule', { value: true }); exports.FunnelIcon = FunnelIcon; /* * Copyright (c) 2015-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the license found in the LICENSE file in * the root directory of this source tree. */ var _reactForAtom2; function _reactForAtom() { return _reactForAtom2 = require('react-for-atom'); } function FunnelIcon() { /* eslint-disable max-len */ return (_reactForAtom2 || _reactForAtom()).React.createElement( 'svg', { className: 'nuclide-console-header-funnel-icon', viewBox: '0 0 188.53 176.98' }, (_reactForAtom2 || _reactForAtom()).React.createElement('rect', { className: 'nuclide-console-header-icon-fill', x: '69.04', y: '45.24', width: '50.46', height: '131.74', rx: '12', ry: '12' }), (_reactForAtom2 || _reactForAtom()).React.createElement('path', { className: 'nuclide-console-header-icon-fill', d: 'M4.32,24.68l80.61,79.55a14.42,14.42,0,0,0,20.33-.07l79-79A14.42,14.42,0,0,0,174.13.53L14.5,0A14.42,14.42,0,0,0,4.32,24.68Z' }) ); /* eslint-enable max-len */ }