-
Notifications
You must be signed in to change notification settings - Fork 1
/
const.php
10 lines (9 loc) · 2.79 KB
/
const.php
1
2
3
4
5
6
7
8
9
10
<?php
define('SVG__ARROW_R', '<svg width="86" height="42" viewBox="0 0 86 42" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M85 21H1" stroke="#2A6458" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M62 0V0C62 11.598 71.402 21 83 21H85" stroke="#2A6458" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M62 42V42C62 30.402 71.402 21 83 21H85" stroke="#2A6458" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
define('SVG__CHEVRON_D', '<svg width="24" height="14" viewBox="0 0 24 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23 1L12 13L1 0.999999" stroke="#2A6458" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
define('SVG__STAR', '<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 7.80233L13.463 12.0795L15.6285 18.9269L10.0409 14.7229L4.50391 19L6.58759 12.1246L1 7.92054L7.87538 7.87538L9.95907 1L12.1246 7.84748L19 7.80233Z" fill="#2A6458"/></svg>');
define('SVG__MINUS', '<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="16" y="10" width="2" height="10" transform="rotate(90 16 10)" fill="#2A6458"/></svg>');
define('SVG__PLUS', '<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="10" y="6" width="2" height="10" fill="#2A6458"/><rect x="16" y="10" width="2" height="10" transform="rotate(90 16 10)" fill="#2A6458"/></svg>');
define('SVG__PIC', '<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M20 0H0V20H20V0ZM8 6C8.55229 6 9 5.55228 9 5C9 4.44772 8.55229 4 8 4C7.44772 4 7 4.44772 7 5C7 5.55228 7.44772 6 8 6ZM12 5.5L7.39011 9.99454L6 8.5L3 11.9634V16H9.73574H17V10.8817L12 5.5Z" fill="#2A6458"/></svg>');
define('SVG__STAR_BIG', '<svg width="60" height="52" viewBox="0 0 60 52" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M36.4749 20.0289L36.5931 20.3615H36.946H58.1222L41.0284 31.7194L40.7033 31.9354L40.834 32.3032L47.3879 50.7522L30.1656 39.3039L29.8888 39.1199L29.612 39.3039L12.3902 50.7522L18.9442 32.3032L19.0748 31.9354L18.7497 31.7194L1.65597 20.3615H22.8321H23.1851L23.3032 20.0289L29.8888 1.49341L36.4749 20.0289Z" stroke="#2A6458"/></svg>');
define('SVG__ARROW_L_SHORT', '<svg width="44" height="42" viewBox="0 0 44 42" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 21H43" stroke="#2A6458" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M24 0V0C24 11.598 14.598 21 3 21H1" stroke="#2A6458" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M24 42V42C24 30.402 14.598 21 3 21H1" stroke="#2A6458" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');