UNPKG

legion-phoenix-dates

Version:

Legion UI date component

24 lines (23 loc) 2.38 kB
"use strict"; exports.__esModule = true; exports.IconClear = exports.IconsRight = exports.IconRight = exports.IconsLeft = exports.IconLeft = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importDefault(require("react")); var IconLeft = function () { return (react_1["default"].createElement("svg", { viewBox: '0 0 24 24', width: '16', height: '16', stroke: 'currentColor', strokeWidth: '2', fill: 'none', strokeLinecap: 'round', strokeLinejoin: 'round', className: 'css-i6dzq1' }, react_1["default"].createElement("polyline", { points: '15 18 9 12 15 6' }))); }; exports.IconLeft = IconLeft; var IconsLeft = function () { return (react_1["default"].createElement("svg", { viewBox: '0 0 24 24', width: '16', height: '16', stroke: 'currentColor', strokeWidth: '2', fill: 'none', strokeLinecap: 'round', strokeLinejoin: 'round', className: 'css-i6dzq1' }, react_1["default"].createElement("polyline", { points: '11 17 6 12 11 7' }), react_1["default"].createElement("polyline", { points: '18 17 13 12 18 7' }))); }; exports.IconsLeft = IconsLeft; var IconRight = function () { return (react_1["default"].createElement("svg", { viewBox: '0 0 24 24', width: '16', height: '16', stroke: 'currentColor', strokeWidth: '2', fill: 'none', strokeLinecap: 'round', strokeLinejoin: 'round', className: 'css-i6dzq1' }, react_1["default"].createElement("polyline", { points: '9 18 15 12 9 6' }))); }; exports.IconRight = IconRight; var IconsRight = function () { return (react_1["default"].createElement("svg", { viewBox: '0 0 24 24', width: '16', height: '16', stroke: 'currentColor', strokeWidth: '2', fill: 'none', strokeLinecap: 'round', strokeLinejoin: 'round', className: 'css-i6dzq1' }, react_1["default"].createElement("polyline", { points: '13 17 18 12 13 7' }), react_1["default"].createElement("polyline", { points: '6 17 11 12 6 7' }))); }; exports.IconsRight = IconsRight; var IconClear = function () { return (react_1["default"].createElement("svg", { viewBox: '0 0 24 24', width: '16', height: '16', stroke: 'currentColor', strokeWidth: '2', fill: 'none', strokeLinecap: 'round', strokeLinejoin: 'round', className: 'css-i6dzq1' }, react_1["default"].createElement("line", { x1: '18', y1: '6', x2: '6', y2: '18' }), react_1["default"].createElement("line", { x1: '6', y1: '6', x2: '18', y2: '18' }))); }; exports.IconClear = IconClear;