@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 1.51 kB
JavaScript
const icon = '<svg width="20" height="20" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.5 10C16.9853 10 19 12.0147 19 14.5C19 16.9853 16.9853 19 14.5 19C12.0147 19 10 16.9853 10 14.5C10 12.0147 12.0147 10 14.5 10ZM16.6299 12.3818C16.4347 12.1868 16.1181 12.1869 15.9229 12.3818L14.5049 13.7998L13.0869 12.3818C12.8916 12.187 12.575 12.1868 12.3799 12.3818C12.1847 12.577 12.185 12.8936 12.3799 13.0889L13.7979 14.5068L12.3877 15.918C12.1924 16.1132 12.1924 16.4297 12.3877 16.625C12.583 16.82 12.8996 16.8202 13.0947 16.625L14.5049 15.2139L15.916 16.625C16.1113 16.82 16.4279 16.8202 16.623 16.625C16.8182 16.4298 16.8181 16.1132 16.623 15.918L15.2119 14.5068L16.6299 13.0889C16.8249 12.8936 16.8251 12.577 16.6299 12.3818Z"/><path d="M3.5 13C3.77614 13 4 13.2239 4 13.5V16.5C4 16.7761 3.77614 17 3.5 17C3.22386 17 3 16.7761 3 16.5V13.5C3 13.2239 3.22386 13 3.5 13Z"/><path d="M7.83301 9.66699C8.10915 9.66699 8.33301 9.89085 8.33301 10.167V16.5C8.33301 16.7761 8.10915 17 7.83301 17C7.55705 16.9998 7.33301 16.776 7.33301 16.5V10.167C7.33301 9.89099 7.55705 9.66721 7.83301 9.66699Z"/><path d="M12.167 6.33301C12.4429 6.33315 12.6668 6.55708 12.667 6.83301V9.31348C12.3159 9.43754 11.9812 9.59594 11.667 9.78516V6.83301C11.6671 6.557 11.8909 6.33301 12.167 6.33301Z"/><path d="M16.5 3C16.7761 3 17 3.22386 17 3.5V9.60059C16.6832 9.4386 16.3487 9.30664 16 9.20801V3.5C16 3.22386 16.2239 3 16.5 3Z"/></svg>';
export default icon;