/** * External dependencies */ import React from '@wordpress/element'; import { external, Icon } from '@wordpress/icons'; import { __experimentalText as Text } from '@wordpress/components'; import { Link } from '@woocommerce/components'; /** * Internal dependencies */ import './style.scss'; export const QuickLink = ( { icon, title, href, linkType, onClick } ) => { const isExternal = linkType === 'external'; return (