Adjusts the size and position of the pipelines icon (#121)

This commit is contained in:
Riley Bauer 2018-11-08 10:00:48 -08:00 committed by k8s-ci-robot
parent 5746d22ef0
commit 332f19e80f
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import * as React from 'react';
export default class PipelinesIcon extends React.Component<{color: string}> {
public render() {
return (
<svg width='20px' height='16px' viewBox='0 0 20 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlnsXlink='http://www.w3.org/1999/xlink'>
<svg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlnsXlink='http://www.w3.org/1999/xlink'>
<g id='Symbols' stroke='none' strokeWidth='1' fill='none' fillRule='evenodd'>
<g transform='translate(-2.000000, -4.000000)'>
<polygon id='Shape' points='0 0 24 0 24 24 0 24' />