Skip to content

Commit

Permalink
fix(ld-icon): keep xmlns string in icon assets for a better dx
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdiakur authored and renet committed Nov 30, 2021
1 parent 866d863 commit ffb144c
Show file tree
Hide file tree
Showing 152 changed files with 152 additions and 152 deletions.
2 changes: 1 addition & 1 deletion scripts/optimiseSVGIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { readFile, writeFile } = require('fs').promises
const svgoConfig = [
{ name: 'removeViewBox', active: false },
{ name: 'removeDimensions', active: true },
{ name: 'removeXMLNS', active: true },
{ name: 'removeXMLNS', active: false },
{
name: 'convertPathData',
params: {
Expand Down
2 changes: 1 addition & 1 deletion src/docs/components/docs-icon/docs-icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class DocsIcon {
@Prop() bounce = false

/** URL to download from */
@Prop() downloadUrl: string
@Prop({ mutable: true }) downloadUrl: string

/** Icon file name */
@Prop() identifier: string
Expand Down
2 changes: 1 addition & 1 deletion src/liquid/components/ld-icon/assets/3d.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/liquid/components/ld-icon/assets/add.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/liquid/components/ld-icon/assets/arrow-double-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/liquid/components/ld-icon/assets/arrow-down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/liquid/components/ld-icon/assets/arrow-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/liquid/components/ld-icon/assets/arrow-right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/liquid/components/ld-icon/assets/arrow-up-n-down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/liquid/components/ld-icon/assets/arrow-up.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/liquid/components/ld-icon/assets/atom.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/liquid/components/ld-icon/assets/attention.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/liquid/components/ld-icon/assets/audio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ffb144c

Please sign in to comment.