diff --git a/packages/core/src/components/icon/icon.tsx b/packages/core/src/components/icon/icon.tsx index 71c3ffa1a..b6586855b 100644 --- a/packages/core/src/components/icon/icon.tsx +++ b/packages/core/src/components/icon/icon.tsx @@ -3,8 +3,7 @@ import { Component, Host, Prop, h } from '@stencil/core' import { IconProps } from '../../icons' -// @note: this is a temporary solution using sandbox until we have a proper CDN for our icons -const CDN_URL = 'https://d2kfdqa8kiizgt.cloudfront.net/atomium/icons' +const CDN_URL = 'https://cdn.juntossomosmais.com.br/atomium/icons' @Component({ tag: 'atom-icon',