diff options
author | Rizal Muttaqin <riz_17_oke@yahoo.co.id> | 2020-06-09 22:30:18 +0700 |
---|---|---|
committer | Rizal Muttaqin <riz_17_oke@yahoo.co.id> | 2020-06-10 02:09:58 +0200 |
commit | 7f6d7a0eb624d67421cd5af6462ee2a662fdff3a (patch) | |
tree | 1ba154e887d3b9d32a6db68011d2442d6b16cee8 /icon-themes/elementary_svg/vcl | |
parent | 236adff64dbde5241354c595771b9222dbe96b65 (diff) |
tdf#133819 support for tristate checkboxes
Change-Id: Ie98700652d76db10e8f8b587016ddae9253ddaac
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95956
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
Diffstat (limited to 'icon-themes/elementary_svg/vcl')
-rw-r--r-- | icon-themes/elementary_svg/vcl/res/check7.svg | 1 | ||||
-rw-r--r-- | icon-themes/elementary_svg/vcl/res/check8.svg | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/icon-themes/elementary_svg/vcl/res/check7.svg b/icon-themes/elementary_svg/vcl/res/check7.svg new file mode 100644 index 000000000000..dd44d8104f85 --- /dev/null +++ b/icon-themes/elementary_svg/vcl/res/check7.svg @@ -0,0 +1 @@ +<svg height="15" viewBox="0 0 15 15" width="15" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><linearGradient id="a" gradientUnits="userSpaceOnUse" x1="0" x2="15" y1="8.5" y2="8.5"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><rect fill="none" height="12" opacity=".15" rx="3" stroke="url(#a)" width="14" x=".5" y="2.5"/><rect fill="none" height="10" opacity=".05" rx="1" stroke="#000" width="10" x="2.5" y="2.5"/><rect fill="#46a5f2" height="12" rx="2" width="12" x="1.5" y="1.5"/><rect fill="none" height="12" rx="2" stroke="#248adc" width="12" x="1.5" y="1.5"/><path d="m3 6.5h9v3h-9z" fill="#248adc"/><path d="m3 6h9v3h-9z" fill="#fff"/></svg>
\ No newline at end of file diff --git a/icon-themes/elementary_svg/vcl/res/check8.svg b/icon-themes/elementary_svg/vcl/res/check8.svg new file mode 100644 index 000000000000..741e4b39af26 --- /dev/null +++ b/icon-themes/elementary_svg/vcl/res/check8.svg @@ -0,0 +1 @@ +<svg height="15" viewBox="0 0 15 15" width="15" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><linearGradient id="a" gradientUnits="userSpaceOnUse" x1="0" x2="15" y1="8.5" y2="8.5"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><rect fill="none" height="12" opacity=".15" rx="3" stroke="url(#a)" width="14" x=".5" y="2.5"/><rect fill="none" height="10" opacity=".05" rx="1" stroke="#000" width="10" x="2.5" y="2.5"/><rect height="12" opacity=".05" rx="2" width="12" x="1.5" y="1.5"/><rect fill="none" height="12" opacity=".25" rx="2" stroke="#000" width="12" x="1.5" y="1.5"/><path d="m3 6.5h9v3h-9z" fill="#7a8186"/><path d="m3 6h9v3h-9z" fill="#fff"/></svg>
\ No newline at end of file |