1 | 'use strict';
|
2 |
|
3 | Object.defineProperty(exports, "__esModule", {
|
4 | value: true
|
5 | });
|
6 |
|
7 | var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
8 |
|
9 |
|
10 | var _react = require('react');
|
11 |
|
12 | var _react2 = _interopRequireDefault(_react);
|
13 |
|
14 | var _base = require('../base');
|
15 |
|
16 | var _base2 = _interopRequireDefault(_base);
|
17 |
|
18 | function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
19 |
|
20 | var Flag = function Flag(props) {
|
21 | return _react2.default.createElement(
|
22 | _base2.default,
|
23 | _extends({ viewBox: '0 0 56 40' }, props),
|
24 | _react2.default.createElement('rect', {
|
25 | id: 'Rectangle-path',
|
26 | fill: '#FF0000',
|
27 | x: '0',
|
28 | y: '0',
|
29 | width: '56',
|
30 | height: '27'
|
31 | }),
|
32 | _react2.default.createElement('rect', {
|
33 | id: 'Rectangle-path',
|
34 | fill: '#39953E',
|
35 | x: '0',
|
36 | y: '27',
|
37 | width: '56',
|
38 | height: '13'
|
39 | }),
|
40 | _react2.default.createElement('rect', { id: 'Rectangle-2', fill: '#FFFFFF', x: '0', y: '0', width: '18', height: '40' }),
|
41 | _react2.default.createElement('path', {
|
42 | d: 'M9,22 C7.9,22 7,21.1 7,20 C7,18.9 7.9,18 9,18 C10.1,18 11,18.9 11,20 C11,21.1 10.1,22 9,22 Z',
|
43 | id: 'Path',
|
44 | fill: '#FF0000'
|
45 | }),
|
46 | _react2.default.createElement('path', {
|
47 | d: 'M9,15 C7.9,15 7,14.1 7,13 C7,11.9 7.9,11 9,11 C10.1,11 11,11.9 11,13 C11,14.1 10.1,15 9,15 Z',
|
48 | id: 'Path',
|
49 | fill: '#FF0000'
|
50 | }),
|
51 | _react2.default.createElement('path', {
|
52 | d: 'M9,8 C7.9,8 7,7.1 7,6 C7,4.9 7.9,4 9,4 C10.1,4 11,4.9 11,6 C11,7.1 10.1,8 9,8 Z',
|
53 | id: 'Path',
|
54 | fill: '#FF0000'
|
55 | }),
|
56 | _react2.default.createElement('path', {
|
57 | d: 'M9,29 C7.9,29 7,28.1 7,27 C7,25.9 7.9,25 9,25 C10.1,25 11,25.9 11,27 C11,28.1 10.1,29 9,29 Z',
|
58 | id: 'Path',
|
59 | fill: '#FF0000'
|
60 | }),
|
61 | _react2.default.createElement('path', {
|
62 | d: 'M9,36 C7.9,36 7,35.1 7,34 C7,32.9 7.9,32 9,32 C10.1,32 11,32.9 11,34 C11,35.1 10.1,36 9,36 Z',
|
63 | id: 'Path',
|
64 | fill: '#FF0000'
|
65 | })
|
66 | );
|
67 | };
|
68 |
|
69 | Flag.displayName = 'FlagBY';
|
70 |
|
71 | exports.default = Flag; |
\ | No newline at end of file |