@visitscotland/component-library
Version:
VisitScotland Component Library
16 lines (15 loc) • 788 B
JavaScript
const s = `
<!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" focusable="false" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<style type="text/css">
.st0{fill:#F4CB4B;}
</style>
<path class="st0" d="M256,0C114.6,0,0,114.6,0,256s114.6,256,256,256s256-114.6,256-256S397.4,0,256,0z M232,152
c0-13.2,10.8-24,24-24c13.2,0,24,10.8,24,24v128c0,13.2-10.8,24-24,24s-24-10.7-24-24V152z M256,400c-17.4,0-31.4-14.1-31.4-31.4
c0-17.4,14.1-31.4,31.4-31.4s31.4,14.1,31.4,31.4C287.4,385.9,273.4,400,256,400z"/>
</svg>
`;
export {
s as default
};