BitBucket backend
This commit is contained in:
committed by
Shawn Erquhart
parent
9838673929
commit
9894b3e805
@ -1,6 +1,7 @@
|
||||
import iconAdd from './add.svg';
|
||||
import iconAddWith from './add-with.svg';
|
||||
import iconArrow from './arrow.svg';
|
||||
import iconBitbucket from './bitbucket.svg';
|
||||
import iconBold from './bold.svg';
|
||||
import iconCheck from './check.svg';
|
||||
import iconChevron from './chevron.svg';
|
||||
@ -44,6 +45,7 @@ const images = {
|
||||
'add': iconAdd,
|
||||
'add-with': iconAddWith,
|
||||
'arrow': iconArrow,
|
||||
'bitbucket': iconBitbucket,
|
||||
'bold': iconBold,
|
||||
'check': iconCheck,
|
||||
'chevron': iconChevron,
|
||||
|
3
src/components/UI/Icon/images/bitbucket.svg
Normal file
3
src/components/UI/Icon/images/bitbucket.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg width="26px" height="26px" viewBox="0 0 26 26" version="1.1">
|
||||
<path d="M2.77580579,3.0000546 C2.58222841,2.99755793 2.39745454,3.08078757 2.27104968,3.2274172 C2.14464483,3.37404683 2.08954809,3.5690671 2.12053915,3.76016391 L4.90214605,20.6463853 C4.97368482,21.0729296 5.34116371,21.38653 5.77365069,21.3901129 L19.1181559,21.3901129 C19.4427702,21.3942909 19.7215068,21.1601522 19.7734225,20.839689 L22.5550294,3.76344024 C22.5860205,3.57234343 22.5309237,3.37732317 22.4045189,3.23069353 C22.278114,3.0840639 22.0933402,3.00083426 21.8997628,3.00333094 L2.77580579,3.0000546 Z M14.488697,15.2043958 L10.2294639,15.2043958 L9.07619457,9.17921905 L15.520742,9.17921905 L14.488697,15.2043958 Z" id="Shape" fill="#2684FF" fill-rule="nonzero"/>
|
||||
</svg>
|
After Width: | Height: | Size: 757 B |
Reference in New Issue
Block a user