
.ls-iconPicker {
	display: flex;
	flex-wrap: wrap;
	align-items: center;

	svg[fill="none"] {
		fill: none;
	}

	>.components-button:not(.is-small) {
		min-width: 8em;
		height: 48px;
		margin-right: .5em;

		svg {
			margin-left: auto;
		}
	}

	.ls-iconPicker__placeholder {
		margin: 0 .5em;
	}

	.ls-iconPicker__prev {
		width: 24px;
		height: 24px;
		margin: 0 .5em;
		font-size: 24px;
		line-height: 1;

		// svg直接入力時のプレビュー
		svg {
			width: 100%;
			height: 100%;
		}
	}

	.ls-svgInput {
		width: 100%;
		margin-top: 8px;
	}
}
