FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
pinterest-for-woocommerce
/
assets
/
source
/
setup-guide
/
app
/
components
Edit File: GiftIcon.js
/** * External dependencies */ import { SVG, Path, Rect } from '@wordpress/primitives'; // eslint-disable-line import/no-extraneous-dependencies const GiftIcon = ( <SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <Rect x="5" y="9.5" width="22" height="19" fill="none" stroke="#757575" strokeWidth={ 1.7 } /> <Path d="M 15.934889,28.22095 V 9.1748544" fill="none" stroke="#757575" strokeWidth={ 1.7 } /> <Path d="m 15.934889,9.1748544 c 0,0 3.53669,0.01632 5.594488,-1.1557555 2.538015,-1.4455893 1.661635,-3.720349 0.820926,-4.4822155 -1.199723,-1.0872143 -3.496502,-0.625041 -4.592296,0.4263772 -1.901386,1.8243866 -1.823118,5.2115938 -1.823118,5.2115938 z" fill="none" stroke="#757575" strokeWidth={ 1.7 } /> <Path d="m 15.934889,9.1748544 c 0,0 -3.53669,0.01632 -5.594489,-1.1557555 C 7.8023863,6.5735096 8.6787663,4.2987499 9.5194743,3.5368834 10.719198,2.4496691 13.015977,2.9118424 14.11177,3.9632606 c 1.901386,1.8243866 1.823119,5.2115938 1.823119,5.2115938 z" fill="none" stroke="#757575" strokeWidth={ 1.7 } /> </SVG> ); export default GiftIcon;
Save
Back