| 1 |
export const SmartImgPreviewImage = () => ( |
| 2 |
<svg viewBox="0 0 236 158" fill="none" xmlns="http://www.w3.org/2000/svg"> |
| 3 |
<rect x={0.75} y={0.75} width={234.5} height={156.5} rx={3.25} stroke="#9EA9B2" strokeWidth={1.5} /> |
| 4 |
<mask id="path-2-inside-1_15473_317007" fill="white"> |
| 5 |
<rect x={36.152} y={19} width={162.5} height={120} rx={2.35294} /> |
| 6 |
</mask> |
| 7 |
<rect |
| 8 |
x={36.152} |
| 9 |
y={19} |
| 10 |
width={162.5} |
| 11 |
height={120} |
| 12 |
rx={2.35294} |
| 13 |
stroke="#8796A1" |
| 14 |
strokeWidth={14} |
| 15 |
mask="url(#path-2-inside-1_15473_317007)" |
| 16 |
/> |
| 17 |
<path |
| 18 |
d="M66.9912 36.8955C74.2289 36.8955 80.1043 42.7589 80.1045 49.9912C80.1045 57.2264 74.2268 63.1045 66.9912 63.1045C59.759 63.1043 53.8955 57.2295 53.8955 49.9912C53.8957 42.7564 59.7563 36.8957 66.9912 36.8955Z" |
| 19 |
fill="#8796A1" |
| 20 |
stroke="#8796A1" |
| 21 |
strokeWidth={3.79085} |
| 22 |
/> |
| 23 |
<path |
| 24 |
d="M128.474 69.4531C132.453 69.4531 136.437 71.1844 140.719 74.1797C145.005 77.1787 149.375 81.2859 154.153 85.7832C164.749 95.7551 177.21 107.554 193.854 110.606V131.545H40.9491V96.1006C44.1985 97.9562 46.5261 100.328 48.8632 102.724C50.7861 104.695 52.7986 106.773 55.3055 108.315C57.8778 109.898 60.9158 110.894 64.9012 110.894C69.0034 110.893 73.545 108.349 78.08 104.992C82.705 101.568 87.7479 96.9625 92.8905 92.2686C99.0183 86.6754 105.313 80.9342 111.472 76.5811C117.679 72.1932 123.43 69.4532 128.474 69.4531Z" |
| 25 |
fill="#8796A1" |
| 26 |
stroke="#8796A1" |
| 27 |
strokeWidth={3.79085} |
| 28 |
/> |
| 29 |
</svg> |
| 30 |
); |
| 31 |
|
| 32 |
export const ShapedOne = () => ( |
| 33 |
<svg |
| 34 |
xmlns="http://www.w3.org/2000/svg" |
| 35 |
width={60} |
| 36 |
height={36} |
| 37 |
viewBox="0 0 60 36" |
| 38 |
fill="none" |
| 39 |
className="sp-smart-post-block-icon" |
| 40 |
> |
| 41 |
<rect x={18.1787} y={10.2857} width={23.1429} height={15.4286} fill="#343434" className="sp-shape-icon" /> |
| 42 |
</svg> |
| 43 |
); |
| 44 |
|
| 45 |
export const ShapedTwo = () => ( |
| 46 |
<svg |
| 47 |
xmlns="http://www.w3.org/2000/svg" |
| 48 |
width={60} |
| 49 |
height={36} |
| 50 |
viewBox="0 0 60 36" |
| 51 |
fill="none" |
| 52 |
className="sp-smart-post-block-icon" |
| 53 |
> |
| 54 |
<circle cx={30.2499} cy={18} r={10.7143} fill="#343434" className="sp-shape-icon" /> |
| 55 |
</svg> |
| 56 |
); |
| 57 |
|
| 58 |
export const ShapedThree = () => ( |
| 59 |
<svg |
| 60 |
xmlns="http://www.w3.org/2000/svg" |
| 61 |
width={60} |
| 62 |
height={36} |
| 63 |
viewBox="0 0 60 36" |
| 64 |
fill="none" |
| 65 |
className="sp-smart-post-block-icon" |
| 66 |
> |
| 67 |
<path |
| 68 |
d="M34.9004 6.69205C38.3629 6.69215 41.1698 9.49901 41.1699 12.9616C41.1699 14.2969 40.7521 15.5344 40.0404 16.5511C39.4609 17.3788 39.4609 18.6205 40.0404 19.4482C40.7521 20.4649 41.1699 21.7024 41.1699 23.0378C41.1699 26.5004 38.363 29.3082 34.9004 29.3083C33.5445 29.3083 32.2896 28.8773 31.2642 28.1453C30.4103 27.5356 29.0897 27.5356 28.2358 28.1453C27.2104 28.8773 25.9555 29.3083 24.5996 29.3083C21.137 29.3081 18.3301 26.5004 18.3301 23.0378C18.3302 21.7025 18.7477 20.4649 19.4592 19.4481C20.0384 18.6204 20.0385 17.3789 19.4592 16.5513C18.7477 15.5345 18.3301 14.2969 18.3301 12.9616C18.3302 9.49903 21.1371 6.69211 24.5996 6.69205C25.9554 6.69205 27.2104 7.12268 28.2358 7.85445C29.0898 8.46391 30.4102 8.46391 31.2642 7.85445C32.2896 7.12267 33.5446 6.69205 34.9004 6.69205Z" |
| 69 |
fill="#343434" |
| 70 |
className="sp-shape-icon" |
| 71 |
/> |
| 72 |
</svg> |
| 73 |
); |
| 74 |
export const ShapedFour = () => ( |
| 75 |
<svg |
| 76 |
xmlns="http://www.w3.org/2000/svg" |
| 77 |
width={60} |
| 78 |
height={36} |
| 79 |
viewBox="0 0 60 36" |
| 80 |
fill="none" |
| 81 |
className="sp-smart-post-block-icon" |
| 82 |
> |
| 83 |
<path |
| 84 |
d="M37.8247 18.0049C39.986 18.1147 41.7046 19.9023 41.7046 22.0909V27.0743C41.7046 27.5261 41.3381 27.8926 40.8862 27.8926H19.6138C19.1619 27.8926 18.7954 27.5261 18.7954 27.0743V22.0909C18.7954 19.902 20.5146 18.1143 22.6763 18.0049L22.8862 18.0001C20.627 18 18.7955 16.1685 18.7954 13.9092V8.92584C18.7954 8.47397 19.1619 8.10748 19.6138 8.10748H40.8862C41.3381 8.10748 41.7046 8.47397 41.7046 8.92584V13.9092C41.7045 16.1685 39.873 18 37.6138 18.0001L37.8247 18.0049Z" |
| 85 |
fill="#343434" |
| 86 |
className="sp-shape-icon" |
| 87 |
/> |
| 88 |
</svg> |
| 89 |
); |
| 90 |
export const ShapedFive = () => ( |
| 91 |
<svg |
| 92 |
xmlns="http://www.w3.org/2000/svg" |
| 93 |
width={60} |
| 94 |
height={36} |
| 95 |
viewBox="0 0 60 36" |
| 96 |
fill="none" |
| 97 |
className="sp-smart-post-block-icon" |
| 98 |
> |
| 99 |
<path |
| 100 |
d="M30.1604 9.94491C32.6868 7.41857 36.7834 7.41861 39.3098 9.94491C41.8362 12.4713 41.8362 16.568 39.3098 19.0943L30.9885 27.4146C30.9346 27.4685 30.8766 27.5161 30.8176 27.5611C30.1569 28.1118 29.174 28.0776 28.5539 27.4576L20.1897 19.0943C17.6634 16.568 17.6633 12.4713 20.1897 9.94491C22.716 7.41865 26.8127 7.4187 29.3391 9.94491L29.7492 10.3551L30.1604 9.94491Z" |
| 101 |
fill="#343434" |
| 102 |
className="sp-shape-icon" |
| 103 |
/> |
| 104 |
</svg> |
| 105 |
); |
| 106 |
export const ShapedSix = () => ( |
| 107 |
<svg |
| 108 |
xmlns="http://www.w3.org/2000/svg" |
| 109 |
width={60} |
| 110 |
height={36} |
| 111 |
viewBox="0 0 60 36" |
| 112 |
fill="none" |
| 113 |
className="sp-smart-post-block-icon" |
| 114 |
> |
| 115 |
<path |
| 116 |
d="M23.7184 28.0595C24.9954 28.8688 25.9135 29.0861 27.4221 29.1867C28.9487 29.2884 31.2867 28.5426 31.2867 28.5426C31.2867 28.5426 33.9517 27.6857 35.4735 26.7713C37.4968 25.5554 39.2499 23.7117 39.9823 22.7456C40.7146 21.7794 41.4337 20.1875 41.4315 18.3978C41.4296 16.8257 41.0074 15.9393 40.3043 14.5331C39.6012 13.127 37.8889 11.3126 37.8889 11.3126C37.8889 11.3126 35.9566 9.21919 34.3463 8.25302C32.736 7.28686 30.6426 6.80377 28.8713 6.80377C27.1 6.80377 25.945 7.29575 24.3625 8.25302C23.1426 8.99094 22.1081 10.1854 21.6251 10.6684C21.142 11.1515 19.5317 13.4059 19.2096 15.0162C18.8876 16.6265 19.1656 18.1864 19.5317 20.1691C19.8532 21.9105 20.4979 23.7117 20.8199 24.5169C21.142 25.322 22.2086 27.1026 23.7184 28.0595Z" |
| 117 |
fill="#343434" |
| 118 |
className="sp-shape-icon" |
| 119 |
/> |
| 120 |
</svg> |
| 121 |
); |
| 122 |
export const ShapedSeven = () => ( |
| 123 |
<svg |
| 124 |
xmlns="http://www.w3.org/2000/svg" |
| 125 |
width={60} |
| 126 |
height={36} |
| 127 |
viewBox="0 0 60 36" |
| 128 |
fill="none" |
| 129 |
className="sp-smart-post-block-icon" |
| 130 |
> |
| 131 |
<path |
| 132 |
fillRule="evenodd" |
| 133 |
clipRule="evenodd" |
| 134 |
d="M28.9951 10.7084C33.5044 10.6277 39.2813 8.36698 41.1132 12.3704C43.2127 16.9589 39.8086 22.1236 35.4618 24.841C31.7891 27.137 27.2728 25.7156 23.7255 23.2405C20.1 20.7108 16.4898 16.7951 18.1777 12.7809C19.7141 9.12693 24.9325 10.7811 28.9951 10.7084Z" |
| 135 |
fill="#343434" |
| 136 |
className="sp-shape-icon" |
| 137 |
/> |
| 138 |
</svg> |
| 139 |
); |
| 140 |
export const ShapedEight = () => ( |
| 141 |
<svg |
| 142 |
xmlns="http://www.w3.org/2000/svg" |
| 143 |
width={60} |
| 144 |
height={36} |
| 145 |
viewBox="0 0 60 36" |
| 146 |
fill="none" |
| 147 |
className="sp-smart-post-block-icon" |
| 148 |
> |
| 149 |
<rect |
| 150 |
x={19.0234} |
| 151 |
y={18} |
| 152 |
width={15.8763} |
| 153 |
height={15.8763} |
| 154 |
transform="rotate(-45 19.0234 18)" |
| 155 |
fill="#343434" |
| 156 |
className="sp-shape-icon" |
| 157 |
/> |
| 158 |
</svg> |
| 159 |
); |
| 160 |
export const ShapedNine = () => ( |
| 161 |
<svg |
| 162 |
xmlns="http://www.w3.org/2000/svg" |
| 163 |
width={60} |
| 164 |
height={36} |
| 165 |
viewBox="0 0 60 36" |
| 166 |
fill="none" |
| 167 |
className="sp-smart-post-block-icon" |
| 168 |
> |
| 169 |
<path |
| 170 |
d="M29.7497 6.81824L39.4334 12.4091V23.591L29.7497 29.1819L20.066 23.591V12.4091L29.7497 6.81824Z" |
| 171 |
fill="#343434" |
| 172 |
className="sp-shape-icon" |
| 173 |
/> |
| 174 |
</svg> |
| 175 |
); |
| 176 |
export const ShapedTen = () => ( |
| 177 |
<svg |
| 178 |
xmlns="http://www.w3.org/2000/svg" |
| 179 |
width={60} |
| 180 |
height={36} |
| 181 |
viewBox="0 0 60 36" |
| 182 |
fill="none" |
| 183 |
className="sp-smart-post-block-icon" |
| 184 |
> |
| 185 |
<path d="M30.2502 8.38757L19.0684 27.6125H41.432L30.2502 8.38757Z" fill="#343434" className="sp-shape-icon" /> |
| 186 |
</svg> |
| 187 |
); |
| 188 |
export const ShapedEleven = () => ( |
| 189 |
<svg |
| 190 |
xmlns="http://www.w3.org/2000/svg" |
| 191 |
width={60} |
| 192 |
height={36} |
| 193 |
viewBox="0 0 60 36" |
| 194 |
fill="none" |
| 195 |
className="sp-smart-post-block-icon" |
| 196 |
> |
| 197 |
<path |
| 198 |
d="M29.75 6.54547L30.363 12.1674L32.1315 6.79578L31.5623 12.4223L34.4089 7.53577L32.6823 12.921L36.4828 8.73309L33.6742 13.6417L38.2623 10.3354L34.4946 14.5528L39.6699 12.2727L35.1077 15.6146L40.6439 14.4604L35.4865 16.7807L41.1418 16.8027L35.6147 18L41.1418 19.1973L35.4865 19.2194L40.6439 21.5397L35.1077 20.3854L39.6699 23.7273L34.4946 21.4472L38.2623 25.6646L33.6742 22.3584L36.4828 27.2669L32.6823 23.079L34.4089 28.4643L31.5623 23.5777L32.1315 29.2043L30.363 23.8326L29.75 29.4546L29.1369 23.8326L27.3684 29.2043L27.9377 23.5777L25.091 28.4643L26.8176 23.079L23.0171 27.2669L25.8257 22.3584L21.2376 25.6646L25.0053 21.4472L19.83 23.7273L24.3923 20.3854L18.856 21.5397L24.0134 19.2194L18.3582 19.1973L23.8852 18L18.3582 16.8027L24.0134 16.7807L18.856 14.4604L24.3923 15.6146L19.83 12.2727L25.0053 14.5528L21.2376 10.3354L25.8257 13.6417L23.0171 8.73309L26.8176 12.921L25.091 7.53577L27.9377 12.4223L27.3684 6.79578L29.1369 12.1674L29.75 6.54547Z" |
| 199 |
fill="#343434" |
| 200 |
className="sp-shape-icon" |
| 201 |
/> |
| 202 |
</svg> |
| 203 |
); |
| 204 |
export const ShapedTwelve = () => ( |
| 205 |
<svg |
| 206 |
xmlns="http://www.w3.org/2000/svg" |
| 207 |
width={60} |
| 208 |
height={36} |
| 209 |
viewBox="0 0 60 36" |
| 210 |
fill="none" |
| 211 |
className="sp-smart-post-block-icon" |
| 212 |
> |
| 213 |
<path |
| 214 |
d="M30.0399 7.07282C30.149 6.94076 30.3514 6.94076 30.4605 7.07282L31.1224 7.87427C31.217 7.98882 31.3859 8.00657 31.5023 7.9142L32.3164 7.26789C32.4506 7.16139 32.6485 7.20347 32.7278 7.35533L33.2086 8.2769C33.2774 8.40861 33.4389 8.46108 33.5719 8.39492L34.5026 7.932C34.656 7.85572 34.8408 7.93804 34.8868 8.10306L35.1655 9.10447C35.2054 9.24759 35.3524 9.33249 35.4963 9.29544L36.5029 9.03614C36.6688 8.99341 36.8325 9.11238 36.8432 9.28333L36.9076 10.3208C36.9168 10.4691 37.043 10.5827 37.1915 10.5764L38.23 10.532C38.4011 10.5247 38.5366 10.6751 38.5114 10.8446L38.3587 11.8728C38.3369 12.0197 38.4367 12.1571 38.5832 12.1818L39.6083 12.3543C39.7772 12.3828 39.8784 12.558 39.8186 12.7185L39.4555 13.6925C39.4036 13.8318 39.4727 13.9869 39.6108 14.0415L40.5776 14.4234C40.7369 14.4863 40.7995 14.6788 40.7076 14.8233L40.1499 15.7006C40.0702 15.8259 40.1055 15.992 40.2293 16.0742L41.0956 16.6487C41.2383 16.7434 41.2595 16.9447 41.1395 17.067L40.4117 17.8091C40.3076 17.9151 40.3076 18.085 40.4117 18.191L41.1395 18.9331C41.2595 19.0554 41.2383 19.2567 41.0956 19.3514L40.2293 19.926C40.1055 20.0081 40.0702 20.1742 40.1499 20.2995L40.7076 21.1768C40.7995 21.3213 40.7369 21.5138 40.5776 21.5767L39.6108 21.9586C39.4727 22.0132 39.4036 22.1684 39.4555 22.3076L39.8186 23.2816C39.8784 23.4421 39.7772 23.6173 39.6083 23.6458L38.5832 23.8183C38.4367 23.843 38.3369 23.9804 38.3587 24.1273L38.5114 25.1555C38.5366 25.325 38.4011 25.4754 38.23 25.4681L37.1915 25.4237C37.043 25.4174 36.9168 25.531 36.9076 25.6793L36.8432 26.7168C36.8325 26.8877 36.6688 27.0067 36.5029 26.964L35.4963 26.7047C35.3524 26.6676 35.2054 26.7525 35.1655 26.8956L34.8868 27.8971C34.8408 28.0621 34.656 28.1444 34.5026 28.0681L33.5719 27.6052C33.4389 27.539 33.2774 27.5915 33.2086 27.7232L32.7278 28.6448C32.6485 28.7966 32.4506 28.8387 32.3164 28.7322L31.5023 28.0859C31.3859 27.9935 31.217 28.0113 31.1224 28.1258L30.4605 28.9273C30.3514 29.0594 30.149 29.0594 30.0399 28.9273L29.3779 28.1258C29.2833 28.0113 29.1144 27.9935 28.9981 28.0859L28.184 28.7322C28.0498 28.8387 27.8518 28.7966 27.7726 28.6448L27.2917 27.7232C27.223 27.5915 27.0615 27.539 26.9285 27.6052L25.9978 28.0681C25.8444 28.1444 25.6595 28.0621 25.6136 27.8971L25.3348 26.8956C25.295 26.7525 25.1479 26.6676 25.0041 26.7047L23.9974 26.964C23.8316 27.0067 23.6678 26.8877 23.6572 26.7168L23.5927 25.6793C23.5835 25.531 23.4573 25.4174 23.3089 25.4237L22.2704 25.4681C22.0992 25.4754 21.9638 25.325 21.989 25.1555L22.1416 24.1273C22.1634 23.9804 22.0636 23.843 21.9171 23.8183L20.8921 23.6458C20.7231 23.6173 20.6219 23.4421 20.6818 23.2816L21.0449 22.3076C21.0968 22.1684 21.0277 22.0132 20.8895 21.9586L19.9227 21.5767C19.7634 21.5138 19.7009 21.3213 19.7928 21.1768L20.3504 20.2995C20.4302 20.1742 20.3948 20.0081 20.271 19.926L19.4048 19.3514C19.262 19.2567 19.2409 19.0554 19.3608 18.9331L20.0887 18.191C20.1927 18.085 20.1927 17.9151 20.0887 17.8091L19.3608 17.067C19.2409 16.9447 19.262 16.7434 19.4048 16.6487L20.271 16.0742C20.3948 15.992 20.4302 15.8259 20.3504 15.7006L19.7928 14.8233C19.7009 14.6788 19.7634 14.4863 19.9227 14.4234L20.8895 14.0415C21.0277 13.9869 21.0968 13.8318 21.0449 13.6925L20.6818 12.7185C20.6219 12.558 20.7231 12.3828 20.8921 12.3543L21.9171 12.1818C22.0636 12.1571 22.1634 12.0197 22.1416 11.8728L21.989 10.8446C21.9638 10.6751 22.0992 10.5247 22.2704 10.532L23.3089 10.5764C23.4573 10.5827 23.5835 10.4691 23.5927 10.3208L23.6572 9.28333C23.6678 9.11238 23.8316 8.99341 23.9974 9.03614L25.0041 9.29544C25.1479 9.33249 25.295 9.24759 25.3348 9.10447L25.6136 8.10306C25.6595 7.93804 25.8444 7.85572 25.9978 7.932L26.9285 8.39492C27.0615 8.46108 27.223 8.40861 27.2917 8.2769L27.7726 7.35533C27.8518 7.20347 28.0498 7.16139 28.184 7.26789L28.9981 7.9142C29.1144 8.00657 29.2833 7.98882 29.3779 7.87427L30.0399 7.07282Z" |
| 215 |
fill="#343434" |
| 216 |
className="sp-shape-icon" |
| 217 |
/> |
| 218 |
</svg> |
| 219 |
); |
| 220 |
|
| 221 |
export const ImgDemoIcon = () => ( |
| 222 |
<svg |
| 223 |
xmlns="http://www.w3.org/2000/svg" |
| 224 |
width={25} |
| 225 |
height={24} |
| 226 |
viewBox="0 0 25 24" |
| 227 |
fill="none" |
| 228 |
className="sp-smart-post-block-icon" |
| 229 |
> |
| 230 |
<path |
| 231 |
d="M24.4773 4.25806C24.4773 1.90676 22.5724 0 20.2233 0H4.75404C2.40496 0 0.5 1.90676 0.5 4.25806V19.7419C0.5 22.0932 2.40496 24 4.75404 24H20.2233C22.5724 24 24.4773 22.0932 24.4773 19.7419V15.5926L24.5 15.57L24.4773 15.5458V4.25806ZM4.75404 2.32258H20.2233C20.7354 2.32258 21.2279 2.52671 21.5905 2.8896C21.953 3.25249 22.157 3.74543 22.157 4.25806V13.2232L19.3955 10.4515C18.341 9.40366 16.6385 9.40366 15.5825 10.4515L12.0672 13.9747L9.72718 11.6128C8.67272 10.565 6.97021 10.565 5.91424 11.6128L2.82039 14.7096V4.25799C2.82039 3.18894 3.68601 2.32258 4.75404 2.32258ZM2.82039 19.7419V18.0075L7.53812 13.2734C7.61064 13.2008 7.71034 13.1599 7.81307 13.1599C7.91579 13.1599 8.0155 13.2008 8.08801 13.2734L16.4828 21.6776H4.754C3.68596 21.6776 2.82039 20.811 2.82039 19.7419ZM20.2233 21.6774H19.7625L13.7063 15.6155L17.2066 12.1119C17.2791 12.0394 17.3788 11.9985 17.4815 11.9985C17.5842 11.9985 17.6839 12.0394 17.7564 12.1119L22.1571 16.5063V19.7422C22.1571 20.2548 21.9531 20.7477 21.5906 21.1106C21.228 21.4735 20.7354 21.6774 20.2233 21.6774Z" |
| 232 |
fill="var(--sp-smart-primary-2-400)" |
| 233 |
/> |
| 234 |
<path |
| 235 |
d="M12.8634 7.35483C12.8634 8.90322 10.543 8.90322 10.543 7.35483C10.543 5.80645 12.8634 5.80645 12.8634 7.35483Z" |
| 236 |
fill="var(--sp-smart-primary-2-400)" |
| 237 |
/> |
| 238 |
</svg> |
| 239 |
); |
| 240 |
|
| 241 |
export const ImgUploadIcon = () => ( |
| 242 |
<svg |
| 243 |
xmlns="http://www.w3.org/2000/svg" |
| 244 |
width={24} |
| 245 |
height={24} |
| 246 |
viewBox="0 0 24 24" |
| 247 |
fill="none" |
| 248 |
className="sp-smart-post-block-icon" |
| 249 |
> |
| 250 |
<path |
| 251 |
d="M21 15V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V15" |
| 252 |
stroke="white" |
| 253 |
strokeWidth={2} |
| 254 |
strokeLinecap="round" |
| 255 |
strokeLinejoin="round" |
| 256 |
/> |
| 257 |
<path d="M17 8L12 3L7 8" stroke="white" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" /> |
| 258 |
<path d="M12 3V15" stroke="white" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" /> |
| 259 |
</svg> |
| 260 |
); |
| 261 |
|
| 262 |
export const KeyBoardEnter = () => ( |
| 263 |
<svg |
| 264 |
fill="#000000" |
| 265 |
xmlns="http://www.w3.org/2000/svg" |
| 266 |
width="800px" |
| 267 |
height="800px" |
| 268 |
viewBox="0 0 52 52" |
| 269 |
enableBackground="new 0 0 52 52" |
| 270 |
xmlSpace="preserve" |
| 271 |
className="sp-smart-post-block-icon" |
| 272 |
> |
| 273 |
<path d="M44,30.5c0,0,0.1,1.6-1.5,1.6H15.2c-0.9,0-1.3-1.2-0.7-1.8l5.6-5.6c0.6-0.6,0.6-1.5,0-2.1L18,20.5 c-0.6-0.6-1.5-0.6-2.1,0L2.4,34c-0.6,0.6-0.6,1.5,0,2.1L16,49.6c0.6,0.6,1.5,0.6,2.1,0l2.1-2.1c0.6-0.6,0.6-1.5,0-2.1l-5.6-5.6 c-0.6-0.7-0.2-1.7,0.7-1.7h33.2c0.7,0,1.5-0.8,1.5-1.6v-33C50,2.8,49.3,2,48.5,2h-3C44.7,2,44,2.8,44,3.5C44,3.5,44,30.5,44,30.5z" /> |
| 274 |
</svg> |
| 275 |
); |
| 276 |
export const AlignLeft = () => ( |
| 277 |
<svg xmlns="http://www.w3.org/2000/svg" width={16} height={16} fill="none"> |
| 278 |
<path |
| 279 |
fill="currentColor" |
| 280 |
stroke="currentColor" |
| 281 |
d="M8.4 14.8v.5H.5v-.5h7.9ZM.5 1.2V.7h7.9v.5H.5Zm15 7H.5v-.5h15v.5Z" |
| 282 |
/> |
| 283 |
</svg> |
| 284 |
); |
| 285 |
|
| 286 |
export const AlignCenter = () => ( |
| 287 |
<svg xmlns="http://www.w3.org/2000/svg" width={16} height={16} fill="none"> |
| 288 |
<path fill="currentColor" d="M12.4.2H3.6v1.5h8.9V.2h-.1ZM0 7.2v1.5h16V7.2H0Zm3.6 8.6h8.9v-1.5H3.6v1.5Z" /> |
| 289 |
</svg> |
| 290 |
); |
| 291 |
|
| 292 |
export const AlignRight = () => ( |
| 293 |
<svg xmlns="http://www.w3.org/2000/svg" width={80} height={24} fill="none"> |
| 294 |
<path |
| 295 |
fill="currentColor" |
| 296 |
stroke="currentColor" |
| 297 |
d="M47.5 18.8v.5h-7.9v-.5h7.9Zm0-13.6h-7.9v-.5h7.9v.5Zm0 6.6v.5h-15v-.5h15Z" |
| 298 |
/> |
| 299 |
</svg> |
| 300 |
); |
| 301 |
export const FlexAlignStart = () => ( |
| 302 |
<svg xmlns="http://www.w3.org/2000/svg" width={14} height={20} viewBox="0 0 14 20" fill="none"> |
| 303 |
<path d="M0.25 20V0H1.75V20H0.25Z" fill="#757575" /> |
| 304 |
<path d="M3.75 9V6H13.75V9H3.75Z" fill="#757575" /> |
| 305 |
<path d="M3.75 14V11H10.75V14H3.75Z" fill="#757575" /> |
| 306 |
</svg> |
| 307 |
); |
| 308 |
|
| 309 |
export const FlexAlignCenter = () => ( |
| 310 |
<svg xmlns="http://www.w3.org/2000/svg" width={24} height={24} viewBox="0 0 24 24" fill="none"> |
| 311 |
<path |
| 312 |
d="M13 7.88867H19.5V10.8887H13V12.8887H17.5V15.8887H13V22H11.5V15.8887H6.5V12.8887H11.5V10.8887H4.5V7.88867H11.5V2H13V7.88867Z" |
| 313 |
fill="#757575" |
| 314 |
/> |
| 315 |
</svg> |
| 316 |
); |
| 317 |
|
| 318 |
export const FlexAlignEnd = () => ( |
| 319 |
<svg xmlns="http://www.w3.org/2000/svg" width={14} height={20} viewBox="0 0 14 20" fill="none"> |
| 320 |
<path d="M0.25 9V6H10.25V9H0.25Z" fill="#757575" /> |
| 321 |
<path d="M3.25 14V11H10.25V14H3.25Z" fill="#757575" /> |
| 322 |
<path d="M12.25 20V0H13.75V20H12.25Z" fill="#757575" /> |
| 323 |
</svg> |
| 324 |
); |
| 325 |
|