extension Icon { struct LeftRightArrow: ContentIcon { static let id = "left-right-arrow" static let attributes = "viewBox='0 0 100 100'" static let content = """ """ } }