mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-18 19:21:29 +03:00
Tweak new svgs to adhere to style
This commit is contained in:
parent
d223151fc8
commit
d249a304c0
@ -313,6 +313,8 @@ schoologyCircle : Nri.Ui.Svg.V1.Svg
|
||||
schoologyCircle =
|
||||
Svg.svg
|
||||
[ Attributes.viewBox "0 0 163 163"
|
||||
, Attributes.width "100%"
|
||||
, Attributes.height "100%"
|
||||
]
|
||||
[ Svg.g []
|
||||
[ Svg.path
|
||||
|
@ -1870,7 +1870,7 @@ openInNewTab =
|
||||
, Attributes.height "100%"
|
||||
]
|
||||
[ Svg.g
|
||||
[ Attributes.fill "#0A64FF"
|
||||
[ Attributes.fill "currentcolor"
|
||||
, Attributes.fillRule "nonzero"
|
||||
]
|
||||
[ Svg.path
|
||||
@ -1896,23 +1896,20 @@ sync =
|
||||
, Attributes.version "1.1"
|
||||
]
|
||||
[ Svg.g
|
||||
[ Attributes.id "Page-1"
|
||||
, Attributes.stroke "none"
|
||||
[ Attributes.stroke "none"
|
||||
, Attributes.strokeWidth "1"
|
||||
, Attributes.fill "none"
|
||||
, Attributes.fillRule "evenodd"
|
||||
]
|
||||
[ Svg.path
|
||||
[ Attributes.d "M6.088844,32.9998 C5.999,32.33964 5.999,31.6717 5.999,30.9998 C5.999,23.9568 8.9678,17.2458 14.1787,12.5078 C19.3857,7.7695 26.3507,5.4453 33.3627,6.1133 C40.3705,6.77736 46.7727,10.3672 50.9997,16 L38.9997,16 L38.9997,22 L57.9997,22 C59.6559,22 60.9997,20.6562 60.9997,19 L60.9997,-3.55271368e-15 L54.9997,-3.55271368e-15 L54.9997,11.43 C49.5739,4.7933 41.6367,0.7 33.0817,0.121 C24.527,-0.45322 16.1167,2.539 9.8477,8.3905 C3.5782,14.2382 0.0157,22.4255 3.55271368e-15,30.9995 C3.55271368e-15,31.67138 3.55271368e-15,32.3393 0.070312,32.9998 L6.088844,32.9998 Z"
|
||||
, Attributes.id "Path"
|
||||
, Attributes.fill "#146AFF"
|
||||
, Attributes.fill "currentcolor"
|
||||
, Attributes.fillRule "nonzero"
|
||||
]
|
||||
[]
|
||||
, Svg.path
|
||||
[ Attributes.d "M22.998844,39.9998 L3.998844,39.9998 C2.342644,39.9998 0.998844,41.3436 0.998844,42.9998 L0.998844,61.9998 L6.998844,61.9998 L6.998844,50.5698 C12.424644,57.2065 20.361844,61.2998 28.916844,61.8788 C37.471544,62.45302 45.881844,59.4608 52.150844,53.6093 C58.420344,47.7616 61.982844,39.5743 61.998544,31.0003 C61.998544,30.32842 61.998544,29.6605 61.928232,29.0003 L55.928232,29.0003 C55.979013,29.66046 56.018075,30.3284 56.018075,31.0003 C56.025888,38.0472 53.057175,44.7733 47.846175,49.5163 C42.631375,54.2624 35.658175,56.5827 28.643175,55.9147 C21.627575,55.24673 15.221175,51.6452 10.998175,46.0006 L22.998175,46.0006 L22.998844,39.9998 Z"
|
||||
, Attributes.id "Path"
|
||||
, Attributes.fill "#146AFF"
|
||||
, Attributes.fill "currentcolor"
|
||||
, Attributes.fillRule "nonzero"
|
||||
]
|
||||
[]
|
||||
|
Loading…
Reference in New Issue
Block a user