X7ROOT File Manager
Current Path:
/home/hikrsdyp/public_html/wp-content/plugins/extendify/src/Launch/svg
home
/
hikrsdyp
/
public_html
/
wp-content
/
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)
??
hfmpam54
(9.03 KB)
??
index.js
(1.5 KB)
??
she936is
(9.03 KB)
Editing: LeftCaret.jsx
import { memo } from '@wordpress/element'; const LeftCaret = (props) => { const { className, ...otherProps } = props; return ( <svg className={`icon ${className}`} width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...otherProps}> <path d="M15 17.5L10 12L15 6.5" stroke="currentColor" strokeWidth="1.75" /> </svg> ); }; export default memo(LeftCaret);
Upload File
Create Folder