X7ROOT File Manager
Current Path:
/home/notabjze/pyirates.net/wp-content/plugins/extendify/src/Launch/svg
home
/
notabjze
/
pyirates.net
/
wp-content
/
plugins
/
extendify
/
src
/
Launch
/
svg
/
ðŸ“
..
📄
BarChart.jsx
(856 B)
📄
Checkmark.jsx
(469 B)
📄
Design.jsx
(1.13 KB)
📄
Donate.jsx
(1.97 KB)
📄
LeftCaret.jsx
(441 B)
📄
Logo.jsx
(6.45 KB)
📄
Monetization.jsx
(1.31 KB)
📄
OpenEnvelope.jsx
(768 B)
📄
Pencil.jsx
(998 B)
📄
Planner.jsx
(673 B)
📄
PreviewIcon.jsx
(828 B)
📄
PriceTag.jsx
(1.13 KB)
📄
Radio.jsx
(406 B)
📄
RefreshIcon.jsx
(599 B)
📄
RightCaret.jsx
(443 B)
📄
School.jsx
(628 B)
📄
SearchIcon.jsx
(653 B)
📄
Shop.jsx
(718 B)
📄
Speech.jsx
(810 B)
📄
Spinner.jsx
(504 B)
📄
SpinnerIcon.jsx
(1.07 KB)
📄
Ticket.jsx
(869 B)
📄
index.js
(1019 B)
Editing: SpinnerIcon.jsx
import { memo } from '@wordpress/element'; const SpinnerIcon = (props) => { const { className, ...otherProps } = props; return ( <svg className={className} width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg" {...otherProps}> <path d="M87.5 48.8281H75V51.1719H87.5V48.8281Z" fill="black" /> <path d="M25 48.8281H12.5V51.1719H25V48.8281Z" fill="black" /> <path d="M51.1719 75H48.8281V87.5H51.1719V75Z" fill="black" /> <path d="M51.1719 12.5H48.8281V25H51.1719V12.5Z" fill="black" /> <path d="M77.3433 75.6868L69.4082 67.7517L67.7511 69.4088L75.6862 77.344L77.3433 75.6868Z" fill="black" /> <path d="M32.2457 30.5897L24.3105 22.6545L22.6534 24.3117L30.5885 32.2468L32.2457 30.5897Z" fill="black" /> <path d="M77.3407 24.3131L75.6836 22.656L67.7485 30.5911L69.4056 32.2483L77.3407 24.3131Z" fill="black" /> <path d="M32.2431 69.4074L30.5859 67.7502L22.6508 75.6854L24.3079 77.3425L32.2431 69.4074Z" fill="black" /> </svg> ); }; export default memo(SpinnerIcon);
Upload File
Create Folder