We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec45c3 commit fcc7feaCopy full SHA for fcc7fea
packages/icons/icons/twitter.js
@@ -3,7 +3,7 @@ import { colours } from "@times-components/styleguide";
3
import Svg, { Path } from "svgs";
4
import iconPropTypes from "./proptypes";
5
6
-const ratio = 750 / 600;
+const ratio = 75 / 60;
7
const IconTwitter = ({ width, height, fillColour }) => (
8
<Svg
9
width={width || height * ratio}
packages/icons/icons/video.js
@@ -6,7 +6,7 @@ import iconPropTypes from "./proptypes";
const viewBox =
"0.15463916957378387 0.049614034593105316 23.59917640686035 13.728596687316895";
-const ratio = 1.72;
+const ratio = 43 / 25;
10
const IconVideo = ({ width, height, fillColour }) => (
11
<Svg width={width || height * ratio} height={height} viewBox={viewBox}>
12
<Rect
0 commit comments