/usr/share/fonts-elusive-icons/scss/_fixed-width.scss is in fonts-elusive-icons 2.0.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | // Fixed Width Icons
// -------------------------
.#{$el-css-prefix}-fw {
width: (18em / 14);
text-align: center;
}
|