/**
 * As long as you import the Origami Sass source
 * inside a *.global.scss file, it will be loaded
 * in the global scope as it was intended. So use
 * this stylesheet to import all the parts of
 * Origami you need.
 */
$system-code: 'spark';

@import '@financial-times/o-buttons/main';

@include oButtons();

.o-buttons-icon--trash {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M589 307v-51H435v51H307v51h410v-51M333 410v358h358V410H333zm102 307h-51V461h51v256zm103 0h-52V461h52v256zm102 0h-51V461h51v256z'/%3E%3C/svg%3E");
}
// ToDo: when origami has clock icon in their icon set, replace with that
.o-buttons-icon--schedule {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z'/%3E%3C/svg%3E%0A");
}

// ToDo: when origami has clock icon in their icon set, replace with that
.o-buttons-icon--sparkSchedule {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-15 -14 50 50'%3E%3Cpath d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z' fill='%230d7680'/%3E%3Cpath d='M0 0h24v24H0z' fill='none' /%3E%3Cpath d='M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z' fill='%230d7680'/%3E%3C/svg%3E");
}
