PluginProbe
GiveWP – Donation Plugin and Fundraising Platform / 4.16.9
GiveWP – Donation Plugin and Fundraising Platform v4.16.9
4.16.9 4.16.8.1 4.16.8 4.16.7.2 4.16.7.1 4.16.7 4.16.6.1 4.16.6 4.16.5.1 4.16.5 4.16.4 4.16.3 4.16.2 4.16.1 4.16.0 4.15.5 4.15.4 4.15.3 4.15.2 4.15.1 4.15.0 2.3.0 2.3.1 2.3.2 2.30.0 All 255 releases
give / src / Views / Components / AdminUI / Icons / Cube.tsx

Cube.tsx in GiveWP – Donation Plugin and Fundraising Platform 4.16.9, at src/Views/Components/AdminUI/Icons/Cube.tsx

10 lines 1.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 export default function Cube() {
2 return (
3 <svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
4 <path
5 d="M8.769.79a1.333 1.333 0 0 0-.538 0c-.205.041-.388.144-.533.225l-.04.022L3.374 3.42c-.272.15-.409.226-.454.326a.333.333 0 0 0 0 .275c.044.1.18.177.452.33l4.866 2.737c.096.054.143.08.194.09.045.01.091.01.136 0 .05-.01.098-.036.193-.09l4.867-2.738c.272-.152.408-.229.453-.33a.333.333 0 0 0-.001-.274c-.046-.1-.182-.175-.454-.326-1.12-.624-3.109-1.729-4.284-2.382l-.04-.022C9.156.934 8.973.831 8.769.79zM15.164 5.926c0-.3 0-.449-.063-.536a.333.333 0 0 0-.233-.136c-.107-.012-.238.061-.499.208L9.44 8.236a.739.739 0 0 0-.185.123.333.333 0 0 0-.07.12c-.017.051-.017.108-.017.222v5.45c0 .298 0 .447.062.534a.333.333 0 0 0 .232.137c.107.012.237-.06.497-.204l4.317-2.398.042-.023c.154-.085.348-.192.497-.353.128-.14.226-.305.285-.486.07-.208.068-.43.068-.605v-.048l-.003-4.78zM7.042 14.618c.26.144.39.216.497.204a.333.333 0 0 0 .232-.137c.062-.087.062-.236.062-.534V8.7c0-.114 0-.17-.016-.221a.333.333 0 0 0-.071-.121.739.739 0 0 0-.185-.123l-4.93-2.774c-.261-.146-.392-.22-.499-.208a.333.333 0 0 0-.233.136c-.063.087-.063.237-.063.536l-.003 4.779v.048c0 .176-.001.397.068.605.06.18.156.346.285.486.149.161.343.268.497.353l.042.023 4.317 2.398z"
6 />
7 </svg>
8 )
9 }
10