UNPKG

@lonelyplanet/dotcom-core

Version:

This package is meant to house some of our more common UI and shared libs across dotcom applications.

31 lines (25 loc) 1.66 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var cn = require("classnames"); var React = require("react"); var styles = { "iconVideo": "lp-global-iconVideo" }; var IconVideo = function (_a) { var className = _a.className; return React.createElement("svg", { className: cn(styles.iconVideo, className), xmlns: "http://www.w3.org/2000/svg", version: "1", viewBox: "0 0 1000 1000" }, React.createElement("path", { d: "M4530.6,4989.6c-843.2-79.3-1692.6-400.7-2400.1-905.8C769.7,3111.2-8.7,1452,112.3-221.8c73-1014.3,417.4-1909.6,1045.6-2717.3c171.1-221.2,544.7-599,763.9-772.2c536.4-425.8,1218.8-766,1857.5-926.7c978.8-248.3,2003.6-194.1,2934.4,154.5c1346.1,507.1,2370.9,1531.9,2878,2878c400.7,1068.6,411.2,2262.4,29.2,3351.8c-102.3,292.2-352.7,793.1-523.9,1054c-208.7,313.1-377.8,521.8-640.7,782.6C7423.3,4609.7,5981.1,5127.3,4530.6,4989.6z M5440.6,4553.4c1037.2-106.4,1968.1-546.8,2700.6-1281.4c630.3-632.4,1041.4-1390,1210.5-2233.1c302.6-1502.7-139.8-2980.3-1210.5-4051c-1068.6-1070.6-2548.3-1511-4051-1210.5c-1200.1,242.1-2279.1,1012.2-2917.7,2082.9c-820.2,1379.5-820.2,3157.7,0,4537.3c373.6,626.1,947.5,1198,1567.4,1563.2C3543.4,4434.4,4511.8,4645.2,5440.6,4553.4z", transform: "matrix(.1 0 0 -.1 0 511)" }), React.createElement("path", { d: "M3885.7,2036.4c-29.2-29.2-33.4-229.6-33.4-1888.8c0-1241.8,6.3-1872.1,20.9-1899.2c27.1-48,104.4-52.2,194.1-6.3C4286.4-1645.2,7143.6,14,7166.6,41.2c33.4,41.7,33.4,154.4-2.1,196.2c-20.9,27.1-2876,1686.3-3097.2,1799C3983.8,2078.1,3927.5,2078.1,3885.7,2036.4z", transform: "matrix(.1 0 0 -.1 0 511)" })); }; exports.default = IconVideo;