X7ROOT File Manager
Current Path:
/home/okeydcqc/.trash/wp-content.2/plugins/extendify/src/Launch/svg
home
/
okeydcqc
/
.trash
/
wp-content.2
/
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: ECommerce.jsx
import { memo } from '@wordpress/element'; const ECommerce = (props) => { const { className, ...otherProps } = props; return ( <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" className={className} {...otherProps}> <path d="M291.02-98.31q-26.74 0-45.22-18.81-18.49-18.82-18.49-45.71T246-208.32q18.7-18.6 45.43-18.6 26.72 0 45.42 18.81 18.69 18.81 18.69 45.71 0 26.89-18.81 45.49-18.82 18.6-45.71 18.6Zm387.69 0q-26.73 0-45.22-18.81Q615-135.94 615-162.83t18.7-45.49q18.69-18.6 45.42-18.6t45.42 18.81q18.69 18.81 18.69 45.71 0 26.89-18.81 45.49-18.82 18.6-45.71 18.6ZM232.69-745.23l111.54 232.61h278.38q3.47 0 6.35-1.73 2.89-1.73 4.42-4.8l118.47-215.31q2.3-4.23.38-7.5-1.92-3.27-6.54-3.27h-513Zm-23.07-45.38h554.81q24.51 0 37.08 21.19 12.56 21.19.56 42.96L679.14-503.74q-9.99 16.59-25.62 26.55-15.64 9.96-33.75 9.96H324l-55.23 102.07q-2.69 4.62 0 10.01 2.69 5.38 8.46 5.38h466v45.38H283.92q-37.77 0-54.53-26.07-16.77-26.08.3-57.62l64.39-117.23-151.23-319.31H67.92V-870h104.31l37.39 79.39Zm134.61 277.99h285.69-285.69Z" /> </svg> ); }; export default memo(ECommerce);
Upload File
Create Folder