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: Monetization.jsx
import { memo } from '@wordpress/element'; const Monetization = (props) => { const { className, ...otherProps } = props; return ( <svg className={className} viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg" {...otherProps}> <path d="M0 0h24v24H0V0z" fill="none" /> <path d="M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zm1.23 13.33V19H10.9v-1.69c-1.5-.31-2.77-1.28-2.86-2.97h1.71c.09.92.72 1.64 2.32 1.64 1.71 0 2.1-.86 2.1-1.39 0-.73-.39-1.41-2.34-1.87-2.17-.53-3.66-1.42-3.66-3.21 0-1.51 1.22-2.48 2.72-2.81V5h2.34v1.71c1.63.39 2.44 1.63 2.49 2.97h-1.71c-.04-.97-.56-1.64-1.94-1.64-1.31 0-2.1.59-2.1 1.43 0 .73.57 1.22 2.34 1.67 1.77.46 3.66 1.22 3.66 3.42-.01 1.6-1.21 2.48-2.74 2.77z" opacity=".3" /> <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm.31-8.86c-1.77-.45-2.34-.94-2.34-1.67 0-.84.79-1.43 2.1-1.43 1.38 0 1.9.66 1.94 1.64h1.71c-.05-1.34-.87-2.57-2.49-2.97V5H10.9v1.69c-1.51.32-2.72 1.3-2.72 2.81 0 1.79 1.49 2.69 3.66 3.21 1.95.46 2.34 1.15 2.34 1.87 0 .53-.39 1.39-2.1 1.39-1.6 0-2.23-.72-2.32-1.64H8.04c.1 1.7 1.36 2.66 2.86 2.97V19h2.34v-1.67c1.52-.29 2.72-1.16 2.73-2.77-.01-2.2-1.9-2.96-3.66-3.42z" /> </svg> ); }; export default memo(Monetization);
Upload File
Create Folder