@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 819 B
JavaScript
const icon = '<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19 3C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3H19ZM12.75 14.5C12.3358 14.5 12 14.8358 12 15.25C12 15.6642 12.3358 16 12.75 16H16.25C16.6642 16 17 15.6642 17 15.25C17 14.8358 16.6642 14.5 16.25 14.5H12.75ZM8.28027 8.21973C7.98738 7.92686 7.51261 7.92684 7.21973 8.21973C6.92693 8.51262 6.92689 8.98741 7.21973 9.28027L9.93945 12L7.21973 14.7197L7.16797 14.7764C6.92775 15.0709 6.94518 15.5057 7.21973 15.7803C7.4943 16.0548 7.92905 16.0723 8.22363 15.832L8.28027 15.7803L11.5303 12.5303C11.8232 12.2374 11.8232 11.7626 11.5303 11.4697L8.28027 8.21973Z"/></svg>';
export default icon;