@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 1.01 kB
JavaScript
const icon = '<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M12.25 2C10.4551 2 9 3.45507 9 5.25V5.75C9 6.16421 9.33579 6.5 9.75 6.5C10.1642 6.5 10.5 6.16421 10.5 5.75V5.25C10.5 4.2835 11.2835 3.5 12.25 3.5H18.75C19.7165 3.5 20.5 4.2835 20.5 5.25V11.75C20.5 12.7165 19.7165 13.5 18.75 13.5H18.25C17.8358 13.5 17.5 13.8358 17.5 14.25C17.5 14.6642 17.8358 15 18.25 15H18.75C20.5449 15 22 13.5449 22 11.75V5.25C22 3.45507 20.5449 2 18.75 2H12.25Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M16 15C16 18.866 12.866 22 9 22C5.13401 22 2 18.866 2 15C2 11.134 5.13401 8 9 8C12.866 8 16 11.134 16 15ZM14.5 15C14.5 18.0376 12.0376 20.5 9 20.5C5.96243 20.5 3.5 18.0376 3.5 15C3.5 13.7516 3.9159 12.6004 4.6167 11.6774L7.71967 14.7803C8.01256 15.0732 8.48744 15.0732 8.78033 14.7803C9.07322 14.4874 9.07322 14.0126 8.78033 13.7197L5.67736 10.6167C6.60043 9.9159 7.75165 9.5 9 9.5C12.0376 9.5 14.5 11.9624 14.5 15Z"/></svg>';
export default icon;