@vimeo/iris
Version:
Vimeo Design System
17 lines (10 loc) • 1.9 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var tslib_es6 = require('../../tslib.es6-3ec409b7.js');
var React = require('react');
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
var LineChartOutlined = React.forwardRef(function (props, ref) { return (React__default["default"].createElement("svg", tslib_es6.__assign({ viewBox: "0 0 20 20", ref: ref }, props),
React__default["default"].createElement("path", { d: "M2,0 C2.51283584,0 2.93550716,0.38604019 2.99327227,0.883378875 L3,1 L2.94787687,18 L19.9695096,18 C20.4823454,18 20.9050167,18.3860402 20.9627819,18.8833789 L20.9695096,19 C20.9695096,19.5128358 20.5834694,19.9355072 20.0861307,19.9932723 L19.9695096,20 L1.94863859,20 C1.43580275,20 1.01313143,19.6139598 0.95536632,19.1166211 L0.948638589,19 L1,1 C1,0.44771525 1.44771525,0 2,0 Z" }),
React__default["default"].createElement("path", { d: "M18.6530105,1.9316878 C19.1769538,1.75704002 19.7432738,2.04020001 19.9179216,2.56414333 C20.0800945,3.05066212 19.847525,3.57371997 19.3939751,3.78579307 L19.285466,3.82905439 L16.7112383,4.68637109 L13.8883833,11.2742904 C13.6768182,11.7679424 13.1181044,12.0002944 12.6261239,11.8197785 L12.5218718,11.7747218 L9.41723828,10.2213711 L6.86356356,15.3277885 C6.63411189,15.7864305 6.0997559,15.9917151 5.62912824,15.8208579 L5.52182091,15.7746964 C5.06317886,15.5452447 4.8578943,15.0108887 5.02875147,14.540261 L5.07491301,14.4329537 L8.07662199,8.43295372 C8.30606442,7.97433012 8.84038947,7.7690406 9.31100811,7.93986651 L9.41831376,7.98602037 L12.4672383,9.51037109 L15.0500933,3.4864518 C15.1465375,3.2614153 15.3215211,3.08093635 15.5401944,2.97708145 L15.6530105,2.9316878 L18.6530105,1.9316878 Z" }))); });
exports.LineChartOutlined = LineChartOutlined;