import styled from '@emotion/styled'; export const WhitePlus = styled.div` background-image: url('images/Plus.svg'); width: 1rem; height: 1rem; background-repeat: no-repeat; background-size: cover; filter: brightness(0) invert(1); `; export const Pinned = styled.div` background-image: url('images/Pinned.svg'); width: 1.25rem; height: 1.25rem; `; export const Pin = styled.div` background-image: url('images/Pin.svg'); width: 1.25rem; height: 1.25rem; background-repeat: no-repeat; background-size: contain; background-position: center; `; export const DateType = styled.div` background-image: url('images/DateType.svg'); width: 1.405rem; height: 1.088rem; background-repeat: no-repeat; background-size: contain; background-position: center; `; export const FormulaSettingPanel = styled.div` background-image: url('images/FormulaSettingPanel.svg'); width: 1.25rem; height: 1.25rem; background-repeat: no-repeat; background-size: contain; background-position: center; `; export const ProjectSettingPanel = styled.div` background-image: url('images/ProjectSetting.svg'); width: 1.25rem; height: 1.25rem; background-repeat: no-repeat; background-size: contain; background-position: center; `; export const Stage = styled.div` background-image: url('images/Stage.svg'); width: 1.25rem; height: 1.25rem; background-repeat: no-repeat; background-size: contain; background-position: center; `; export const IconHide = styled.div` background-image: url('images/IconHide.svg'); width: 1.25rem; height: 1.25rem; background-repeat: no-repeat; background-size: contain; background-position: center; `; export const UnPinned = styled.div` background-image: url('images/unPinned.svg'); width: 1.25rem; height: 1.25rem; `; export const Minus = styled.div` background-image: url('images/Minus.svg'); width: 1rem; height: 1rem; background-repeat: no-repeat; background-size: contain; background-position: center; `; export const Plus = styled.div` background-image: url('images/Plus.svg'); width: 1rem; height: 1rem; background-repeat: no-repeat; background-size: contain; background-position: center; `; export const Column = styled.div` background-image: url('images/Column.svg'); width: 1.25rem; height: 1.25rem; `; export const AddColumn = styled.div` background-image: url('images/AddColumn.svg'); width: 1.25rem; height: 1.25rem; background-repeat: no-repeat; background-size: contain; background-position: center; `; export const DeleteColumn = styled.div` background-image: url('images/RemoveColumn.svg'); width: 1.25rem; height: 1.25rem; background-repeat: no-repeat; background-size: contain; background-position: center; `; export const Row = styled.div` background-image: url('images/Row.svg'); width: 1.25rem; height: 1.25rem; `; export const AddLine = styled.div` background-image: url('images/AddLine.svg'); width: 1.25rem; height: 1.25rem; background-repeat: no-repeat; background-size: contain; background-position: center; `; export const RemoveLine = styled.div` background-image: url('images/RemoveLine.svg'); width: 1.25rem; height: 1.25rem; background-repeat: no-repeat; background-size: contain; background-position: center; `; export const Merge = styled.div` background-image: url('images/Merge.svg'); width: 1.25rem; height: 1.25rem; margin-left: 0.25rem; margin-right: 0.25rem; `; export const MergeLayer = styled.div` background-image: url('images/MergeLayer.svg'); width: 1.25rem; height: 1.25rem; background-repeat: no-repeat; background-size: contain; background-position: center; `; export const Split = styled.div` background-image: url('images/Split.svg'); width: 1.25rem; height: 1.25rem; margin-left: 0.25rem; margin-right: 0.25rem; `; export const SplitLayer = styled.div` background-image: url('images/SplitLayer.svg'); width: 1.25rem; height: 1.25rem; background-repeat: no-repeat; background-size: contain; background-position: center; `; export const Layer = styled.div` background-image: url('images/Layer.svg'); width: 1.25rem; height: 1.25rem; margin-left: 0.25rem; margin-right: 0.25rem; `; export const AddLayer = styled.div` background-image: url('images/AddLayer.svg'); width: 1.25rem; height: 1.25rem; background-repeat: no-repeat; background-size: contain; background-position: center; `; export const DeleteLayer = styled.div` background-image: url('images/DeleteLayer.svg'); width: 1.25rem; height: 1.25rem; background-repeat: no-repeat; background-size: contain; background-position: center; `; export const Eye = styled.div` background-image: url('images/Eye.svg'); width: 1.25rem; height: 1.25rem; background-repeat: no-repeat; background-size: contain; background-position: center; `; export const Trash = styled.div` background-image: url('images/Trash.svg'); width: 1.25rem; height: 1.25rem; margin-left: 0.25rem; margin-right: 0.25rem; `; export const TrashSvg = ({ fill, size = 20 }) => ( ); export const Palette = styled.div` background-image: url('images/Palette.svg'); width: 1rem; height: 1rem; background-repeat: no-repeat; background-size: contain; background-position: center; flex-shrink: 0; `; export const Gear = styled.div` background-image: url('images/Gear.svg'); width: 1.25rem; height: 1.25rem; margin: 0 0.25rem; `; export const Back = styled.div` background-image: url('images/Back.svg'); width: 1rem; height: 1rem; background-repeat: no-repeat; background-size: cover; `; export const Save = styled.div` background-image: url('images/Save.svg'); width: 1rem; height: 1rem; background-repeat: no-repeat; background-size: cover; `; export const Search = styled.div` background-image: url('images/Search.svg'); width: 1rem; height: 1rem; background-repeat: no-repeat; background-size: cover; `; export const FormulaForButton = styled.div` background-image: url('images/Formula.svg'); width: 1rem; height: 1rem; background-repeat: no-repeat; background-size: cover; `; export const Formula = styled.div` background-image: url('images/Formula.svg'); width: 1rem; height: 1rem; background-color: #a6a6a686; background-repeat: no-repeat; background-size: cover; `; export const Ban = styled.div` background-image: url('images/Ban.svg'); width: 1rem; height: 1rem; background-color: #fea0a085; background-repeat: no-repeat; background-size: cover; `; export const TasksSvg = ({ fill }) => ( ); export const AdminPanelSvg = ({ fill }) => ( ); export const DictSvg = ({ fill }) => ( ); export const Cancel = styled.div` background-image: url('images/Cancel.svg'); width: 1rem; height: 1rem; background-repeat: no-repeat; background-size: cover; cursor: pointer; `; export const Edit = styled.div` background-image: url('images/Edit.svg'); width: 1.5rem; height: 1.5rem; background-repeat: no-repeat; background-size: 0.75rem 0.75rem; background-position: center; cursor: pointer; border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 0.5rem; `; export const DateIcon = styled.div` width: 1rem; height: 1rem; background-image: url('images/Calendar.svg'); background-repeat: no-repeat; background-size: cover; `; export const CalendarIcon = styled.div` width: 1rem; height: 1rem; background-image: url('images/CalendarIcon.svg'); background-repeat: no-repeat; background-size: cover; `; export const UserIcon = styled.div` width: 1rem; height: 1rem; background-image: url('images/User.svg'); background-repeat: no-repeat; background-size: cover; `; export const TableIcon = styled.div` width: 1rem; height: 1rem; background-image: url('images/Table.svg'); background-repeat: no-repeat; background-size: cover; `; export const EmptyListIcon = styled.div` width: 7.5rem; height: 6.94rem; background-image: url('images/EmptyList.svg'); background-repeat: no-repeat; background-size: cover; `; export const EditSvg = ({ fill = '#737373', size = '12' }) => ( ); export const SettingSvg = ({ size = '8' }) => ( ); export const UnLockedSvg = ({ size = '12' }) => ( ); export const QuestionMarkSvg = ({ size = '13' }) => ( ); export const ExportSvg = ({ size = '16', color = '#4A5565', strokeWidth = null, }) => ( <> ); export const ExitSvg = ({ color = '#B73B0B', size = 16 }, props) => { return ( ); }; export const CheckBoxCheckSvg = ({ size = '26' }) => { return ( ); }; export const CheckBoxUncheckSvg = ({ size = '26' }) => { return ( ); }; export const EditPenSvg = ({ fill = '#737373' }) => ( ); export const TransitionSvg = ({ size = 16 }) => ( );