UNPKG

react-life-design

Version:
32 lines 2.77 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var React = require("react"); exports.Forward = function (children) { return (React.createElement(React.Fragment, null, children, React.createElement("svg", { className: 'svg', xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 22 20.4' }, React.createElement("polyline", { className: 'switch-arrow-elements one', points: '0.8,19.7 10.4,10.2 0.8,0.7 ' }), React.createElement("polyline", { className: 'switch-arrow-elements two', points: '0.8,19.7 10.4,10.2 0.8,0.7 ' })))); }; exports.Backward = function (children) { return (React.createElement(React.Fragment, null, React.createElement("svg", { className: 'svg', xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 22 20.4' }, React.createElement("polyline", { className: 'switch-arrow-elements one', points: '0.8,19.7 10.4,10.2 0.8,0.7 ' }), React.createElement("polyline", { className: 'switch-arrow-elements two', points: '0.8,19.7 10.4,10.2 0.8,0.7 ' })), children)); }; exports.ArrowPlus = function (children) { return (React.createElement(React.Fragment, null, children, React.createElement("svg", { className: 'svg', xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 32 20.42' }, React.createElement("polyline", { className: 'link-arrow-elements', points: '12.35 19.71 22 10.22 12.35 0.71' }), React.createElement("line", { className: 'link-arrow-elements', x1: '22', y1: '10.22', y2: '10.22' })))); }; exports.Download = function (children) { return (React.createElement(React.Fragment, null, children, React.createElement("svg", { className: 'svg', xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 32 20.42', transform: 'rotate(90)' }, React.createElement("polyline", { className: 'link-arrow-elements', points: '12.35 19.71 22 10.22 12.35 0.71' }), React.createElement("line", { className: 'link-arrow-elements', x1: '22', y1: '10.22', y2: '10.22' }), React.createElement("line", { className: 'link-arrow-elements', x1: '24', x2: '24', y1: '24' })))); }; exports.Plus = function (children) { return (React.createElement(React.Fragment, null, children, React.createElement("svg", { className: 'svg', xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 22 20.4' }, React.createElement("polyline", { className: 'plus br', points: '19,10.2 11,10.2 11,18.2 ' }), React.createElement("polyline", { className: 'plus bl', points: '11,18.2 11,10.2 3,10.2 ' }), React.createElement("polyline", { className: 'plus tr', points: '11,2.2 11,10.2 19,10.2 ' }), React.createElement("polyline", { className: 'plus tl', points: '3,10.2 11,10.2 11,2.2 ' })))); }; //# sourceMappingURL=LinksIcon.js.map