Skip to content

Commit

Permalink
feat(cc-addon-encryption-at-rest-option): implement cc-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
roberttran-cc committed Jun 26, 2023
1 parent fc76583 commit 629806c
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import '../../components/cc-error/cc-error.js';
import { html } from 'lit';
import { iconRemixShieldKeyholeFill as iconEncryptionAtRest } from '../../assets/cc-remix.icons.js';
import { i18n } from '../../lib/i18n.js';

const encryptionAtRestSvg = new URL('../../assets/encryption-at-rest.svg', import.meta.url).href;

const PRICE_PERCENT = 0.10;

export const ccAddonEncryptionAtRestOption = ({ enabled, price }) => {
Expand All @@ -16,7 +15,7 @@ export const ccAddonEncryptionAtRestOption = ({ enabled, price }) => {

return {
title: i18n('cc-addon-encryption-at-rest-option.title'),
logo: encryptionAtRestSvg,
icon: iconEncryptionAtRest,
description,
enabled,
name: 'encryption',
Expand Down

0 comments on commit 629806c

Please sign in to comment.