UNPKG

legion-phoenix-dates

Version:

Legion UI date component

15 lines (14 loc) 1.89 kB
import React from 'react'; export var IconLeft = function () { return (React.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.createElement("polyline", { points: '15 18 9 12 15 6' }))); }; export var IconsLeft = function () { return (React.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.createElement("polyline", { points: '11 17 6 12 11 7' }), React.createElement("polyline", { points: '18 17 13 12 18 7' }))); }; export var IconRight = function () { return (React.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.createElement("polyline", { points: '9 18 15 12 9 6' }))); }; export var IconsRight = function () { return (React.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.createElement("polyline", { points: '13 17 18 12 13 7' }), React.createElement("polyline", { points: '6 17 11 12 6 7' }))); }; export var IconClear = function () { return (React.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.createElement("line", { x1: '18', y1: '6', x2: '6', y2: '18' }), React.createElement("line", { x1: '6', y1: '6', x2: '18', y2: '18' }))); };