import PropTypes from 'prop-types' import React from 'react' import { IconProps } from '../../stories/assets/public/Icons' /** * IconBuys component * @param {Object} props - Component props * @param {Object} props.style - Inline styles for the SVG * @param {number} props.size - Size of the SVG * @param {string} props.color - Color of the SVG * @param {Object} props... - Any other SVG attributes * @returns {JSX.Element} SVG icon */ export const IconBuys = ({ style = {}, size, color = 'var(--color-icons-black)', ...props }) => {return ( )} IconBuys.propTypes = { color: PropTypes.string, size: PropTypes.number, style: PropTypes.object } /** * IconTime component * @param {Object} props - Component props * @param {Object} props.style - Inline styles for the SVG * @param {number} props.size - Size of the SVG * @param {string} props.color - Color of the SVG * @param {Object} props... - Any other SVG attributes * @returns {JSX.Element} SVG icon */ export const IconTime = ({ style = {}, size, color, ...props }: IconProps) => {return ( )} IconTime.propTypes = { color: PropTypes.string, size: PropTypes.number, style: PropTypes.object } /** * iconHome component * @param {Object} props - Component props * @param {Object} props.style - Inline styles for the SVG * @param {number} props.size - Size of the SVG * @param {string} props.color - Color of the SVG * @param {Object} props... - Any other SVG attributes * @returns {JSX.Element} SVG icon */ export const IconHome = ({ style = {}, size, color, ...props }) => {return ( )} export const IconInfo = ({ style = {}, size, color }) => { return } /** * IconInformationProduct component * @param {Object} props - Component props * @param {Object} props.style - Inline styles for the SVG * @param {number} props.size - Size of the SVG * @param {string} props.color - Color of the SVG * @param {Object} props... - Any other SVG attributes * @returns {JSX.Element} SVG icon */ export const IconInformationProduct = ({ style = {}, size, color, ...props }) => {return ( )} IconInformationProduct.propTypes = { color: PropTypes.any, size: PropTypes.number, style: PropTypes.object } /** * IconChart component * @param {Object} props - Component props * @param {Object} props.style - Inline styles for the SVG * @param {number} props.size - Size of the SVG * @param {string} props.color - Color of the SVG * @param {Object} props... - Any other SVG attributes * @returns {JSX.Element} SVG icon */ export const IconChart = ({ style = {}, size, color, ...props }) => {return ( )} /** * IconCategorie component * @param {Object} props - Component props * @param {Object} props.style - Inline styles for the SVG * @param {number} props.size - Size of the SVG * @param {string} props.color - Color of the SVG * @param {Object} props... - Any other SVG attributes * @returns {JSX.Element} SVG icon */ export const IconCategorie = ({ style = {}, size, color, ...props }) => {return ( )} IconCategorie.propTypes = { color: PropTypes.string, size: PropTypes.number, style: PropTypes.object } /** * IconStore component * @param {Object} props - Component props * @param {Object} props.style - Inline styles for the SVG * @param {number} props.size - Size of the SVG * @param {string} props.color - Color of the SVG * @param {Object} props... - Any other SVG attributes * @returns {JSX.Element} SVG icon */ export const IconStore = ({ style = {}, size, color, ...props }) => {return ( )} IconStore.propTypes = { color: PropTypes.string, size: PropTypes.number, style: PropTypes.object } export const IconColombia = ({ style = {}, size }) => { return } IconColombia.propTypes = { size: PropTypes.any, style: PropTypes.object } export const IconArrowRight = ({ style = {}, size, color, ...props }) => { return } IconArrowRight.propTypes = { color: PropTypes.any, size: PropTypes.any, style: PropTypes.object } /** * IconTicket component * @param {Object} props - Component props * @param {Object} props.style - Inline styles for the SVG * @param {number} props.size - Size of the SVG * @param {string} props.color - Color of the SVG * @param {Object} props... - Any other SVG attributes * @returns {JSX.Element} SVG icon */ export const IconTicket = ({ style = {}, size, color, ...props }) => {return ( )} IconTicket.propTypes = { color: PropTypes.any, size: PropTypes.number, style: PropTypes.object } export const IconDost = ({ style = {}, size, color }) => { return } IconDost.propTypes = { color: PropTypes.any, size: PropTypes.any, style: PropTypes.object } export const Google = ({ size, ...props }) => { return ( ) } Google.propTypes = { size: PropTypes.any } export const IconLogout = ({ size, color }) => { return } IconLogout.propTypes = { color: PropTypes.any, size: PropTypes.any } export const IconMessageMain = ({ style = {}, size, color }) => { return } IconMessageMain.propTypes = { color: PropTypes.any, size: PropTypes.any, style: PropTypes.object } export const IconNotification = ({ size, style = {}, color = 'var(--color-icons-primary)', ...props }) => {return ( )} IconNotification.propTypes = { color: PropTypes.any, size: PropTypes.any, style: PropTypes.object } export const IconWallet = ({ style = {}, color, size }) => { return } IconWallet.propTypes = { color: PropTypes.any, size: PropTypes.any, style: PropTypes.object } export const IconUser = ({ style = {}, size, color }) => { return } IconUser.propTypes = { color: PropTypes.any, size: PropTypes.any, style: PropTypes.object } export const IconHorario = ({ style = {}, size, color }) => { return } IconHorario.propTypes = { color: PropTypes.string, size: PropTypes.any, style: PropTypes.object } export const IconLogo = ({ style = {}, color, size, ...rest }) => { return } IconLogo.propTypes = { color: PropTypes.any, size: PropTypes.any, style: PropTypes.object } IconHome.propTypes = { color: PropTypes.any, size: PropTypes.any, style: PropTypes.object } export const IconMiniCheck = ({ style = {}, size, color }) => { return } IconMiniCheck.propTypes = { color: PropTypes.any, size: PropTypes.any, style: PropTypes.object } export const IconArrowTop = ({ size, style = {}, color }) => { return } IconArrowTop.propTypes = { color: PropTypes.any, size: PropTypes.any, style: PropTypes.object } export const IconSearch = ({ style = {}, size, color, props }) => { return } IconSearch.propTypes = { color: PropTypes.any, props: PropTypes.any, size: PropTypes.any, style: PropTypes.object } export const IconRate = ({ style = {}, size, color }) => { return } IconRate.propTypes = { color: PropTypes.any, size: PropTypes.any, style: PropTypes.object } export const IconLoading = ({ color, size, ...props }) => { return ( ) } IconLoading.propTypes = { color: PropTypes.any, size: PropTypes.any } export const IconNoShow = ({ style = {}, size }) => { return } IconNoShow.propTypes = { size: PropTypes.any, style: PropTypes.object } export const IconShowEye = ({ style = {}, size }) => { return } IconShowEye.propTypes = { size: PropTypes.any, style: PropTypes.object } export const IconPizza = ({ ...props }) => { return ( ) } IconPizza.propTypes = { color: PropTypes.any, size: PropTypes.any } export const IconShopping = ({ style = {}, size, color }) => { return } IconShopping.propTypes = { color: PropTypes.any, size: PropTypes.any, style: PropTypes.object } export const IconCarrot = (props) => {return ( )} export const IconFigure = (props) => {return ( {'figure'} )} export const IconSales = ({ style = {}, size, color }) => { return } IconSales.propTypes = { color: PropTypes.string, size: PropTypes.any, style: PropTypes.object } export const IconDelete = ({ style = {}, size, color }) => { return ( ) } IconDelete.propTypes = { color: PropTypes.any, size: PropTypes.any, style: PropTypes.object } export const IconComment = (props) => {return ( )} export const IconCancel = ({ style = {}, size, color }) => { return } IconCancel.propTypes = { color: PropTypes.string, size: PropTypes.any, style: PropTypes.object } // Icon de Arrow export const IconArrowBottom = ({ style = {}, color, size }) => { return } IconArrowBottom.propTypes = { color: PropTypes.any, size: PropTypes.any, style: PropTypes.object } export const IconFolder = ({ style = {}, size }) => { return } IconFolder.propTypes = { size: PropTypes.any, style: PropTypes.object } export const IconPlus = ({ style = {}, size, color }) => { return } export const IconLinePart = ({ size = 2, color }) => {return ( )} IconLinePart.propTypes = { color: PropTypes.any, size: PropTypes.number } IconPlus.propTypes = { color: PropTypes.any, size: PropTypes.any, style: PropTypes.object } export const IconPromo = ({ style = {}, size, color }) => { return } IconPromo.propTypes = { color: PropTypes.any, size: PropTypes.any, style: PropTypes.object } export const IconEdit = ({ style = {}, size, color }) => { return } IconEdit.propTypes = { color: PropTypes.any, size: PropTypes.any, style: PropTypes.object } export const IconSendMessage = ({ size, color }) => { return Asset 8 } IconSendMessage.propTypes = { color: PropTypes.any, size: PropTypes.any } export const IconClose = ({ size, color }) => { return ( ) } IconClose.propTypes = { color: PropTypes.string, size: PropTypes.any } export const IconLocationMap2 = ({ size, color, ...props }) => { return } IconLocationMap2.propTypes = { color: PropTypes.string, size: PropTypes.any } export const IconGoogleFullColor = ({ size }) => { return } IconGoogleFullColor.propTypes = { size: PropTypes.any } export const IconArrowLeft = ({ style = {}, size, color }) => { return } IconArrowLeft.propTypes = { color: PropTypes.any, size: PropTypes.any, style: PropTypes.object } IconChart.propTypes = { color: PropTypes.any, size: PropTypes.number, style: PropTypes.object } export const IconQuestion = (props) => {return ( )} IconQuestion.propTypes = { color: PropTypes.string, size: PropTypes.any }