actions-code-pull-request-draft

Introduced in v2.3.2
Available in TYPO3 11.5 12.4 13.x

Buttons

Button Label Button Label

Button Label Button Label

Usage

Markup

<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 16 16"><g fill="currentColor"><path d="M11.5 11a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 11.5 11m0-1C10.122 10 9 11.122 9 12.5s1.122 2.5 2.5 2.5 2.5-1.122 2.5-2.5-1.122-2.5-2.5-2.5zM4.5 11a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 4.5 11m0-1C3.122 10 2 11.122 2 12.5S3.122 15 4.5 15 7 13.878 7 12.5 5.878 10 4.5 10zM4.5 2a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 4.5 2m0-1C3.122 1 2 2.122 2 3.5S3.122 6 4.5 6 7 4.878 7 3.5 5.878 1 4.5 1z"/><path d="M4 5h1v6H4z"/><circle cx="11.5" cy="3.5" r="1.5"/><circle cx="11.5" cy="7.5" r="1.5"/></g></svg>

Inline

<span class="icon icon-size-small icon-state-default">
    <span class="icon-markup">
        <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 16 16"><g fill="currentColor"><path d="M11.5 11a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 11.5 11m0-1C10.122 10 9 11.122 9 12.5s1.122 2.5 2.5 2.5 2.5-1.122 2.5-2.5-1.122-2.5-2.5-2.5zM4.5 11a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 4.5 11m0-1C3.122 10 2 11.122 2 12.5S3.122 15 4.5 15 7 13.878 7 12.5 5.878 10 4.5 10zM4.5 2a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 4.5 2m0-1C3.122 1 2 2.122 2 3.5S3.122 6 4.5 6 7 4.878 7 3.5 5.878 1 4.5 1z"/><path d="M4 5h1v6H4z"/><circle cx="11.5" cy="3.5" r="1.5"/><circle cx="11.5" cy="7.5" r="1.5"/></g></svg>
    </span>
</span>

Sprite

<span class="icon icon-size-small icon-state-default">
    <span class="icon-markup">
        <svg role="img"><use xlink:href="dist/sprites/actions.svg#actions-code-pull-request-draft" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="actions-code-pull-request-draft" size="small" />

CSS Background Image

.myclass {
    background-size: 1em 1em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 16 16'%3e%3cg fill='%23fff'%3e%3cpath d='M11.5 11a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 11.5 11m0-1C10.122 10 9 11.122 9 12.5s1.122 2.5 2.5 2.5 2.5-1.122 2.5-2.5-1.122-2.5-2.5-2.5zM4.5 11a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 4.5 11m0-1C3.122 10 2 11.122 2 12.5S3.122 15 4.5 15 7 13.878 7 12.5 5.878 10 4.5 10zM4.5 2a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 4.5 2m0-1C3.122 1 2 2.122 2 3.5S3.122 6 4.5 6 7 4.878 7 3.5 5.878 1 4.5 1z'/%3e%3cpath d='M4 5h1v6H4z'/%3e%3ccircle cx='11.5' cy='3.5' r='1.5'/%3e%3ccircle cx='11.5' cy='7.5' r='1.5'/%3e%3c/g%3e%3c/svg%3e");
}

Sass Background Variable

@import "@typo3/icons/dist/icons.scss";
@import "@typo3/icons/dist/scss/icons-variables-actions.scss";

.myclass {
    background-size: 1em 1em;
    background-image: $icon-actions-code-pull-request-draft;
}

Download

Download