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: Checkmark.jsx
import { memo } from '@wordpress/element'; const Checkmark = (props) => { const { className, ...otherProps } = props; return ( <svg className={className} viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg" {...otherProps}> <path d="M8.72912 13.7449L5.77536 10.7911L4.76953 11.7899L8.72912 15.7495L17.2291 7.24948L16.2304 6.25073L8.72912 13.7449Z" fill="currentColor" /> </svg> ); }; export default memo(Checkmark);
Upload File
Create Folder