Koenig - Updated menu icons

- changed icons for coloured set
- added Unsplash icon
- bumped Spirit for menu-related style updates
This commit is contained in:
Zimo 2018-08-07 11:23:47 +02:00 committed by Kevin Ansfield
parent 359fcb0756
commit 7892e4901d
28 changed files with 135 additions and 70 deletions

View File

@ -14,10 +14,11 @@ export default [
export const CARD_MENU = [
{
title: 'Basic',
title: 'Primary',
items: [{
label: 'Image',
icon: 'koenig/image',
icon: 'koenig/kg-card-type-image',
iconClass: 'kg-card-type-native',
matches: ['image', 'img'],
type: 'card',
replaceArg: 'image',
@ -25,21 +26,24 @@ export const CARD_MENU = [
},
{
label: 'Markdown',
icon: 'koenig/markdown',
icon: 'koenig/kg-card-type-markdown',
iconClass: 'kg-card-type-native',
matches: ['markdown', 'md'],
type: 'card',
replaceArg: 'markdown'
},
{
label: 'HTML',
icon: 'koenig/html',
icon: 'koenig/kg-card-type-html',
iconClass: 'kg-card-type-native',
matches: ['html'],
type: 'card',
replaceArg: 'html'
},
{
label: 'Divider',
icon: 'koenig/divider',
icon: 'koenig/kg-card-type-divider',
iconClass: 'kg-card-type-native',
matches: ['divider', 'horizontal-rule', 'hr'],
type: 'card',
replaceArg: 'hr'
@ -49,7 +53,7 @@ export const CARD_MENU = [
title: 'Embed',
items: [{
label: 'YouTube',
icon: 'koenig/youtube',
icon: 'koenig/kg-card-type-youtube',
matches: ['youtube'],
type: 'card',
replaceArg: 'embed',
@ -57,7 +61,7 @@ export const CARD_MENU = [
},
{
label: 'Twitter',
icon: 'koenig/twitter',
icon: 'koenig/kg-card-type-twitter',
matches: ['twitter'],
type: 'card',
replaceArg: 'embed',
@ -65,31 +69,58 @@ export const CARD_MENU = [
},
{
label: 'Facebook',
icon: 'koenig/facebook',
icon: 'koenig/kg-card-type-facebook',
matches: ['facebook'],
type: 'card',
replaceArg: 'embed',
params: ['url']
},
{
label: 'SoundCloud',
icon: 'koenig/soundcloud',
matches: ['soundcloud'],
label: 'Instagram',
icon: 'koenig/kg-card-type-instagram',
matches: ['instagram'],
type: 'card',
replaceArg: 'embed',
params: ['url']
},
{
label: 'Unsplash',
icon: 'koenig/kg-card-type-unsplash',
iconClass: 'kg-card-type-unsplash',
matches: ['unsplash'],
type: 'card',
replaceArg: 'embed',
params: ['url']
},
{
label: 'Vimeo',
icon: 'koenig/kg-card-type-vimeo',
matches: ['vimeo'],
type: 'card',
replaceArg: 'embed',
params: ['url']
},
{
label: 'CodePen',
icon: 'koenig/codepen',
icon: 'koenig/kg-card-type-codepen',
iconClass: 'kg-card-type-codepen',
matches: ['codepen'],
type: 'card',
replaceArg: 'embed',
params: ['url']
},
{
label: 'SoundCloud',
icon: 'koenig/kg-card-type-soundcloud',
matches: ['soundcloud'],
type: 'card',
replaceArg: 'embed',
params: ['url']
},
{
label: 'Other...',
icon: 'koenig/code-block',
icon: 'koenig/kg-card-type-other',
iconClass: 'kg-card-type-native',
matches: ['embed'],
type: 'card',
replaceArg: 'embed',

View File

@ -4,7 +4,7 @@
</div>
{{#each section.items as |item|}}
<div class="{{if item.selected "kg-cardmenu-card-selected"}} {{kg-style "cardmenu-card"}}" onclick={{action itemClicked item}} data-kg="cardmenu-card">
<div class="{{kg-style "cardmenu-icon"}}">{{svg-jar item.icon class="w8 h8 stroke-midgrey"}}</div>
<div class="{{kg-style "cardmenu-icon"}} {{item.iconClass}}">{{svg-jar item.icon class="w8 h8"}}</div>
<div class="{{kg-style "cardmenu-label"}}">{{item.label}}</div>
</div>
{{/each}}

View File

@ -1,7 +0,0 @@
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<g stroke="#738A94" stroke-linecap="round" stroke-linejoin="round" fill="none" fill-rule="evenodd">
<path d="M16 4l12 7.8v8.4L16 28 4 20.2v-8.4zM16 28v-7.8"/>
<path d="M28 11.8l-12 8.4-12-8.4"/>
<path d="M4 20.2l12-8.4 12 8.4M16 4v7.8"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 366 B

View File

@ -1,5 +0,0 @@
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd">
<path d="M2 12V4c0-1.105.895-2 2-2h24c1.105 0 2 .895 2 2v8M2 20v8c0 1.105.895 2 2 2h24c1.105 0 2-.895 2-2v-8M1 16h30" stroke="#738A94" stroke-linecap="round" stroke-linejoin="round"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 332 B

View File

@ -1,6 +0,0 @@
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd">
<path stroke="#738A94" stroke-linecap="round" stroke-linejoin="round" d="M2 2h19l9 9v19H2z"/>
<path stroke="#738A94" stroke-linecap="round" stroke-linejoin="round" d="M11 21l-3-3 3-3M21 21l3-3-3-3M14 21l4-6M21.041 2.137v8.913h8.904"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 391 B

View File

@ -1 +0,0 @@
<svg version="1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.354 3.147a.5.5 0 0 0-.707 0l-8.5 8.5a.5.5 0 0 0 0 .707l8.5 8.5a.498.498 0 0 0 .707 0 .5.5 0 0 0 0-.707L1.207 12l8.147-8.146a.5.5 0 0 0 0-.707zm14.5 8.499l-8.5-8.5a.5.5 0 0 0-.707.707L22.793 12l-8.146 8.146a.5.5 0 0 0 .707.708l8.5-8.5a.502.502 0 0 0 0-.708z"></path></svg>

Before

Width:  |  Height:  |  Size: 356 B

View File

@ -1,3 +0,0 @@
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<path d="M24.75 2C27.648 2 30 4.352 30 7.25v17.5c0 2.897-2.352 5.249-5.25 5.249h-3.427V19.153h3.627l.547-4.23h-4.174v-2.696c0-1.222.328-2.042 2.096-2.042l2.224-.019V6.393c-.383-.054-1.714-.164-3.245-.164-3.227 0-5.45 1.968-5.45 5.578v3.117h-3.646v4.229h3.646v10.846H7.25c-2.898 0-5.25-2.352-5.25-5.25V7.25C2 4.353 4.352 2 7.25 2h17.5z" stroke="#738A94" stroke-linecap="round" stroke-linejoin="round" fill="none" fill-rule="evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 529 B

View File

@ -1,6 +0,0 @@
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd">
<path stroke="#738A94" stroke-linecap="round" stroke-linejoin="round" d="M2 2h19l9 9v19H2z"/>
<path stroke="#738A94" stroke-linecap="round" stroke-linejoin="round" d="M21.041 2.137v8.913h8.904M6 19.667V15m3.188 4.667V15M6 17.333h3.188m11.303 2.334V15l-2.123 3.333L16.245 15v4.667m10.456 0h-3.188V15m-10.766 4.667V15m-1.596 0h3.188"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 490 B

View File

@ -1,7 +0,0 @@
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd">
<path stroke="#738A94" stroke-linecap="round" stroke-linejoin="round" d="M24 24l-4.667-10.444L16 20.889l-3.333-4L8 24"/>
<path stroke="#738A94" stroke-linecap="round" stroke-linejoin="round" d="M2 2h28v28H2zM2 24h28"/>
<path d="M13.556 10.444c0 1.63-.815 2.445-2.445 2.445s-2.444-.815-2.444-2.445S9.48 8 11.11 8s2.445.815 2.445 2.444z" stroke="#738A94" stroke-linecap="round" stroke-linejoin="round"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 566 B

View File

@ -0,0 +1,3 @@
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<path d="M31.976 10.886c-.007-.039-.014-.078-.024-.116l-.022-.066c-.01-.034-.022-.068-.035-.1l-.03-.067c-.015-.031-.03-.062-.048-.092-.012-.022-.026-.042-.039-.063-.018-.029-.037-.057-.058-.084-.015-.02-.03-.04-.047-.059-.022-.026-.045-.05-.068-.075l-.055-.053c-.025-.023-.051-.045-.078-.065-.021-.016-.041-.033-.063-.047-.008-.006-.014-.013-.023-.018L16.762.231c-.461-.308-1.063-.308-1.525 0L.612 9.981l-.022.017c-.022.015-.042.031-.063.047-.027.021-.053.043-.078.065-.019.017-.037.035-.055.054-.024.024-.046.048-.068.074-.017.02-.032.039-.047.06-.02.028-.04.055-.058.084l-.04.064c-.017.03-.032.06-.046.09-.01.022-.022.045-.03.067-.014.033-.026.067-.036.1l-.022.065c-.01.038-.017.076-.024.115-.004.02-.008.04-.01.06-.009.06-.013.119-.013.18v9.751c0 .06.004.121.013.18.003.022.009.039.013.06.007.038.013.077.026.116l.021.067c.011.034.022.069.035.1.009.022.021.043.03.065.014.03.03.06.047.092.012.021.026.043.04.062.018.03.038.056.06.082.014.022.03.04.047.06.022.026.043.051.069.074.017.018.034.04.056.052l.077.066c.021.017.043.03.06.046.009.005.014.013.022.017l14.621 9.755c.231.155.496.233.763.232.267-.002.532-.078.763-.232l14.625-9.75.022-.016c.022-.015.042-.031.063-.047.027-.021.053-.043.078-.066l.055-.053c.024-.024.047-.049.068-.075.017-.02.032-.039.047-.06.02-.026.04-.054.058-.083.014-.02.027-.042.04-.063.017-.03.032-.06.047-.092l.03-.066c.014-.033.025-.067.035-.1.008-.023.016-.045.022-.067.01-.038.017-.077.024-.116.004-.02.009-.039.01-.06.009-.059.013-.118.013-.179v-9.75c0-.06-.005-.12-.012-.18-.004-.02-.01-.038-.014-.06h.002zM16 19.253L11.137 16 16 12.747 20.863 16 16 19.253zm-1.375-8.895l-5.962 3.988-4.812-3.22 10.774-7.182v6.414zM6.19 16l-3.44 2.3V13.7l3.44 2.3zm2.473 1.655l5.962 3.987v6.414L3.85 20.873l4.812-3.219v.001zm8.712 3.986l5.961-3.987 4.813 3.22-10.774 7.181v-6.414zm8.434-5.64l3.44-2.302v4.602L25.81 16zm-2.473-1.655l-5.961-3.987V3.944l10.774 7.183-4.813 3.219z" fill="#000" fill-rule="nonzero"/>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -0,0 +1,8 @@
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd">
<rect fill="#44BDAD" width="32" height="32" rx="2.5"/>
<rect fill="#FFF" x="3" y="15" width="26" height="2" rx="1"/>
<rect fill="#FFF" x="3" y="3" width="26" height="7" rx="1.5"/>
<rect fill="#FFF" x="3" y="22" width="26" height="7" rx="1.5"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 416 B

View File

@ -0,0 +1,6 @@
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd">
<path fill="#FFF" fill-rule="nonzero" d="M12 4h15v28H12z"/>
<path d="M27.688 0H4.312C1.93 0 0 1.93 0 4.312v23.376C0 30.07 1.93 32 4.312 32H15.84l.02-11.435H12.89c-.386 0-.7-.312-.701-.698l-.015-3.686c-.001-.388.313-.704.701-.704h2.966v-3.562c0-4.133 2.525-6.383 6.211-6.383h3.026c.387 0 .701.313.701.7v3.109c0 .387-.314.7-.7.7l-1.857.002c-2.006 0-2.394.952-2.394 2.35v3.084h4.406c.42 0 .746.367.696.783l-.437 3.687c-.041.353-.34.618-.696.618h-3.949L20.828 32h6.86C30.07 32 32 30.07 32 27.688V4.312C32 1.93 30.07 0 27.688 0" fill="#445281"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 697 B

View File

@ -0,0 +1,7 @@
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd">
<path fill="#FFF" d="M2 4h28v24H2z"/>
<path d="M32 6c0-2.667-1.333-4-4-4H4c-1.105 0-2.047.39-2.828 1.172C.39 3.952 0 4.895 0 6v20c0 2.667 1.333 4 4 4h24c2.667 0 4-1.333 4-4V6zM4 6.667c0-.594.274-1.005.823-1.232.549-.227 1.033-.131 1.453.289.42.42.516.904.29 1.453-.228.549-.639.823-1.233.823C4.444 8 4 7.556 4 6.667zm4 0c0-.594.274-1.005.823-1.232.549-.227 1.033-.131 1.453.289.42.42.516.904.29 1.453-.228.549-.639.823-1.233.823C8.444 8 8 7.556 8 6.667zm4 0c0-.594.274-1.005.823-1.232.549-.227 1.033-.131 1.453.289.42.42.516.904.29 1.453-.228.549-.639.823-1.233.823C12.444 8 12 7.556 12 6.667zM29.333 26c0 .889-.444 1.333-1.333 1.333H4c-.889 0-1.333-.444-1.333-1.333V12c0-.184.065-.341.195-.471.13-.13.287-.196.471-.196h25.334c.444 0 .666.223.666.667v14z" fill="#EB5F3F"/>
<path d="M10.333 16c0 .667.334 1 1 1 .223 0 .334.111.334.333v5.334c0 .666.333 1 1 1 .666 0 1-.334 1-1v-5.334c0-.092.032-.17.097-.235.065-.065.144-.098.236-.098.667 0 1-.333 1-1s-.333-1-1-1h-2.667c-.276 0-.512.098-.707.293-.195.195-.293.43-.293.707zM5.333 23.667c.667 0 1-.334 1-1v-1.334c0-.128.056-.224.167-.288.111-.064.222-.064.333 0 .111.064.167.16.167.288v1.334c0 .666.333 1 1 1s1-.334 1-1V16c0-.385-.167-.674-.5-.866-.333-.192-.667-.192-1 0-.333.192-.5.481-.5.866v2.667c0 .222-.111.333-.333.333-.223 0-.334-.111-.334-.333V16c0-.385-.166-.674-.5-.866-.333-.192-.666-.192-1 0-.333.192-.5.481-.5.866v6.667c0 .666.334 1 1 1zM23.667 21.333c.001 1.554.78 2.332 2.333 2.334h1.333c.667 0 1-.334 1-1 0-.667-.333-1-1-1H26c-.222 0-.333-.111-.333-.334V16c0-.385-.167-.674-.5-.866-.334-.192-.667-.192-1 0-.334.192-.5.481-.5.866v5.333zM17.333 23.667c.667 0 1-.334 1-1v-2.78c0-.039.02-.063.056-.073.037-.01.066 0 .086.034.207.301.493.452.858.452.366 0 .652-.15.859-.452.02-.033.048-.045.085-.034.038.01.056.034.056.073v2.78c0 .666.334 1 1 1 .667 0 1-.334 1-1V16c-.001-.506-.246-.827-.734-.962s-.863.014-1.124.447l-.856 1.428c-.065.108-.16.161-.286.161-.125 0-.22-.053-.285-.16l-.856-1.429c-.262-.433-.636-.582-1.125-.447-.488.135-.732.456-.734.962v6.667c0 .666.334 1 1 1z" fill="#EB5F3F"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -0,0 +1,6 @@
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd">
<path d="M32 2.667C32 .889 31.111 0 29.333 0H2.667C1.93 0 1.302.26.78.781.261 1.301 0 1.931 0 2.667v26.666C0 31.111.889 32 2.667 32h26.666C31.111 32 32 31.111 32 29.333V2.667z" fill="#3EB0EF"/>
<path d="M23.778 12.111c0 3.111-1.556 4.667-4.667 4.667-3.111 0-4.667-1.556-4.667-4.667C14.444 9 16 7.444 19.111 7.444c3.111 0 4.667 1.556 4.667 4.667zM19.111 5.5c.778 0 1.167-.389 1.167-1.167v-.777c0-.45-.195-.786-.584-1.01-.388-.225-.777-.225-1.166 0-.39.224-.584.56-.584 1.01v.777c0 .778.39 1.167 1.167 1.167zM12.788 7.435c.55.552 1.1.554 1.653.004.552-.55.553-1.1.003-1.653l-.549-.55c-.55-.552-1.101-.554-1.653-.004-.553.55-.554 1.101-.005 1.654l.55.55zM10.556 13.278h.777c.778 0 1.167-.39 1.167-1.167 0-.778-.389-1.167-1.167-1.167h-.777c-.778 0-1.167.39-1.167 1.167 0 .778.389 1.167 1.167 1.167zM25.434 16.787c-.549-.512-1.089-.502-1.62.029-.53.53-.54 1.07-.028 1.62l.549.55c.55.55 1.1.55 1.65 0 .55-.55.55-1.1 0-1.65l-.55-.549zM25.722 12.111c0 .778.39 1.167 1.167 1.167h.778c.777 0 1.166-.39 1.166-1.167 0-.778-.389-1.167-1.166-1.167h-.778c-.322 0-.597.114-.825.342-.228.228-.342.503-.342.825zM24.61 7.779c.323 0 .598-.114.824-.344l.551-.549c.55-.55.55-1.1 0-1.65-.55-.55-1.1-.55-1.65 0l-.55.55c-.366.368-.45.792-.251 1.271.198.48.557.72 1.076.722zM21.911 22.356c-.771 0-1.522.12-2.254.364-.127.042-.21.126-.25.254-.039.127-.018.244.063.35 1.283 1.689 2.07 3.583 2.362 5.684.02.142.103.214.247.214h4.906c.836 0 1.492-.343 1.967-1.031-.737-3.89-3.084-5.835-7.042-5.835h.001zM9.644 19.968c-2.518-.004-4.758.783-6.72 2.362-.1.08-.149.183-.146.31v4.2c.004 1.588.8 2.382 2.388 2.382H19.83c.122 0 .222-.046.3-.14.077-.093.105-.2.082-.319-1.083-5.863-4.606-8.795-10.568-8.795z" fill="#FFF"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -0,0 +1,23 @@
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<radialGradient cx="26.5626266%" cy="107.702106%" fx="26.5626266%" fy="107.702106%" r="99.107386%" gradientTransform="translate(0.265626,1.077021),scale(0.999915,1.000000),rotate(-90.000000),translate(-0.265626,-1.077021)" id="radialGradient-1">
<stop stop-color="#FFDD55" offset="0%"></stop>
<stop stop-color="#FFDD55" offset="10%"></stop>
<stop stop-color="#FF543E" offset="50%"></stop>
<stop stop-color="#C837AB" offset="100%"></stop>
</radialGradient>
<radialGradient cx="-16.7505274%" cy="7.20383154%" fx="-16.7505274%" fy="7.20383154%" r="44.3015529%" gradientTransform="translate(-0.167505,0.072038),scale(0.999915,1.000000),rotate(78.679712),translate(0.167505,-0.072038)" id="radialGradient-2">
<stop stop-color="#3771C8" offset="0%"></stop>
<stop stop-color="#3771C8" offset="12.8%"></stop>
<stop stop-color="#6600FF" stop-opacity="0" offset="100%"></stop>
</radialGradient>
</defs>
<g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Icons/Koenig/Card-Menu/Instagram---Filled">
<rect id="32x32" stroke="#FFFFFF" opacity="0" x="0" y="0" width="32" height="32"></rect>
<path d="M16.0053587,0 C9.32550701,0 7.37190512,0.00689230769 6.99216114,0.0384 C5.62134198,0.152369231 4.76833314,0.368246154 3.83903096,0.831015385 C3.12285793,1.18670769 2.55804106,1.59901538 2.00060741,2.17698462 C0.98541369,3.23101538 0.370144766,4.52775385 0.147417416,6.06916923 C0.0391300854,6.81747692 0.00762831645,6.97009231 0.00122951965,10.7923692 C-0.00123155605,12.0664615 0.00122951965,13.7432615 0.00122951965,15.9923692 C0.00122951965,22.6680615 0.00861274673,24.6200615 0.0406067308,24.9991385 C0.151355137,26.3332923 0.360546571,27.1726769 0.803540196,28.0908308 C1.65015024,29.8483692 3.26707697,31.1677538 5.17194956,31.6600615 C5.83151784,31.8299077 6.55999625,31.9234462 7.49520501,31.9677538 C7.8914382,31.9849846 11.9300634,31.9972923 15.9711497,31.9972923 C20.012236,31.9972923 24.0533223,31.9923692 24.4397112,31.9726769 C25.5225845,31.9217231 26.1513893,31.8372923 26.8466432,31.6576 C28.7638212,31.1628308 30.351215,29.8631385 31.2150526,28.0809846 C31.6494324,27.1849846 31.8696987,26.3136 31.9693723,25.0491077 C31.9910297,24.7734154 32.0001357,20.3778462 32.0001357,15.9881846 C32.0001357,11.5977846 31.9902914,7.21033846 31.9686339,6.93464615 C31.8677298,5.64972308 31.6474636,4.78572308 31.1990556,3.87249231 C30.8311248,3.12492308 30.4225862,2.56664615 29.8294669,1.99581538 C28.7709583,0.984615385 27.4764325,0.369230769 25.9338302,0.146707692 C25.1864015,0.0386461538 25.0375065,0.00664615385 21.2129948,0 L16.0053587,0 Z" id="Shape" fill="url(#radialGradient-1)" fill-rule="nonzero"></path>
<path d="M16.0052229,0 C9.3253713,0 7.37176941,0.00689230769 6.99202543,0.0384 C5.62120627,0.152369231 4.76819743,0.368246154 3.83889525,0.831015385 C3.12272222,1.18670769 2.55790535,1.59901538 2.00047171,2.17698462 C0.985277982,3.23101538 0.370009058,4.52775385 0.147281708,6.06916923 C0.0389943771,6.81747692 0.00749260823,6.97009231 0.00109381142,10.7923692 C-0.00136726428,12.0664615 0.00109381142,13.7432615 0.00109381142,15.9923692 C0.00109381142,22.6680615 0.00847703851,24.6200615 0.0404710225,24.9991385 C0.151219429,26.3332923 0.360410863,27.1726769 0.803404488,28.0908308 C1.65001453,29.8483692 3.26694126,31.1677538 5.17181385,31.6600615 C5.83138213,31.8299077 6.55986054,31.9234462 7.4950693,31.9677538 C7.89130249,31.9849846 11.9299277,31.9972923 15.971014,31.9972923 C20.0121003,31.9972923 24.0531866,31.9923692 24.4395755,31.9726769 C25.5224488,31.9217231 26.1512536,31.8372923 26.8465075,31.6576 C28.7636855,31.1628308 30.3510793,29.8631385 31.2149169,28.0809846 C31.6492967,27.1849846 31.869563,26.3136 31.9692366,25.0491077 C31.990894,24.7734154 32,20.3778462 32,15.9881846 C32,11.5977846 31.9901557,7.21033846 31.9684982,6.93464615 C31.8675941,5.64972308 31.6473279,4.78572308 31.1989199,3.87249231 C30.830989,3.12492308 30.4224505,2.56664615 29.8293312,1.99581538 C28.7708226,0.984615385 27.4762968,0.369230769 25.9336945,0.146707692 C25.1862658,0.0386461538 25.0373708,0.00664615385 21.2128591,0 L16.0052229,0 Z" id="Shape" fill="url(#radialGradient-2)" fill-rule="nonzero"></path>
<path d="M15.7261679,4 C12.5418015,4 12.1421679,4.01403077 10.8914809,4.07138462 C9.64323664,4.12898462 8.79120611,4.32812308 8.04567939,4.62030769 C7.27450382,4.92209231 6.62033588,5.32578462 5.96861069,5.98276923 C5.31639695,6.63950769 4.91578626,7.29870769 4.61532824,8.07556923 C4.32464122,8.82707692 4.12677863,9.68590769 4.07059542,10.9432615 C4.01465649,12.2035692 4,12.6065231 4,15.8153846 C4,19.0242462 4.01416794,19.4257231 4.07083969,20.6860308 C4.12824427,21.9438769 4.3258626,22.8024615 4.61557252,23.5537231 C4.91529771,24.3308308 5.3159084,24.9900308 5.96787786,25.6467692 C6.61935878,26.304 7.27352672,26.7086769 8.04421374,27.0104615 C8.79022901,27.3026462 9.64250382,27.5017846 10.8905038,27.5593846 C12.1411908,27.6167385 12.5405802,27.6307692 15.7247023,27.6307692 C18.909313,27.6307692 19.3077252,27.6167385 20.5584122,27.5593846 C21.8066565,27.5017846 22.6596641,27.3026462 23.4056794,27.0104615 C24.1766107,26.7086769 24.8298015,26.304 25.4812824,25.6467692 C26.1334962,24.9900308 26.5341069,24.3308308 26.8345649,23.5539692 C27.1228092,22.8024615 27.3206718,21.9436308 27.3792977,20.6862769 C27.4354809,19.4259692 27.4501374,19.0242462 27.4501374,15.8153846 C27.4501374,12.6065231 27.4354809,12.2038154 27.3792977,10.9435077 C27.3206718,9.68566154 27.1228092,8.82707692 26.8345649,8.07581538 C26.5341069,7.29870769 26.1334962,6.63950769 25.4812824,5.98276923 C24.8290687,5.32553846 24.176855,4.92184615 23.4049466,4.62030769 C22.6574656,4.32812308 21.8049466,4.12898462 20.5567023,4.07138462 C19.3060153,4.01403077 18.9078473,4 15.7225038,4 L15.7261679,4 Z M14.6743206,6.12923077 C14.9865038,6.12873846 15.3348397,6.12923077 15.7261679,6.12923077 C18.8567939,6.12923077 19.2278473,6.14055385 20.4641221,6.19716923 C21.6073282,6.24984615 22.2277863,6.44233846 22.6410992,6.60406154 C23.1882748,6.81821538 23.5783817,7.07421538 23.9885191,7.48775385 C24.3989008,7.90129231 24.6529466,8.29513846 24.8659542,8.84652308 C25.0264427,9.26252308 25.2177099,9.88775385 25.2697405,11.0397538 C25.3259237,12.2852923 25.3381374,12.6594462 25.3381374,15.8126769 C25.3381374,18.9659077 25.3259237,19.3400615 25.2697405,20.5856 C25.2174656,21.7376 25.0264427,22.3628308 24.8659542,22.7788308 C24.6534351,23.3302154 24.3989008,23.7228308 23.9885191,24.1361231 C23.5781374,24.5496615 23.1885191,24.8056615 22.6410992,25.0198154 C22.2282748,25.1822769 21.6073282,25.3742769 20.4641221,25.4269538 C19.2280916,25.4835692 18.8567939,25.4958769 15.7261679,25.4958769 C12.5952977,25.4958769 12.2242443,25.4835692 10.9882137,25.4269538 C9.84500763,25.3737846 9.22454962,25.1812923 8.81099237,25.0195692 C8.26381679,24.8054154 7.8729771,24.5494154 7.46259542,24.1358769 C7.05221374,23.7223385 6.79816794,23.3294769 6.58516031,22.7778462 C6.42467176,22.3618462 6.23340458,21.7366154 6.18137405,20.5846154 C6.12519084,19.3390769 6.1139542,18.9649231 6.1139542,15.8097231 C6.1139542,12.6545231 6.12519084,12.2823385 6.18137405,11.0368 C6.23364885,9.8848 6.42467176,9.25956923 6.58516031,8.84307692 C6.79767939,8.29169231 7.05221374,7.89784615 7.46259542,7.48430769 C7.8729771,7.07076923 8.26381679,6.81476923 8.81099237,6.60012308 C9.22430534,6.43766154 9.84500763,6.24566154 10.9882137,6.19273846 C12.0698626,6.14350769 12.4890382,6.12873846 14.6743206,6.12627692 L14.6743206,6.12923077 Z M21.9849771,8.09107692 C21.2081832,8.09107692 20.5779542,8.72541538 20.5779542,9.50843077 C20.5779542,10.2912 21.2081832,10.9262769 21.9849771,10.9262769 C22.761771,10.9262769 23.392,10.2912 23.392,9.50843077 C23.392,8.72566154 22.761771,8.09058462 21.9849771,8.09058462 L21.9849771,8.09107692 Z M15.7261679,9.74769231 C12.400855,9.74769231 9.70479389,12.4644923 9.70479389,15.8153846 C9.70479389,19.1662769 12.400855,21.8818462 15.7261679,21.8818462 C19.0514809,21.8818462 21.7465649,19.1662769 21.7465649,15.8153846 C21.7465649,12.4644923 19.0512366,9.74769231 15.7259237,9.74769231 L15.7261679,9.74769231 Z M15.7261679,11.8769231 C17.8845802,11.8769231 19.6345649,13.6401231 19.6345649,15.8153846 C19.6345649,17.9904 17.8845802,19.7538462 15.7261679,19.7538462 C13.5675115,19.7538462 11.817771,17.9904 11.817771,15.8153846 C11.817771,13.6401231 13.5675115,11.8769231 15.7261679,11.8769231 Z" id="Shape" fill="#FFFFFF" fill-rule="nonzero"></path>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.5 KiB

View File

@ -0,0 +1,6 @@
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd">
<path d="M32 2.667C32 .889 31.111 0 29.333 0H2.667C1.93 0 1.302.26.78.781.261 1.301 0 1.931 0 2.667v26.666C0 31.111.889 32 2.667 32h26.666C31.111 32 32 31.111 32 29.333V2.667z" fill="#465961" fill-rule="nonzero"/>
<path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M8 20v-8l4 4 4-4v8M22 12.07v7.916M19.5 17.5l2.48 2.525L24.5 17.5"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 525 B

View File

@ -0,0 +1,6 @@
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd">
<rect fill="#C064C4" width="32" height="32" rx="2.5"/>
<path d="M12 16c0 1.333-.667 2-2 2s-2-.667-2-2 .667-2 2-2 2 .667 2 2zM18 16c0 1.333-.667 2-2 2s-2-.667-2-2 .667-2 2-2 2 .667 2 2zM24 16c0 1.333-.667 2-2 2s-2-.667-2-2 .667-2 2-2 2 .667 2 2z" fill="#FFF"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 416 B

View File

@ -0,0 +1,3 @@
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<path d="M15.924 9.922c-.236 0-.43.194-.434.433l-.177 8.866.178 3.218c.003.235.197.43.433.43s.43-.195.433-.433v.004l.193-3.219-.193-8.867c-.003-.238-.197-.432-.433-.432zm12.14 5.102c-.54 0-1.054.11-1.522.306C26.228 11.783 23.254 9 19.625 9c-.887 0-1.753.175-2.517.47-.298.115-.377.234-.38.463v12.492c.004.242.19.442.426.466l10.91.006c2.174 0 3.936-1.762 3.936-3.936s-1.762-3.937-3.936-3.937zM10.886 22.56v-.002l.226-3.338-.226-7.276c-.006-.181-.148-.323-.325-.323-.176 0-.319.142-.324.323l-.202 7.276.202 3.34c.005.178.148.32.324.32.177 0 .318-.142.325-.321v.001zm-2.952.32c.144 0 .262-.117.27-.267l.264-3.394-.265-6.497c-.007-.15-.125-.267-.27-.267-.144 0-.263.117-.269.267l-.234 6.497.234 3.395c.006.149.125.266.27.266zm5.297-10.868c-.209 0-.375.166-.38.377l-.169 6.832.17 3.287c.004.21.17.375.379.375.207 0 .373-.166.378-.377v.002l.19-3.287-.19-6.832c-.005-.211-.17-.377-.378-.377zM2.802 22.657c.083 0 .15-.066.16-.156l.34-3.286-.34-3.41c-.01-.091-.077-.157-.16-.157-.084 0-.152.066-.16.157l-.299 3.41.299 3.285c.008.091.076.157.16.157zm2.546.188c.113 0 .206-.092.214-.212l.302-3.418-.302-3.25c-.008-.12-.1-.211-.214-.211-.116 0-.208.09-.216.212l-.266 3.25.266 3.417c.008.12.1.212.216.212zm6.543.03c.191 0 .346-.154.351-.35v.003l.209-3.309-.209-7.09c-.005-.196-.16-.35-.351-.35-.193 0-.348.154-.352.35l-.185 7.09.185 3.308c.004.194.159.348.352.348zm2.69.013c.22 0 .401-.181.405-.404v.002-.002l.172-3.263-.172-8.13c-.004-.223-.186-.405-.406-.405-.22 0-.403.182-.406.405l-.153 8.127.153 3.268c.003.22.186.402.406.402zm-5.338-.016c.16 0 .29-.129.296-.294l.246-3.36-.246-7.039c-.006-.165-.137-.294-.296-.294-.162 0-.292.13-.297.295l-.218 7.038.218 3.361c.005.164.135.293.297.293zM4.07 15.527c-.1 0-.18.08-.188.185L3.6 19.215l.282 3.39c.008.104.089.184.188.184.098 0 .178-.08.187-.184l.32-3.39-.32-3.504c-.009-.104-.09-.184-.187-.184zm2.565-1.837c-.129 0-.235.105-.242.24l-.25 5.287.25 3.417c.007.133.113.239.242.239s.235-.106.243-.24v.001l.283-3.417-.283-5.288c-.008-.134-.114-.24-.243-.24zm-4.957 2.65c-.01-.076-.066-.129-.133-.129-.068 0-.124.055-.133.13l-.315 2.873.315 2.81c.01.076.065.13.133.13.067 0 .122-.053.133-.129l.358-2.81-.358-2.874zm-1.316.972c-.067 0-.12.052-.128.125L0 19.214l.234 1.747c.009.074.061.125.128.125.065 0 .117-.05.128-.124l.277-1.748-.277-1.778c-.01-.073-.063-.124-.128-.124z" fill="#EE7C25" fill-rule="evenodd"/>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1,3 @@
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<path d="M10.063 29.002c12.076 0 18.68-10.005 18.68-18.68 0-.285 0-.567-.019-.85C30.01 8.545 31.12 7.393 32 6.076c-1.198.53-2.47.879-3.77 1.032 1.37-.82 2.395-2.11 2.886-3.63-1.29.764-2.7 1.303-4.17 1.593-2.035-2.164-5.268-2.694-7.887-1.292-2.62 1.401-3.973 4.386-3.3 7.28-5.28-.265-10.198-2.758-13.532-6.86-1.742 3-.852 6.838 2.033 8.764-1.045-.03-2.067-.313-2.98-.822v.084c0 3.125 2.204 5.817 5.267 6.435-.966.264-1.98.303-2.964.113.86 2.675 3.325 4.507 6.133 4.56-2.324 1.827-5.196 2.818-8.153 2.815-.522 0-1.044-.032-1.563-.094 3.002 1.927 6.496 2.949 10.063 2.944" fill="#1DA1F2" fill-rule="nonzero"/>
</svg>

After

Width:  |  Height:  |  Size: 702 B

View File

@ -0,0 +1,3 @@
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<path d="M20.8 18.1c0 2.7-2.2 4.8-4.8 4.8-2.6 0-4.8-2.1-4.8-4.8 0-2.7 2.2-4.8 4.8-4.8 2.7.1 4.8 2.2 4.8 4.8zM32 10.7v14.9c0 2.3-1.9 4.3-4.3 4.3H4.3C1.9 29.9 0 28 0 25.6v-15c0-2.3 1.9-4.3 4.3-4.3H8L8.8 4c.4-1.1 1.7-2 2.9-2h8.6c1.2 0 2.5.9 2.9 2l.8 2.4h3.7c2.4 0 4.3 1.9 4.3 4.3zm-8.6 7.5c0-4.1-3.3-7.5-7.5-7.5-4.1 0-7.5 3.4-7.5 7.5s3.3 7.5 7.5 7.5c4.2-.1 7.5-3.4 7.5-7.5z" fill="#000" fill-rule="nonzero"/>
</svg>

After

Width:  |  Height:  |  Size: 501 B

View File

@ -0,0 +1,6 @@
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd">
<path d="M31.886 25.508c0 3.522-2.855 6.377-6.377 6.377H6.377C2.857 31.885 0 29.03 0 25.508V6.378C0 2.854 2.857 0 6.377 0H25.51c3.522 0 6.377 2.855 6.377 6.377v19.131" fill="#0FB7FF"/>
<path d="M25.998 10.58c.175-.982.17-1.992-.436-2.755-.846-1.07-2.646-1.11-3.88-.921-1.003.153-4.397 1.651-5.552 5.236 2.046-.156 3.118.148 2.921 2.4-.082.943-.558 1.976-1.09 2.966-.614 1.141-1.765 3.382-3.274 1.767-1.36-1.454-1.257-4.235-1.568-6.086-.173-1.04-.356-2.334-.697-3.402-.293-.92-.966-2.027-1.788-2.267-.884-.26-1.976.146-2.618.523-2.042 1.2-3.598 2.908-5.365 4.317v.132c.35.335.444.884.96.959 1.216.179 2.375-1.134 3.184.232.492.834.645 1.749.96 2.648.42 1.198.746 2.503 1.09 3.88.583 2.334 1.299 5.82 3.316 6.675 1.029.437 2.575-.148 3.358-.612 2.122-1.255 3.775-3.075 5.19-4.927 3.234-4.382 5.019-9.347 5.289-10.765" fill="#FFFFFE"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 989 B

View File

@ -0,0 +1,6 @@
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd">
<path d="M31.252 8.488c-.366-1.37-1.448-2.452-2.824-2.823C25.941 5 15.958 5 15.958 5s-9.977 0-12.47.665c-1.37.366-2.452 1.447-2.823 2.823C0 10.976 0 16.17 0 16.17s0 5.194.665 7.682c.366 1.372 1.447 2.453 2.823 2.823 2.493.666 12.47.666 12.47.666s9.983 0 12.47-.666c1.372-.365 2.453-1.447 2.824-2.823.665-2.488.665-7.682.665-7.682s0-5.194-.665-7.682" fill="#D9252A"/>
<path fill="#FFFFFE" d="M12.77 20.958l8.291-4.788-8.291-4.788v9.576"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 594 B

View File

@ -1,6 +0,0 @@
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd">
<path d="M4 2h24c1.105 0 2 .895 2 2v24c0 1.105-.895 2-2 2H4c-1.105 0-2-.895-2-2V4c0-1.105.895-2 2-2z" stroke="#738A94" stroke-linecap="round" stroke-linejoin="round"/>
<path stroke="#738A94" stroke-linecap="round" stroke-linejoin="round" d="M26 18l-2.999 3.001L20 18M23 11v9.476M6 21V11l5 4.695L16 11v10"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 463 B

View File

@ -1,5 +0,0 @@
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<g stroke-linejoin="round" stroke="#738A94" stroke-linecap="round" fill="none" fill-rule="evenodd">
<path d="M17.193 22.348c.232.005 9.352.005 9.411.005 1.876 0 3.396-1.566 3.396-3.499 0-1.932-1.52-3.5-3.396-3.5-.466 0-.91.098-1.313.272C25.02 12.473 22.454 10 19.323 10c-.766 0-1.513.156-2.172.42-.258.1-.325.206-.327.411v11.104c.003.213.164.408.37.413zM14.353 10.824v11.529m-2.47-10.25v10.25m-2.471-9.61v9.61m-2.47-7.05v7.05m-2.471-7.05v7.05M2 16.588v5.108"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 573 B

View File

@ -1,3 +0,0 @@
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<path d="M30 7.932c-1.016.457-1.871.472-2.78.02 1.17-.706 1.224-1.202 1.647-2.536-1.095.654-2.309 1.13-3.6 1.387C24.235 5.695 22.76 5 21.13 5 18 5 15.462 7.558 15.462 10.71c0 .446.05.882.146 1.3-4.71-.237-8.889-2.51-11.684-5.965-.488.843-.768 1.825-.768 2.871 0 1.982 1.002 3.728 2.522 4.752-.93-.03-1.803-.286-2.566-.714l-.002.072c0 2.767 1.954 5.073 4.549 5.599-.831.227-1.707.262-2.561.099.722 2.266 2.815 3.917 5.296 3.964C7.968 24.603 4.96 25.4 2 25.05c2.51 1.62 5.488 2.564 8.69 2.564 10.427 0 16.129-8.699 16.129-16.244l-.015-.739c1.105-.804 2.436-1.554 3.196-2.7z" stroke="#738A94" stroke-linecap="round" stroke-linejoin="round" fill="none" fill-rule="evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 766 B

View File

@ -1,3 +0,0 @@
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<path d="M25.814 6H6.185C3.873 6 2 7.924 2 10.299v11.402C2 24.076 3.873 26 6.185 26h19.63C28.125 26 30 24.076 30 21.701V10.299C29.999 7.924 28.125 6 25.814 6zM13.2 10.783l8.424 5.25-8.424 5.249v-10.5z" stroke="#738A94" stroke-linecap="round" stroke-linejoin="round" fill="none" fill-rule="evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 395 B

View File

@ -100,7 +100,7 @@
"eslint": "4.19.1",
"eslint-plugin-ghost": "0.0.25",
"fs-extra": "4.0.3",
"ghost-spirit": "0.0.32",
"ghost-spirit": "0.0.33",
"glob": "7.1.2",
"google-caja-bower": "https://github.com/acburdine/google-caja-bower#ghost",
"grunt": "1.0.3",

View File

@ -5241,9 +5241,9 @@ ghost-ignition@^2.7.0:
prettyjson "^1.1.3"
uuid "^3.0.0"
ghost-spirit@0.0.32:
version "0.0.32"
resolved "https://registry.yarnpkg.com/ghost-spirit/-/ghost-spirit-0.0.32.tgz#da7d00d0f6b5c1647d9f0628edb091989461f7b8"
ghost-spirit@0.0.33:
version "0.0.33"
resolved "https://registry.yarnpkg.com/ghost-spirit/-/ghost-spirit-0.0.33.tgz#9ccaed6f1da064a8f1e8d8e3613779273359d864"
dependencies:
autoprefixer "8.2.0"
bluebird "^3.4.6"