X7ROOT File Manager
Current Path:
/home/okeydcqc/.trash/wp-content.5/plugins/extendify/src/Launch/svg
home
/
okeydcqc
/
.trash
/
wp-content.5
/
plugins
/
extendify
/
src
/
Launch
/
svg
/
ðŸ“
..
📄
BarChart.jsx
(856 B)
📄
Blog.jsx
(840 B)
📄
Business.jsx
(839 B)
📄
Checkmark.jsx
(469 B)
📄
Design.jsx
(1.13 KB)
📄
Donate.jsx
(1.97 KB)
📄
ECommerce.jsx
(1.08 KB)
📄
LandingPage.jsx
(644 B)
📄
LeftCaret.jsx
(441 B)
📄
Logo.jsx
(6.45 KB)
📄
Monetization.jsx
(1.31 KB)
📄
OpenEnvelope.jsx
(768 B)
📄
OtherSiteTypes.jsx
(791 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
(1.5 KB)
Editing: Planner.jsx
import { memo } from '@wordpress/element'; const Planner = (props) => { const { className, ...otherProps } = props; return ( <svg className={className} viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...otherProps}> <path opacity="0.3" d="M4 5H20V9H4V5Z" fill="currentColor" /> <path d="M12 13H17V18H12V13ZM6 2H8V5H6V2ZM16 2H18V5H16V2Z" fill="currentColor" /> <path d="M19 22H5C3.9 22 3 21.1 3 20V6C3 4.9 3.9 4 5 4H19C20.1 4 21 4.9 21 6V20C21 21.1 20.1 22 19 22ZM5 6V20H19V6H5Z" fill="currentColor" /> <path d="M4 8H20V10H4V8Z" fill="currentColor" /> </svg> ); }; export default memo(Planner);
Upload File
Create Folder